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?
- Abhi
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
