システム全体の環境変数
/etc/environment
ホームディレクトリ
~/.bashrc
システム全体の環境変数
/etc/environment
ホームディレクトリ
~/.bashrc
参考URL
http://d.hatena.ne.jp/tosh914/20121128/1354079561
パスの通っているディレクトリにシンボリックリンクを貼る
sudo ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse
ランチャに登録
①ファイル作成
sudo touch /usr/share/applications/eclipse.desktop
②編集
[Desktop Entry]
Type=Application
Name=Eclipse
Comment=Eclipse Integrated Development Environment
Icon=/opt/eclipse/icon.xpm
Exec=eclipse
Terminal=False
Categories=Development;IDE;Java;
③コマンドラインからEclipse起動してランチャに登録する
sudo add-apt-repository ppa:nae-team/ppa
sudo apt-get update && sudo apt-get install nautilus-open-as-root
nautilus -q
■グローバルメニュー
○無効化
sudo apt-get remove –purge firefox-globalmenu thunderbird-globalmenu
sudo sh -c ‘echo “export UBUNTU_MENUPROXY=0” > /etc/X11/Xsession.d/81ubuntumenuproxy’
再起動
○有効化
sudo apt-get install firefox-globalmenu thunderbird-globalmenu
sudo rm /etc/X11/Xsession.d/81ubuntumenuproxy
再起動
■オーバーレイ スクロールバー
○無効化
sudo sh -c ‘echo “export LIBOVERLAY_SCROLLBAR=0” > /etc/X11/Xsession.d/80overlayscrollbars’
再起動
○有効化
sudo rm /etc/X11/Xsession.d/80overlayscrollbars
再起動
■Nautilusのアドレスバー
○表示
gsettings set org.gnome.nautilus.preferences always-use-location-entry true
○もとに戻す
gsettings set org.gnome.nautilus.preferences always-use-location-entry false
■Ctr + Alt + Backspaceを有効にする
システム設定→キーボードレイアウト→オプション→
Xサーバーを終了するためのキーシーエンス→Ctr+Alt+Backspaceにチェック
参考URL
http://tukaikta.blog135.fc2.com/blog-entry-152.html
注)fontforgeは必要ない。
①生成スクリプト
http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html
Current Versionをダウンロードする。
②Inconsolata.otfのダウンロード
http://levien.com/type/myfonts/inconsolata.html
OpenType file をダウンロードする。
③Migu 1Mフォントをダウンロード
http://mix-mplus-ipa.sourceforge.jp/download.html
④Rictyフォルダ作成
①②③でできた、Inconsolata.otf, migu-1m-regular.ttf, migu-1m-bold.ttf, ricty_discord_patch.pe, ricty_generator.sh
を入れる。
⑤Rictyの生成
cd ・・・/Ricty
sh ricty_generator.sh Inconsolate.otf migu-1m-regular.ttf mig-1m-bold.ttf
⑥インストール
sudo cp -fr ・・/Ricty /usr/share/fonts/truetype
sudo fc-cache -f -v
/home/keita/.config/lxpanel/LXDE/panels/panel
VMWareで共有フォルダを設定しても、なぜかUbuntuから表示されない場合がある。
その対処法を示す。
①sudo apt-get autoremove open-vm-tools
②VMWare-toolsを再インストール
③ホストOSを再インストール
④/mnt/hgfs/ に表示されているはず。