On 28.01.2013 22:32, Abhi Beckert wrote:
Thanks, performing this removed the app icon:

     defaults write binary-clock GSSuppressAppIcon YES

With regards to hiding it from the taskbar and alt/tab, in GTK this is the
API:

     gtk_window_set_skip_taskbar_hint(GtkWindow *window, gboolean setting)

Is there some way I can use that function or perhaps access the bool it
writes to?

You don't have to use this GTK function to achieve this. If you set the window level of a GNUstep window to almost anything but NSNormalWindowLevel it will get the skip taskbar atom (_NET_WM_STATE_SKIP_TASKBAR) set. But remember this is on a per window base.

Fred


_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to