mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 21:06:17 +00:00
window: set wmclass, to have a nicer app name when running uninstalled
This commit is contained in:
parent
66e87f752a
commit
bfb3b242c7
1 changed files with 4 additions and 0 deletions
|
@ -350,6 +350,10 @@ class Window (object):
|
|||
|
||||
self.line_view.attach (self)
|
||||
|
||||
# Do not translate; fallback application name for e.g. gnome-shell if
|
||||
# the desktop file is not installed:
|
||||
self.gtk_window.set_wmclass ("gst-debug-viewer", "GStreamer Debug Viewer")
|
||||
|
||||
self.gtk_window.show ()
|
||||
|
||||
def detach (self):
|
||||
|
|
Loading…
Reference in a new issue