我最近在Ubuntu上安装了Chrome,并且可以google-chrome
在命令行上通过运行Chrome 。
但是,如何在基座上放置Chrome图标?
我最近在Ubuntu上安装了Chrome,并且可以google-chrome
在命令行上通过运行Chrome 。
但是,如何在基座上放置Chrome图标?
Answers:
在您的桌面上创建一个桌面文件(例如chrome.desktop),并将以下内容插入该文件:
#!/usr/bin/env xdg-open
[Desktop Entry]
Type=Application
Terminal=false
Exec=/usr/bin/google-chrome
Name=Google Chrome
Icon=/usr/share/icons/hicolor/48x48/apps/google-chrome.png
通过运行以下命令使其可执行:
chmod +x ~/Desktop/chrome.desktop
将其添加到启动器:
cp ~/Desktop/chrome.desktop ~/.local/share/applications/