如何將Ubuntu字體渲染完全搬到Manjaro - Linux

Tracy avatar
By Tracy
at 2018-10-11T19:35

Table of Contents


Ubuntu對中英文字體渲染效果實在一絕,
要不是他字體渲染效果優於其他發行版,
我也不會使用它,軟體舊又 bug 多,
相較之下 Manjaro 問題反而少了很多,

請問有辦法完全將 Ubuntu 字體的設定
完全複製到 Manjaro 那邊嗎?
Ubuntu 中英文是分開處理的,好複雜!

--
Tags: Linux

All Comments

Odelette avatar
By Odelette
at 2018-10-12T11:07
fontconfig 的資料夾搬過去就可以了吧
Candice avatar
By Candice
at 2018-10-14T22:04
除了去年 freetype 2.8.1 換了預設的 lcd filter
Zora avatar
By Zora
at 2018-10-15T22:54
也許輸出會差比較多以外,其他應該是差不多
Ingrid avatar
By Ingrid
at 2018-10-19T09:30
請問輸出差比較多大概是指什麼地方呢?
Gilbert avatar
By Gilbert
at 2018-10-21T06:41
然後不同發行版的字體名稱好像會有稍微不同?
Hazel avatar
By Hazel
at 2018-10-22T21:04
啊不就你說的「渲染效果」?
Regina avatar
By Regina
at 2018-10-25T13:07
字型名稱除非 Ubuntu 有修改,不然應該要一樣吧
William avatar
By William
at 2018-10-30T00:46
了解
Dora avatar
By Dora
at 2018-11-02T21:53
不是 fonts 整個搬過去比較快嗎
Cara avatar
By Cara
at 2018-11-05T16:51
把那幾個檔案放到 ~/.config/fontconfig/conf.d/
Skylar DavisLinda avatar
By Skylar DavisLinda
at 2018-11-06T22:24
除了我上面提到的還有其他的嗎?
Steve avatar
By Steve
at 2018-11-09T08:35
把字型package解開or看清單還有沒有其它conf

請問如何更改網路卡名稱 (Fedora 26)

Franklin avatar
By Franklin
at 2018-10-09T18:08
如圖所示 https://imgur.com/a/T0icbo4 要將Ethernet(enp0s8)與Ethernet(enp0s3)更改為Ethernet(eth0)與Ethernet(eth1) 試過網路上的方法,但無法成功,這是Fedora 26版本,謝謝! 試過更改ifcfg-enp0s3中的 ...

/etc/fstab 檔案系統掛載表

Cara avatar
By Cara
at 2018-10-09T16:36
hey 我有一個疑問 當我下cat /etc/fstab查看檔案掛載表時 https://imgur.com/Bx1KjGb.jpg 為什麼掛載在/boot的那個分割區 是以UUID指定 而不是以裝置路徑例:/dev/sda1像這樣指定? 我在鳥哥網站上看到一段話 「從鳥哥測試機的 /etc/f ...

Ubuntu Server 16.04 內部網路固定IP

Carolina Franco avatar
By Carolina Franco
at 2018-10-09T02:41
因為家裡有多台電腦,想設定內部網路的固定ip 長得像降 192.168.0.10 ;192.168.0.11 ;192.168.0.12這樣 google最新的文章是下面這個連結 https://caloskao.org/ubuntu-nic-configure/ 照著方法做了,ip可以固定 可是dns se ...

hime/gcin 在 Sublime/R 中文輸入問題

James avatar
By James
at 2018-10-07T20:59
大家好,想請問hime或是gcin輸入法框架(而非fcitx) 在Ubuntu 18.04 或是 Linux Mint 19 等 Bionic 版本中 要如何在 sublime 或是 R 中輸入中文呢? 雖然說註解都是用英文,但有時候寫 md 還是會需要中文輸入... 目前 Visual Studio ...

shell script執行方式

Kyle avatar
By Kyle
at 2018-10-05T16:04
我寫了一隻簡單的shell script程式 test1.sh 在執行時,不論是 $sh test.sh 或 $./ test1.sh 都可正常執行 但是我看到有人是只打了test1.sh 就可以執行 爬文後判斷是與PATH的當前路徑有關 嘗試將檔案放到bin底下,再下指令test1.sh 也一樣無 ...