Unity 中的动态 Quicklist 问题

Unity 中的动态 Quicklist 问题

我想在 Gufw 应用中添加一个 Quicklist,但它不起作用。代码在这里(您可以阅读 INSTALL 文件进行安装):

http://bazaar.launchpad.net/~gufw-developers/gui-ufw/testing/files/3

我从官方 API 网站向视图(一个简单的示例)添加了第 52-54 行:

http://bazaar.launchpad.net/~gufw-developers/gui-ufw/testing/view/head:/gufw/view/gufw.py

https://wiki.ubuntu.com/Unity/LauncherAPI

    self.launcher = Unity.LauncherEntry.get_for_desktop_id ("gufw.desktop")
    self.launcher.set_property("progress", 0.42)
    self.launcher.set_property("progress_visible", True)

但什么也没发生。

但是如果我使用 Gufw 运行此文件:

http://bazaar.launchpad.net/~gufw-developers/gui-ufw/testing/view/head:/gufw/test_launcher.py

$ python test_launcher.py 

进度条出现!:/

我不知道我错过了什么?:P 有什么想法吗?提前致谢!

环境是Ubuntu 13.04。

答案1

我认为这是在 Unity 中的一个错误,因为 Gufw 是一个 root 应用程序 ;) 创建错误https://bugs.launchpad.net/unity/+bug/1200259 此致。

相关内容