如何将应用程序窗口移动到当前工作区?

发布于 2024-10-14 09:52:57 字数 259 浏览 1 评论 0原文

我的应用程序在指示器菜单中有“带到当前桌面”选项。现在,如果您不使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文