Here I am in the contemporarily latest distribution of ubuntu 9.04. The problem showed up when I updated the firefox to the version 3.0.9, that firefox kept telling me to restart for an update in every tabs in terms of “your browser has been updated and needs to be restarted”. While searching the solution online, I found this a bug of firefox, which is caused by a plugin. So I went to the menu: Tools>>Add-ons and disabled the plugin called “ubuntu firefox modification”, then after I restarted the firefox, the trouble is gone.
您的浏览器已经更新,需要重新启动。可能的解决办法:firefox的工具>>附加组件,关闭 Ubuntu Firefox Modification组件,重启浏览器即可。
Posts Tagged ‘程序应用’
April 29, 2009
April 27, 2009
剪切复制文本区域
1. 把光标移动到区域的首字符
2. C-@ 设置标记
3. 把光标移动到区域后的第一个字符
4. C-w 剪切,M-w 复制
5. C-y 粘贴
April 19, 2009
For the safe of convenience, we firstly install the compile environment of stardict version 2.4.
# apt-get build-dep stardict |
Then, we should clear up the previous stardict, if you installed it. (the dicts will be saved).
# apt-get remove --purge stardict stardict-common |
Other packages that are not necessary, maybe.
# apt-get install libenchant-dev libgucharmap-dev gucharmap libespeak-dev |