← Back to team overview

compiz team mailing list archive

[Bug 141500] Re: Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)

 

even better!

a script can easily be made to do this (but as mentioned would have to be run every time you change your cursor theme):
------------------------------
#!/bin/bash

mkdir -p $HOME/.icons/default
CURSOR_THEME=$(gconftool -g /desktop/gnome/peripherals/mouse/cursor_theme)
echo "[Icon Theme]
Inherits = $CURSOR_THEME" > $HOME/.icons/default/index.theme
echo "Compiz will be restarted to enable this. Please stand by."
compiz --replace &
------------------------------

-- 
Doesn't notice change of mouse pointer theme (reverted to non-gconf backend?)
https://bugs.launchpad.net/bugs/141500
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.