Skip to content

Instantly share code, notes, and snippets.

@AKB428
Last active August 29, 2015 14:22
Show Gist options
  • Save AKB428/5ad943379d2470a08dc2 to your computer and use it in GitHub Desktop.
Save AKB428/5ad943379d2470a08dc2 to your computer and use it in GitHub Desktop.
ConoHaのCentOS7インスタンスにGNOMEを入れてラブライブ!壁紙+透過シェルを構築する ref: http://qiita.com/AKB428/items/1fffd366fb297c47ba5f
yum -y groups install "GNOME Desktop"
startx
curl -O ftp://rpmfind.net/linux/fedora/linux/development/rawhide/x86_64/os/Packages/g/guake-0.7.2-1.fc23.x86_64.rpm
yum install gnome-python2-gconf
yum install notify-python
yum install pyxdg
yum intall vte
rpm -ivh guake-0.7.2-1.fc23.x86_64.rpm
guake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment