如何将Web应用程序放入Unity Launcher?


9

Unity的早期屏幕截图显示了启动器上的Web应用程序,该应用程序将在浏览器中启动。

替代文字

我大量使用Chrome的“ appmode”,它可以生成Web应用程序的.desktop文件,并将其作为单独的应用程序运行。我想将这些应用程序放在启动器上,以便当我单击它时,它将在单独的窗口中启动gmail,例如从浏览器启动的单独应用程序。

我想念什么吗?从文件管理器中的.desktop文件启动应用程序,只需在现有浏览器中打开它即可。

Answers:



8

我现在才知道的唯一方法就是使用gconf。这是一个示例,用您的文件名替换桌面文件的名称和路径。就我而言,它是/home/ken/.local/share/applications/chrome-http___mail.google.com_a_vandine.org.desktop

gconftool --type string --set /desktop/unity/launcher/favorites/app-chrome-http___mail.google.com_a_vandine.org.desktop/desktop_file /home/ken/.local/share/applications/chrome-http___mail.google.com_a_vandine.org.desktop 


gconftool --type list --list-type=string --set /desktop/unity/launcher/favorites/favorites_list $(gconftool --get /desktop/unity/launcher/favorites/favorites_list| sed "s/]//g"),app-chrome-http___mail.google.com_a_vandine.org.desktop]

谢谢!现在,提交一个关于其复杂程度以及窗口匹配是否异常的错误。
豪尔赫·卡斯特罗

1

如果您使用最新版本的Chromium(> 11.0.696.57),现在可以在Unity中使用。从Chromium中创建应用程序快捷方式,然后将其拖到Unity栏中。不确定要多长时间才能将其插入Chrome。


您是否在11.04上?如果可以,您可以更新吗?askubuntu.com/questions/31427/…–
Jorge Castro

是的,我在11.04。我已经贴了。
asi269 2011年

现在,Chrome 14再次打破了这一点
Adam
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.