[polari] Make WM_CLASS match .desktop file name again



commit 0fb0875f66bbf2e57cfcb58155146f132da50756
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Sep 9 14:46:17 2014 +0200

    Make WM_CLASS match .desktop file name again
    
    When moving to the new reverse domain name notation for .desktop
    files, the WM_CLASS was not updated to reflect that change. This
    can break window matching as done by gnome-shell or plank, so fix
    this.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736256

 src/application.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 01f5515..76a2d6a 100644
--- a/src/application.js
+++ b/src/application.js
@@ -36,7 +36,7 @@ const Application = new Lang.Class({
 
         Gettext.bindtextdomain('polari', Config.LOCALE_DIR);
         Gettext.textdomain('polari');
-        GLib.set_prgname('polari');
+        GLib.set_prgname('org.gnome.Polari');
         GLib.set_application_name('Polari');
         this._window = null;
         this._pendingRequests = {};


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]