我无法在 Ubuntu 12.10 中使用 Chromium/Google Chrome 网络浏览器为网络应用程序创建桌面/Unity 快捷方式。
答案1
在网上研究一番后,我发现了如何在 Ubuntu 12.10 中为 Google Chrome/Chromium 网络浏览器创建网络应用程序桌面快捷方式。
1. 从 Chrome Webstore 安装您想要的应用程序,然后右键单击应用程序图标并选择创建桌面快捷方式。
2. 它将创建一个桌面快捷方式,但它在 Ubuntu 12.10 上不起作用,我们需要编辑
**chrome-applicationid here-Default.desktop类似于文件**
3. 使用此命令使用 Gedit 打开文件
~$ gedit Desktop/chrome-aknpkdffaafgjchaibgeefbgmgeghloj-Default.desktop
(将文件名改为你的应用程序ID)
4. 它将打开 Gedit 文本编辑器,您需要更改文本的前两行
#!/usr/bin/env xdg-open[Desktop Entry]
Version=1.0
到
[Desktop Entry]
Encoding=UTF-8
5.最后保存更改,您将注意到桌面上图标的变化,双击它即可运行。
是时候玩愤怒的小鸟了!
答案2
修复 Lubuntu 12.10 中的 Chromium webapp 快捷方式 http://computers4christians.org/Chromium-app-shortcut-fix-lubuntu.html
答案3
打开一个终端窗口(alt+ctrl+t)并输入:
sudo apt-get install --no-install-recommends gnome-panel
完成上述软件包的安装后,运行此命令来创建桌面快捷方式。
gnome-desktop-item-edit --create-new ~/Desktop
输入该命令后,将会弹出一个新窗口
让类型保留为应用程序。
姓名:铬合金
命令:/usr/bin/google-chrome
或者您也可以浏览到特定位置
并点击确定。您的桌面图标将创建