Tagged Questions
0
votes
0answers
75 views
Some GUI programs hung up
Today I decided to migrate to systemd. Everything work quite good, but I have problem with few GUI programs - they hung up after draw window (see img at the end of msg). Program in which I discovered ...
1
vote
2answers
824 views
Linux Mint 13 Xfce window button disappeared & no mouse cursor in text mode
I am using Linux Mint 13 Xfce version on VBox. After one month without any problem suddenly today I noticed that the min-max-close buttons on all windows have disappeared.
Secondly, I can write in ...
1
vote
1answer
223 views
What process created this window with no PID associated? [duplicate]
Possible Duplicate:
What process created this X11 window?
I need to kill a process that spawned a window which seems to have no PID associated with it. At least that is what xdotool says:
...
5
votes
1answer
180 views
Shell script: find iconized programs , if found , activate it
Stardict uses a tray icon , also allows multiple instance of itself , but sadly , i don't use a panel , so no notification area available.
But when I hit on close , it minimized to tray , is there a ...
3
votes
1answer
439 views
send keystroke to process
I'd like to run some applications in fullscreen. Even though they don't have an explicit such option, it is possible with the metacity Alt-F11 command.
So, I thought I could create such an input like ...
2
votes
4answers
4k views
How do I find the X window ID under the mouse pointer in bash?
From a bash script, is there some way to get the ID of the X window under the mouse pointer?
(edit) I need the process to be non-interactive.
