如何将应用程序窗口移动到当前工作区?
我的应用程序在指示器菜单中有“带到当前桌面”选项。现在,如果您不使用 Compiz,那么在工作区之间移动窗口会非常方便且简单。
我的问题是如何将应用程序窗口带到当前桌面。应用程序是用 Python 和 GTK+ 编写的。我尝试使用 gtk.Window 的 Present 方法,但随后窗口捕获焦点并且没有其他任何事情发生(窗口实际上并未呈现给用户)。我也尝试过使用 wnck,但该方法仅在 Compiz 未运行时有效。
有什么想法吗?
My application has "Bring to current desktop" option in indicator menu. Now, moving windows across workspaces is nice and easy if you are not using Compiz.
My question is how could I bring application window to current desktop. Application is written in Python and GTK+. I tried using Present method of gtk.Window but then window grabs focus and nothing else happens (window is not actually presented to user). I also tried playing with wnck, but that method works only when Compiz is not running.
Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论