Nautilus adds menubar to desktop window
Bug #1611125 reported by
Alberts Muktupāvels
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nautilus (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
After recent update to 3.20 nautilus desktop window has menubar.
Related branches
To post a comment you must log in.
It looks like `0002-Only- use-a-header- bar-in- GNOME-shell. patch` causes this problem.
Most likely this can be fixed by changing: desktop) desktop && !NAUTILUS_ IS_DESKTOP_ WINDOW (window))
if (xdg_current_
to:
if (xdg_current_
P.S. Nautilus patches still use g_strcmp0 with XDG_CURRENT_ DESKTOP. ..