dexter1:
You are right - it definately fights with the screensaver. Actually it's the way I implemented the "always-on-top" or auto-raise feature. A temporary work around would be to disable the auto-raise by either (from the command line)
>iconbar -raise False
or in .Xdefaults
Iconbar.raise: False
or (right mouse button) from the pop-up menu.
A more permanent fix would be :
a) find a programatic way to determine if the screen saver is running
b) only auto-raise when the mouse is in the iconbar window
I'll take a crack at it this weekend as well as getting the other (stability) updates I've made into the CVS server.
You are right - it definately fights with the screensaver. Actually it's the way I implemented the "always-on-top" or auto-raise feature. A temporary work around would be to disable the auto-raise by either (from the command line)
>iconbar -raise False
or in .Xdefaults
Iconbar.raise: False
or (right mouse button) from the pop-up menu.
A more permanent fix would be :
a) find a programatic way to determine if the screen saver is running
b) only auto-raise when the mouse is in the iconbar window
I'll take a crack at it this weekend as well as getting the other (stability) updates I've made into the CVS server.