我使用双显示器,一个是静态的Guake终端,另一个是其他的。Guake将工作一段看似随机的时间,并最终消失,直到我重新启动或关闭进程(失去任何打开的选项卡)。
我找到了一个相似问题,但它似乎完全不相关。
发布于 2014-03-10 09:48:32
发布于 2014-08-04 16:15:36
有一个在这个线程中更好的解决方法允许您通过mbondfusion获得运行中的guake,而无需重新启动它:
1)使用xwininfo查找根窗口ID
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+232)使用xdotool重新创建Guake窗口:
xdotool search --name 'Guake!' windowreparent 143发布于 2016-08-04 14:26:49
我解决这个问题的方法是用统一调整工具禁用开关中的“显示桌面”。如在sudo apt-get install unity-tweak-tool中所解释的那样,它很容易用如何从Alt(应用程序)开关中删除“显示桌面)?安装。
https://askubuntu.com/questions/432003
复制相似问题