GNOME Bugzilla – Bug 768435
Tweak tool doesn't set a window title
Last modified: 2016-10-11 15:08:37 UTC
Created attachment 330892 [details] [review] Use a suitably localised window title GNOME Shell extensions (such as my Frippery Bottom Panel and the Classic mode window list) display the application title in the window list. Tweak tool doesn't set a window title so the unlocalised string 'gnome-tweak-tool' is used.
Review of attachment 330892 [details] [review]: Thanks for the patch. I'll go with a better one that sets the application name in a single place that then gets used everywhere by gtk+
Created attachment 334648 [details] [review] app: Use GLib.set_application_name() This ensures that both the about dialog and the main window have the title set.
Attachment 334648 [details] pushed as 15dc6b4 - app: Use GLib.set_application_name()
*** Bug 772008 has been marked as a duplicate of this bug. ***