[Desktop-packages] [Bug 1611125] Re: Nautilus adds menubar to desktop window

2016-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:3.20.1-0ubuntu2 --- nautilus (1:3.20.1-0ubuntu2) yakkety; urgency=medium [ Alberts Muktupāvels ] * debian/patches/0002-Only-use-a-header-bar-in-GNOME-shell.patch: Only do the shuffling for non-desktop windows. (LP: #1611125) --

[Desktop-packages] [Bug 1611125] Re: Nautilus adds menubar to desktop window

2016-08-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/nautilus/ubuntu -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1611125 Title: Nautilus adds menubar to desktop window Status in nautilus

[Desktop-packages] [Bug 1611125] Re: Nautilus adds menubar to desktop window

2016-08-09 Thread Iain Lane
Merci, uploaded! ** Changed in: nautilus (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1611125 Title: Nautilus adds menubar to desktop

[Desktop-packages] [Bug 1611125] Re: Nautilus adds menubar to desktop window

2016-08-09 Thread Ubuntu Foundations Team Bug Bot
The attachment "Only use a header bar in GNOME (shell)" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu- reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad

[Desktop-packages] [Bug 1611125] Re: Nautilus adds menubar to desktop window

2016-08-09 Thread Alberts Muktupāvels
Ok, attaching updated and tested patch. ** Patch added: "Only use a header bar in GNOME (shell)" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1611125/+attachment/4717451/+files/0002-Only-use-a-header-bar-in-GNOME-shell.patch -- You received this bug notification because you are a

[Desktop-packages] [Bug 1611125] Re: Nautilus adds menubar to desktop window

2016-08-09 Thread Iain Lane
Please test it and supply a patch if it fixes the issue for you. I don't see it here. P.S. Not the 0002 patch - but if you want to fix the others you would be very welcome. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in

[Desktop-packages] [Bug 1611125] Re: Nautilus adds menubar to desktop window

2016-08-08 Thread Alberts Muktupāvels
It looks like `0002-Only-use-a-header-bar-in-GNOME-shell.patch` causes this problem. Most likely this can be fixed by changing: if (xdg_current_desktop) to: if (xdg_current_desktop && !NAUTILUS_IS_DESKTOP_WINDOW (window)) P.S. Nautilus patches still use g_strcmp0 with XDG_CURRENT_DESKTOP... --