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