GNOME Bugzilla – Bug 763106
gtkapplication-dbus: use application id instead of prgname for SM
Last modified: 2016-03-05 01:26:17 UTC
gnome-session takes an "app id" for client and inhibitor registration, This app id is supposed to be a desktop file id (complete with the .desktop extension), but gtk+ currently uses g_get_prgname (). This commit changes gtkapplication to use the application id instead, which is a much more natural fit. gnome-session is going to be updated to stop using the .desktop extension, too, so everything is consistent.
Created attachment 323103 [details] [review] gtkapplication-dbus: use application id instead of prgname for SM
Review of attachment 323103 [details] [review]: sure, that makes sense
Attachment 323103 [details] pushed as 046a4a6 - gtkapplication-dbus: use application id instead of prgname for SM