I am trying to hide the application icon from the task bar.
So far I tried those
self.window.set_skip_pager_hint(True)
and
self.window.set_type_hint(Gdk.WindowTypeHint.UTILITY)
and
self.window.set_type_hint(Gdk.WINDOW_TYPE_HINT_DOCK)
but neither works. I use official GTK+ bindings for python. Could anyone point the resource where I can find the solution?
set_skip_pager_hint() is for the Alt-Tab dialog. You want set_skip_taskbar_hint() instead.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With