ubuntu12的程序问题

系统为64位的ubuntu。

1.firefox

在官网下载firefox23.tar.bz2,解压安装后启动器里面的firefox图标不见了。

解决方法:

1. 打开终端,进入/usr/share/applications目录
2. sudo gedit firefox.desktop
3. 输入以下信息并保存:
[Desktop Entry]
Name=firefox
Name[zh_CN]=火狐浏览器
Comment=火狐浏览器
Exec=/home/happy/software/firefox/firefox
Icon=/home/happy/software/firefox/browser/icons/mozicon128.png
Terminal=false
Type=Application
Categories=Application;
Encoding=UTF-8
StartupNotify=true
4. 打开bash,搜索firefox,将之拖到启动器里面即可。

 

若alt+tab时找不到firefox,可以通过apt-get install compizconfig解决并设置解决。

 

2.安装adobe flash player

$ sudo apt-get update
$ sudo apt-get install adobe-flashplugin
$ sudo apt-get install firefox

直接使用apt-get install firefox可能连问题1都没了。

 

posted @ 2013-09-01 14:41  小生一直跑  阅读(132)  评论(0)    收藏  举报