我刚刚安装了 Ubuntu 13.10。我使用默认的 Firefox 访问 Google Chrome 网站,下载了 64 位 Chrome,经过软件中心的流程,然后打开了 Chrome。
然而,每次我打开谷歌浏览器启动器上的图标,它只会发出黄光,而另一个图标称为Google 帐户 - Google Chrome打开。
我该如何摆脱这个问题Google 帐户图标并让原始的 Google Chrome 打开?
执行结果gedit google-chrome.desktop
为/usr/share/applications
:
*(gedit:2454): WARNING**: Could not load Gedit repository : Typelib fil for namespace 'GTKsource' version 3.0 not found.
当我gedit google-chrome.desktop
在终端中执行时,gedit 页面是空的(它没有显示该google-chrome.desktop
文件的任何内容)。
如何修复这些问题?
编辑2:google-chrome
从终端执行会打开常规的 Google Chrome,但它从终端运行(这意味着如果我结束终端会话,我也会结束 Chrome 会话)。
答案1
在终端运行:
gksudo gedit /usr/share/applications/google-chrome.desktop
如果结果编辑为空,添加以下行(复制并粘贴):
如果不为空,则编辑其中的可用内容,变为如下形式:
[Desktop Entry]
Version=
Name=Google Chrome
GenericName=Web Browser
Exec=google-chrome %F
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=google-chrome
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/https;
StartupWMClass=google-chrome
StartupNotify=true
Actions=NewWindow;Incognito;TempProfile;
X-AppInstall-Package=google-chrome
[Desktop Action NewWindow]
Name=Open a New Window
Exec=google-chrome
TargetEnvironment=Unity
[Desktop Action Incognito]
Name=Open a New Window in incognito mode
Exec=google-chrome --incognito
TargetEnvironment=Unity
[Desktop Action TempProfile]
Name=Open a New Window with a temporary profile
Exec=google-chrome --temp-profile
TargetEnvironment=Unity