• 一个小问题的解决:通过Eclipse开发GWT (Google Web Toolkit)程序,在运行hosted browser时可能抛出如下Exception:

    ** Unable to load Mozilla for hosted mode **
    java.lang.UnsatisfiedLinkError: /home/hellz/projects/gwt-linux-1.5.3
    /mozilla-1.7.12/libxpcom.so: libstdc++.so.5:
    cannot open shared object file: No such file or directory


    直接在Terminal里使用如下命令行安装即解决:

    sudo apt-get install libstdc++5
  • 不知道是否跟Ubuntu 8.10有关,但自从升级后,音频就老出毛病,不是Firefox中用Flash播放音频挂掉,要么就是Rhythmbox无响应,或者没声音。重启后似乎又往往能恢复正常。

    而Realplayer则更麻烦,不仅出现这样的问题,而且更在今天出现这样的错误:

    The program 'realplay.bin' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadMatch (invalid parameter attributes)'

    无奈之下还是只能求助于Google,在这里找到了解决方案。

    简单的说在Realplayer的Tools/Preferences下的Hardware栏下找到"Use Xvideo",取消选择,问题就解决了。很简单,却不知道是为什么。