GNOME Bugzilla – Bug 744972
Rename the desktop and appdata files
Last modified: 2015-02-23 00:25:16 UTC
Let's use the name org.gnome.2048, so that we can support D-Bus activation if we choose to do so later.
Created attachment 297583 [details] [review] Rename the desktop and appdata files We need to use reverse-DNS notation for D-Bus activation. This commit doesn't add support for D-Bus activation, it just future-proofs the name of the desktop file so we don't have to later rename it and add it to the hardcoded list of renamed desktop files in gnome-shell.
Created attachment 297584 [details] [review] Rename the desktop and appdata files Soooo bus names cannot start with a number. :( I guess org.gnome.gnome-2048 will have to do instead, though it reads rather funny.
Review of attachment 297584 [details] [review]: ::: src/application.vala @@ +406,3 @@ } + Environment.set_application_name ("org.gnome.2048"); Shouldn't this be org.gnome.gnome-2048?
Attachment 297584 [details] pushed as 73f6d64 - Rename the desktop and appdata files
(In reply to Juan R. Garcia Blanco from comment #3) > Shouldn't this be org.gnome.gnome-2048? Yup. Oops.
The following fix has been pushed: 291d89d Fix application name
Created attachment 297611 [details] [review] Fix application name