On Sat, Oct 25, 2008 at 11:51:39AM +0200, Christopher Bratusek wrote:
The title says it all. The GtkCombos in rep-gtk work again. [Fixed in
rev386]
Check out current trunk to be able to select themes from sawfish-ui
again [and to bring back the other GtkCombos]:
Indeed, recompiling this revision of rep-gtk brings back a
selectable list of themes in sawfish-ui. I previously complained
that it was missing when I was running the latest binaries.
Thanks Christopher.
OTOH when using sawfish-ui, and things were started from a terminal,
I can see now repeating messages like that:
(call-after-property-changed 'WM_NAME ...) should probably be
(call-after-property-changed '(WM_NAME _NET_WM_NAME) ...);
use '(WM_NAME) if you really want only WM_NAME
(call-after-property-changed 'WM_NAME ...) should probably be
(call-after-property-changed '(WM_NAME _NET_WM_NAME) ...);
use '(WM_NAME) if you really want only WM_NAME