Comment 33 for bug 1335492

Revision history for this message
In , Mati86dl (mati86dl) wrote :

Hi,
The best (Easy) way is compile directly the git version.

> sudo apt-get install git
> sudo apt-get build-dep xfce4-setting
> git clone git://git.xfce.org/xfce/xfce4-settings
> cd xfce4-settings
> ./autogen.sh
NOTE: This command should be more complete, but for this test not worry so much.
> make

The next step would be: sudo make install, but recommend overwrite the executable.

> killall xfsettingsd
Note: Not worry by theme change, and maybe here you see changes in yours icons.
> sudo mv ./xfsettingsd/xfsettingsd /usr/bin/
> xfsettingsd &

And restart you desktop.. ;)