After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 746731 - Let GtkApplication load the app menu automatically
Let GtkApplication load the app menu automatically
Status: RESOLVED FIXED
Product: gnome-photos
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME photos maintainer(s)
GNOME photos maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-03-25 08:15 UTC by Debarshi Ray
Modified: 2015-03-26 08:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Let GtkApplication load the app menu automatically (8.67 KB, patch)
2015-03-25 08:22 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2015-03-25 08:15:52 UTC
GtkApplication automatically loads the app-menu from gtk/menus.ui relative to the application's resource base path. By default, our resource base path will be /org/gnome/Photos, not /org/gnome/photos. So we need to adjust that too.
Comment 1 Debarshi Ray 2015-03-25 08:22:54 UTC
Created attachment 300259 [details] [review]
Let GtkApplication load the app menu automatically
Comment 2 Pranav Kant 2015-03-25 10:33:03 UTC
Review of attachment 300259 [details] [review]:

Looks good and works fine for me.