Niente panico...anzi...NIENTE PANICO!!!!!
Usiamo il comando xwininfo per trovare la root window a cui dovrebbe essere collegato il nostro guake:
xwininfo -name 'Guake!' -int -tree
xwininfo: Window id: 60817461 "Guake!"
Root window id: 143 (the root window) (has no name)
Parent window id: 143 (the root window) (has no name)
1 child:
60817462 (has no name): () 1x1+-1+-1 +64+23
Memorizzate il Parent window id
Utilizziamo il comando xdotool (se non c'e', installatelo con il comando sudo apt-get install xdotool):
xdotool search --name 'Guake!' windowreparent 143
2 commenti:
I really appreciate your professional approach. These are pieces of very useful information that will be of great use for me in future.
Python Tkinter Frame Widget
PHP pagination with sortable table on header click
How to create a PDF from a form using PHP
Vader Sentiment Analysis Python
How to make a keylogger in Python
Local variable referenced before assignment Python
Python SimpleHTTPServer
Posta un commento