Fix: Xfce 4.10 panel no longer expands

After upgrading to Xfce 4.10 from 4.8, I noticed that the clock/notification area no longer pushed to the right edge of the panel. This is due to a change in the Window Buttons panel plugin which no longer expands to fill the available space[1]. To emulate the old behavior, add a transparent separator between the window buttons and the clock/notification area, setting its expand property. Voilla! [1] https://wiki.archlinux.org/index.php/Xfce

August 24, 2012 · 1 min · 68 words · kenno

Change cursor theme in Xfce on Freebsd

Install the preferred cursor theme. I personally like dmz-cursor-theme. # pkg_add -r cursor-dmz-theme Then, Applications Menu -> Settings -> Mouse. Click on Theme tab, select the preferred theme and click Close. Log out of the current Xfce session, then log back in.

July 26, 2012 · 1 min · 42 words · kenno