我使用双显示器和一个静态 Guake 终端,而在另一个上做其他所有事情。Guake 将在看似随机的时间内工作,并最终消失,直到我重新启动或终止进程(丢失任何打开的选项卡)。
我发现了一个类似的问题,但它似乎完全无关。
该线程中有一个更好的解决方法,可让您无需重新启动即可恢复正在运行的 guake,方法是mbondfusion
:
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+23
Run Code Online (Sandbox Code Playgroud)
2) 用于xdotool
重新设置 Guake 窗口的父级:
xdotool search --name 'Guake!' windowreparent 143
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
1678 次 |
最近记录: |