關於Desktop中文化的部份,似乎都沒有提到關於螢火虫大大的Patch,是unstable 已經都有加入patch了嗎?因為不知該如何下手
因為每次看到各位大大的桌面,實在是漂亮的可以,可是自已總是無法辦到!
Manson
Anonymous 寫:關於螢火飛大哥的patch,在debian wiki 有使用的方法喔^^
也有已經做好的deb檔,可以用站內搜尋找找~~
lueo 寫:Anonymous 寫:關於螢火飛大哥的patch,在debian wiki 有使用的方法喔^^
也有已經做好的deb檔,可以用站內搜尋找找~~
#Firefly
deb http://218.22.21.25/~xiaoju/zh/i386 ./
deb-src http://218.22.21.25/~xiaoju/zh/source ./
在螢火蟲論壇看到的,應該是對岸同胞包的。比較新。
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<include ignore_missing="yes">/var/lib/defoma/fontconfig.d/fonts.conf</include>
<!-- Uncomment below to enable bitmapped fonts -->
<!--
<dir>/usr/X11R6/lib/X11/fonts</dir>
-->
<match target="font">
<test qual="all" name="rgba">
<const>unknown</const>
</test>
<edit name="rgba" mode="assign"><const>rgb</const></edit>
</match>
<!--
Add by Firefly(firefly@firefly.idv.tw)
-->
<match target="font">
<edit name="embeddedbitmap" mode="assign">
<bool>true</bool>
</edit>
</match>
<!--
Add by Firefly(firefly@firefly.idv.tw)
Most of Asian fonts can't explain by freetype2,
so,if these fonts have dual width(half/full) and monospacing,
you need to disable globaladvance.
-->
<match target="font">
<test name="spacing" compare="more_eq">
<const>dual</const>
</test>
<edit name="globaladvance" mode="assign">
<bool>false</bool>
</edit>
</match>
<!--
Add by firefly@firefly.idv.tw
Artificial bold for fonts without a bold version.
-->
<match target="font">
<!-- check to see if the pattern requested > "medium" -->
<test target="pattern" name="weight" compare="more">
<const>medium</const>
</test>
<!-- pretend the font is bold now -->
<edit name="weight" mode="assign">
<const>bold</const>
</edit>
</match>
<!--
Add by firefly@firefly.idv.tw
-->
<!-- Uncomment below to enable the freetype autohinter module -->
<!--
<match target="font">
<test name="lang" compare="contains">
<string>zh</string>
<string>ja</string>
<string>ko</string>
</test>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
<edit name="usegamma" mode="assign">
<if>
<less>
<name>pixelsize</name>
<double>20</double>
</less>
</if>
<bool>true</bool>
<bool>false</bool>
</edit>
</match>
-->
<!--........................................................................-->
<config>
<!--
Add by Firefly (firefly@firefly.idv.tw)
Output non English/Latin family name.
-->
<other_family>
<bool>false</bool>
</other_family>
</config>
</fontconfig>
Anonymous 寫:lueo 寫:Anonymous 寫:關於螢火飛大哥的patch,在debian wiki 有使用的方法喔^^
也有已經做好的deb檔,可以用站內搜尋找找~~
#Firefly
deb http://218.22.21.25/~xiaoju/zh/i386 ./
deb-src http://218.22.21.25/~xiaoju/zh/source ./
在螢火蟲論壇看到的,應該是對岸同胞包的。比較新。
安裝了好像沒什麼效果(unstable),不知那裡作錯了,作法是
修改sources.list將以上兩行加入
執行apt-get update;apt-get dist-upgrade
正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客