天天看點

Ubuntu10.04問題集錦

Upgrade Linux Ubunut9.10 to Ubuntu10.04 LTS

Changlog:

1:Fix Txt bug

在UBUNTU10.04下無法打不開TXT檔案,已經進行了如下設定了!

打開終端輸入:gconf-editor

因 為預設使用 gedit打開的txt是以找到“apps”->"gedit-2"->"preferences"->"encodings" 中的“auto-detected”輕按兩下在彈出對話框中加入GB18030,調到最上。

2:Google Music Flash中文亂碼

[email protected]:~$ sudo gedit /etc/fonts/conf.d/49-sansserif.conf

<?xml version="1.0"?>

<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

<fontconfig>

<!--

  If the font still has no generic name, add sans-serif

 -->

    <match target="pattern">

        <test qual="all" name="family" compare="not_eq">

            <string></string>

        </test>

        <test qual="all" name="family" compare="not_eq">

            <string></string>

        </test>

        <test qual="all" name="family" compare="not_eq">

            <string>monospace</string>

        </test>

        <edit name="family" mode="append_last">

            <string></string>

        </edit>

    </match>

</fontconfig>

3:QQ問題,會出現Windows崩潰

[email protected]:~$ sudo vim /usr/bin/qq

#!/bin/sh

export GDK_NATIVE_WINDOWS=true

cd /usr/share/tencent/qq/

./qq

4:Skype崩潰

uninstall 重新安裝skype-ubuntu-intrepid_2.1.0.81-1_i386.deb

臨時發現這麼多,也隻用到了這些。後續問題 再貼。

Enjoy Linux,Enjoy your life!

 :)

Tommy

繼續閱讀