Month: March 2012
-
[SOLVED] Add date (and seconds) to GNOME3 bar/clock
$ gsettings list-recursively | grep gnome.shell.clock org.gnome.shell.clock show-date false org.gnome.shell.clock show-seconds false Set via: $ gsettings set org.gnome.shell.clock show-date true $ gsettings set org.gnome.shell.clock show-seconds true
-
Use ssh-agent for multiple terminal windows
This script by user ‘kwall’ works well for the ssh-agent. Add ssh-add before the last ‘fi’ to add the default ssh keys into it as well.
-
Fedora focus follows mouse
Tuto here Only follow: gconftool-2 –type string –set /apps/metacity/general/focus_mode mouse Also raise: gconftool-2 –type boolean –set /apps/metacity/general/auto_raise true gconftool-2 –type string –set /apps/metacity/general/auto_raise_delay 600
-
[SOLVED] Install native spotify on Fedora (with Spotify apps)(64bit+32bit)
This cost me some hours to find out, but I am currently using the native spotify linux preview under fedora 16, 64 bit: Steps: Make sure you don’t use spotify free. It will not work on linux. Install some things: $ sudo yum install qt-webkitΒ perl-ExtUtils-MakeMaker libXScrnSaver nspr-devel openssl-devel For 64 bit, do: $sudo ln -s…