
小惡魔AppleBOY
AppleBOY
is about »
tag cloud
- 6to5
- 7688
- ajax
- amazon
- amd
- android
- angularjs
- apache
- apc
- api
- appfog
- array
- auth
- awesome
- aws
- babel
- back-end development
- backboe event
- backbone.js
- bamboo
- big data
- bitbucket
- blog
- boilerplate
- boot
- bootloader
- bot
- bower
- browser
- busybox
- c
- c#
- c++
- cakephp
- capistrano
- centos
- chrmoe
- chrome
- chrome developer tool
- ckeditor
- cmake
- code style
- codeigniter
- codeship
- coffeescript
- compass
- compass css framework
- composer
- conference
- coscup
- csrf
- css
- css clear
- css3
- databases
- debian
- denyhost
- deploy
- devcore
- developer environment
- devops
- digital ocean
- django
- docker
- docker compose
- driver
- drone
- drone.io
- dropbox
- eaccelerator
- ecmascript 6
- editor
- editorconfig
- elixir
- emacs
- embedded system
- error
- es2015
- es6
- excel
- express
- fabric
- facebook react
- facebook sdk
- fancybox
- fanout
- fanterm
- fastcgi
- fckeditor
- fedora
- firebug
- firefox
- firefox os
- firephp
- fixmyjs
- flickr
- forefox os
- framework
- freebsd
- friefox
- front-end development
- fuse
- gae
- gaia
- galera
- gcache
- geany
- gearman
- gin
- git
- git branch
- git hooks
- git merge
- git rebase
- git reflog
- git reset
- git stash
- github
- gitlab
- glide
- gmail
- go
- gofight
- golang
- google adsense
- google api
- google app engine
- google chrome
- google extension
- google web toolkit
- gpagespeed
- grub
- grub2
- grunt
- grunt.js
- gruntjs
- gulp
- gulp-compass
- gulp-imagemin
- gulp.js
- handlebars
- haproxy
- heartbleed
- heroku
- homestead
- html
- html5
- html5 boilerplate
- http2
- https
- i18n
- icloud
- icos
- ie
- iframe
- inline-block
- innodb
- io.js
- iojs
- iphone
- ist donor
- iterm2
- javascript
- javascript the right way
- javascrpt
- jenkins
- jest
- jetpack
- jquery
- jquery migrate plugin
- jquery mobile
- jsdc
- jshint
- json
- kernel
- laravel
- laravel homestead
- laravel news
- laravel presenter
- less
- letsencrypt
- life
- lighttpd
- line bot api
- linode
- linux
- linux kernel
- live.js
- livereload
- mac
- makefile
- mariadb
- markdwon
- mediatek
- memcache
- memcached
- mobile
- mobile web
- mocha
- mod_rpaf
- modern.ie
- mount
- mozilla
- mp3
- mssql
- myisam
- mysql
- mysql 5.6
- network
- nexmo
- nginx
- node
- node.js
- nodejs
- normalize.css
- npm
- nvm
- object
- opcache
- openssl
- openwrt
- optipng
- osdc
- ossf
- pagespeed
- pagespeed insights
- pagoda
- parse
- paul walker
- pdo
- percoba xtradb cluster
- percona
- percona cloud tools
- percona mysql
- percona software
- percona xtrabackup
- percona xtradb cluster
- percona xtradb cluster 5.6
- performance
- perl
- perocna xtradb cluster
- php
- php 5.5
- php framework
- php the right way
- php-cs-fixer
- php-fig
- php-fpm
- phpbb
- phpbb3
- phpconf
- phpfog
- phpmyadmin
- pingdom
- plurk
- plurk api
- png
- ports
- postcss
- postfix
- postgres
- prgmr
- proftpd
- proxy
- push notification
- pushstate
- python
- rackspace
- ram
- react
- reactjs
- refactor
- replication
- requirejs
- responsive design
- rest
- rhel
- ruby
- ruby on rails
- rubygems
- sass
- scheduler
- security
- sencha
- sencha touch
- send-pr
- session
- slicehost
- sms
- spdy
- sphinx
- spinejs
- sql
- squid
- sqwish
- ssh
- sshfs
- ssl
- startssl
- sublime text
- svn
- syntaxhighlighter
- sysbench
- testing
- textmagic
- titanium
- titanium mobile
- tmux
- touch
- travis
- travis ci
- twitter bootstrap
- ubuntu
- uderscore.js
- uglifyjs
- underscore.js
- usb
- vagrant
- varnish
- vim
- virtualbox
- vps
- webmaster
- webpack
- websocket
- windows
- wordpress
- www
- xcache
- xdebug
- xtrabackup
- xtradb
- xtradb cluster
- yahoo
- yarn
- yasnippet
- yisin
- youtube api
- zend framework
- 中正大學
- 剪頭髮
- 好站連結
- 小皓
- 心情日記
- 拉斐爾廚房
- 旅行日記
- 樹太老
- 版本控制
- 玩命關頭
- 生活日記
- 網頁重構
- 美食
- 美食日記
- 虛擬主機
- 西聯匯款
- 謝師宴
- 音樂分享
- 騰訊
- 高雄美食
» 解決在 Ubuntu 系統下 Chrome 瀏覽器亂碼
在 Ubuntu 用 Chrome 瀏覽器一陣子後,突然發現全部的中文介面都變成亂碼,就像上面這張截圖一樣,除了網頁可以正常顯示外,其他像是 Tab 或書籤都變成亂碼,在百度找到這篇解答,解決方式很容易,但是就是不知道原因為什麼這樣改就可以,底下紀錄如何解決此問題。
打開 /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>sans-serif</string> </test> <test qual="all" name="family" compare="not_eq"> <string>serif</string> </test> <test qual="all" name="family" compare="not_eq"> <string>monospace</string> </test> <edit name="family" mode="append_last"> <string>sans-serif</string> </edit> </match> </fontconfig>
找到倒數第四行的 sans-serif
換成 ubuntu
字串,關閉瀏覽器重新開啟即可。
Related View
- 在 Chrome 瀏覽器使用 Terminal 終端機 (6)
- Coding on workspace of Chrome Developer tools (10)
- 使用不同 IE 版本測試網站 (1)
- Javscript 18 歲生日歷史演進 (0)
- Debian 7.x Install PHP 5.5 或 5.6 版本 (0)
- Sublime Text 2 在 Ubuntu 中文輸入問題 (3)
- gulp-imagemin 在 Ubuntu 出現錯誤 (0)
- Ubuntu 停止使用 GUI 介面 12.04 LTS (6)
- Install Nginx + spdy module on Ubuntu or Debian (0)
- 測試 Web Responsive Design Tool (0)