GNOME Bugzilla – Bug 673882
application-window: try to use the desktop name in the fallback menu
Last modified: 2012-04-13 01:53:27 UTC
See attached patch.
Created attachment 211798 [details] [review] application-window: try to use the desktop name in the fallback menu Try to fetch the name from the application desktop file for the fallback menu if possible, instead of forcing applications to use g_set_application_name or hardcoding "Application".
Created attachment 211830 [details] [review] build: split out a HAVE_GIO_UNIX config variable We'll use it in GtkApplicationWindow, since we need to conditionally depend on gio-unix there.
Created attachment 211831 [details] [review] application-window: try to use the desktop name in the fallback menu New patches that enable the feature conditionally to the presence of gio-unix, and not according to the GDK backend.
The following fixes have been pushed: 398ba38 application-window: try to use the desktop name in the fallback menu 1713cbe build: split out a HAVE_GIO_UNIX config variable
Created attachment 211966 [details] [review] application-window: try to use the desktop name in the fallback menu Try to fetch the name from the application desktop file for the fallback menu if possible, instead of forcing applications to use g_set_application_name or hardcoding "Application".
Created attachment 211967 [details] [review] build: split out a HAVE_GIO_UNIX config variable We'll use it in GtkApplicationWindow, since we need to conditionally depend on gio-unix there.