Ubuntu确实不太友好,自带的火狐浏览器是旧版的,而且不可以登录中国区的火狐帐号,因此需要将其卸载。
但是下载的火狐是解压版的,不会向系统中添加快捷方式,使用起来并不方便。
假设下载后的火狐浏览器安装包存放于~/library/program中
[email protected]:~$ cd ~/library/program/ [email protected]-pc:~$ tar -xf Firefox-latest-x86_64.tar.bz2 [email protected]-pc:~/library/program$ sudo vi /usr/share/applications/firefox.desktop
[Desktop Entry] Name=firefox Name[zh_CN]=火狐浏览器 Comment=火狐浏览器 Exec=/home/kagome/library/program/firefox/firefox Icon=/home/kagome/library/program/firefox/browser/chrome/icons/default/default128.png Terminal=false Type=Application Categories=Application; Encoding=UTF-8 StartupNotify=true
将上述内容写入firefox.desktop中.
现在可以在系统菜单中找到火狐浏览器的快捷方式了.
原文地址:https://www.cnblogs.com/kagome2014/p/12231529.html
时间: 2024-10-19 13:07:09