13.04 設定

リリースされたのでメモ

参照1Ubuntu 13.04をインストールした直後に行う設定 & インストールするソフト
参照2Ubuntu kledgeb


Brasero音楽CD作成で音量一定化プラグインに不具合か?

・homeを英語表記にする:

env LANGUAGE=C LC_MESSAGES=C xdg-user-dirs-gtk-update

Ubuntu Web Appsを削除

sudo apt-get remove unity-webapps-common xul-ext-websites-integration

・unity-lens-shoppingを削除

sudo apt-get remove unity-lens-shopping


Chromegoogle-chromeダウンロードページより
chromiumchromium-browser(✕:flashなど最新版に対応しなくなった)
・Pinta:pinta
GIMPgimp
Inkscapeinkscape
・SmartShine:smartshine 写真自動補正
・sound juicer:sound-juicer(CBRできない?)
・sound converter:soundconverter
・Asunder:asunder
・MusicBrainz Picard:picard
・easyTAG:easytag
VLCvlc
Audaciousaudacious
・my-weather-indicator:PPA追加してから
・weather indicator:PPA追加してからindicator-weather (参照

sudo add-apt-repository ppa:weather-indicator-team/ppa
sudo apt-get update
sudo apt-get install indicator-weather

・Mozcのプロパティ配色を統一する:Ubuntu Magagine vol.10より

qt4-qtconfigをインストールし、qtconfigを起動、GUIスタイルの選択→GTK+


ubuntu-restricted-extras:ubuntu-restricted-extras
lame 設定
・abcde:abcde 設定
・ID3tag:sudo apt-get install id3v2
・mupdf:mupdf (超軽量PDFビューア)既定にする
・PDF Mod:pdfmod (PDFページ削除等)
・Xournal:xournal (PDFに注釈を入れる)
nautilus-image-converter:nautilus-image-converter
jhead:jhead
・manpages-ja:manpages-ja
・conky:conky [conky -b]
・Synaptic:synaptic
・GParted:gparted
・geditの文字化け対策:参照文字コードを追加[CP932]
自動判定するコードの登録

gsettings set org.gnome.gedit.preferences.encodings auto-detected "['UTF-8','CURRENT','CP932','SHIFT_JIS','EUC-JP','ISO-2022-JP','UTF-16']"

文字コードを指定して保存

gsettings set org.gnome.gedit.preferences.encodings shown-in-menu "['UTF-8','CURRENT','CP932','SHIFT_JIS','EUC-JP','ISO-2022-JP','UTF-16']"

・Medibuntu 設定

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update
・sudo /usr/share/doc/libdvdread4/install-css.sh
・sudo apt-get install libdvdcss2

VirtualBox:拡張機能HPよりダウンロード


canon printer(ubuntu magazine vol.07 P118-123 参照
インストーラーに不具合があるため、最初に手作業
他にも解決策 参照 参照 参照 参照 参照 参照

・CUPS-PDF:cups-pdf(PDF出力)参照1 2 3



・gsynaptics let'noteの回転スクロールできず(注 -- 下)
gpointing-device-settingsで起動した


・font各種 https://wiki.ubuntulinux.jp/UbuntuTips/Desktop/InstallFont または.fonts
・font参照


・gstreamer0.10-lame 設定
・renameScript ファイルの [プロパティ]>[アクセス権]>[プログラムとして実行できる] にチェック



・シャットダウン等の確認ダイアログを非表示にする 参照

gsettings set com.canonical.indicator.session suppress-logout-restart-shutdown true

(元に戻す)

false gsettings set com.canonical.indicator.session suppress-logout-restart-shutdown false