Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
6answers
7k views

Is it possible to drag windows between workspaces when using Compiz? [closed]

When I used Metacity, I could drag windows between workspaces using the small icon view of my workspaces. I recently started using Compiz for all the cool desktop effects, however this drag and drop ...
0
votes
1answer
25 views

in Gnome/metacity can we bind a key to a command that requires user input from the keyboard?

All, I have a little utility written in C that requires the user to press a key to make a menu selection. The code is predictably simple: system("stty raw"); save_ID = getchar(); ...
0
votes
1answer
41 views

How to find the X geometry of the root window that excludes any GNOME panels or other GNOME “things”?

I need to find a way to obtain the geometry suitable to pass to some X window command's -geometry option so that it is guaranteed to cover all of the X root window that does not overlap with anything ...
0
votes
0answers
36 views

“s”-key being eaten by metacity when using vnc

I have an old laptop with a pretty standard Ubuntu 10.04 installation (Gnome/metacity). The strange thing now is when I try to access a Gnome-session via vnc metacity seems to "eat" the s-key: ...
0
votes
1answer
439 views

Discover what window is active on Gnome/Linux/Ubuntu from Python?

Is there any way to get a list of all windows that are open at present and see what window is at the top (i.e. active?) from Python? This is using Gnome on Ubuntu Linux. wnck looks like it might do ...