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 770618 - Always display an in-window app-menu under Unity
Always display an in-window app-menu under Unity
Status: RESOLVED FIXED
Product: geary
Classification: Other
Component: ux
master
Other Linux
: Normal normal
: 0.12.1
Assigned To: Geary Maintainers
Geary Maintainers
Depends on: 770617
Blocks:
 
 
Reported: 2016-08-30 23:21 UTC by Michael Gratton
Modified: 2017-12-02 01:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Gratton 2016-08-30 23:21:15 UTC
Unity users are finding it hard to find the app menu: http://askubuntu.com/questions/806389/where-are-the-settings-in-geary-mail-client

We should ensure that under Unity, regardless of whether Gtk.Settings::gtk-shell-shows-app-menu is true, Geary should always show an app menu. At least until the Unity UX improves, anyway.
Comment 1 Michael Gratton 2016-08-30 23:22:55 UTC
The fix for Bug 770617 will get this halfway there,
Comment 2 Michael Gratton 2017-02-23 03:51:35 UTC
Bumping to 0.12.1 since 0.12.0 isn't likely to make it into Zesty.
Comment 3 Khurshid Alam 2017-10-04 04:33:00 UTC
Michael
App menu is available on top panel. And if you enable LIM menu is available on top bar. The issue is Geary is not using titlebar under Unity. Because now the desktop name is XDG_CURRENT_DESKTOP=Unity:Unity7:ubuntu.
Comment 4 Khurshid Alam 2017-10-04 04:43:28 UTC
The issue is here

https://git.gnome.org/browse/geary/tree/src/client/application/geary-config.vala?id=01c419a#n40

    public DesktopEnvironment desktop_environment {
        get {
            switch (Environment.get_variable("XDG_CURRENT_DESKTOP")) {
                case "Unity":
                    return DesktopEnvironment.UNITY;
                default:
                    return DesktopEnvironment.UNKNOWN;
            }
        }
    }
Comment 5 Khurshid Alam 2017-10-04 04:46:37 UTC
Note: This is only valid for Ubuntu > 17.10
Comment 6 Michael Gratton 2017-10-11 16:27:23 UTC
Hey Kurshid, did landing the fix for Bug 772546 yesterday helped with this?
Comment 7 Khurshid Alam 2017-10-11 17:53:11 UTC
Yup. It fixed the app-menu issue.
Comment 8 Michael Gratton 2017-12-02 01:47:55 UTC
Great, thanks. Resolving as fixed.