[polari/gnome-3-12] Make WM_CLASS match .desktop file name again
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/gnome-3-12] Make WM_CLASS match .desktop file name again
- Date: Tue, 9 Sep 2014 13:11:24 +0000 (UTC)
commit 3e1114443e286726314d7b9ced3af19cd853ea96
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 b34c3a8..49f2dbd 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]