侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

ubuntu 添加firefox图标到启动器

2023-11-10 星期五 / 0 评论 / 0 点赞 / 32 阅读 / 1867 字

系统ubuntu 16.04 LTS 64bits 下载合适的firefox版本(个人偏向下载延长支持版,原因自知,呵呵): 64bits: #wget http://download.firefo

系统ubuntu 16.04 LTS 64bits

下载合适的firefox版本(个人偏向下载延长支持版,原因自知,呵呵):

64bits: #wget  http://download.firefox.com.cn/releases/firefox/esr/52.1/zh-CN/Firefox-latest-x86_64.tar.bz232bits:#wget http://download.firefox.com.cn/releases/firefox/esr/52.1/zh-CN/Firefox-latest.tar.bz2

 配置firefox(安装firefox):

#sudo su#cd /home/user_name/下载/#tar xf Firefox-latest-x86_64.tar.bz2#mv firefox /opt/#ln -s /opt/firefox/firefox  /usr/bin/firefox打开浏览器(如果失败了,可以尝试注销重新登录,在执行)#firefox     

安装其实很简单,之前有用14.04LTS 好像是系统自带了firefox(具体不记得了)

如果在注销了重新登录系统之后还是提示找不到firefox命令,这个是后可能是你firefox的版本和系统的版本不一致,如果64bits安装了32bits的firefox,之前在安装别的软件的时候,又看到64bits对与32bits的默认不支持,需要安装32bits启动器架构(具体自行百度)

启动器添加firefox图标

#cd /usr/share/applications/#vim firefox.desktop[Desktop Entry]Name=firefox     Name[zh_CN]=火狐浏览器Comment=火狐浏览器Exec=/opt/firefox/firefox        Icon=/opt/firefox/browser/icons/mozicon128.pngTerminal=falseType=ApplicationCategories=Application;Encoding=UTF-8StartupNotify=true

具体firefox可执行文件和图标的路径请根据自己实际存放的路径配置

在搜索您的本地资源中选着右边的Dash,刷新选项,在应用选项中就会有了mozicon128.png的firefox图标,拖动到启动器上即可。

广告 广告

评论区