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 Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
