[Desktop-packages] [Bug 1711241] Re: Unity support patch doesn't build with nautilus 3.25.90

2017-10-24 Thread Khurshid Alam
Done. LP: #1727168 -- 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/1711241 Title: Unity support patch doesn't build with nautilus 3.25.90 Status in nautilus package in Ubuntu: Fix

[Desktop-packages] [Bug 1711241] Re: Unity support patch doesn't build with nautilus 3.25.90

2017-10-24 Thread Jeremy Bicha
Khurshid, please file a new bug. If you attach a patch you want sponsored, please subscribe ubuntu-sponsors. Otherwise, it will be very easy for your work to not be seen since this bug is fixed and closed. -- You received this bug notification because you are a member of Desktop Packages, which

[Desktop-packages] [Bug 1711241] Re: Unity support patch doesn't build with nautilus 3.25.90

2017-10-24 Thread Khurshid Alam
Hi Jeremy, Sorry for the delay. I have modified the headerbar patch for nautilus https://git.launchpad.net/~khurshid-alam/nautilus/+git/unity- test/tree/debian/patches/0002-Only-use-a-header-bar-in-GNOME-shell.patch For me, It is working well in Unity and Ubuntu (both xorg and wayland)

[Desktop-packages] [Bug 1711241] Re: Unity support patch doesn't build with nautilus 3.25.90

2017-08-22 Thread Khurshid Alam
I can not debug the issue as I can't install all the debugging symbols. I will try later. @Mike Neac Ubuntu is going to ship Unity-7 to make the transition easier. Also Mate is using hud and unity-gtk-module, xfce is using indicators and all (and hence various unity dependency) and xfce also

[Desktop-packages] [Bug 1711241] Re: Unity support patch doesn't build with nautilus 3.25.90

2017-08-22 Thread Mike Neac
I was under impression that unity is gone from main support. So what is with libunity dependency in nautilus 3.25? Version 3.24 was working fine without it. And nautilus should be without those header bar patches. Please leave it as it is. -- You received this bug notification because you are

[Desktop-packages] [Bug 1711241] Re: Unity support patch doesn't build with nautilus 3.25.90

2017-08-21 Thread Jeremy Bicha
Ok, I see now that there is a drop-down connected to the Search field that offers the choice between "Full Text" and "File Name". Without tracker running, they both do the same thing. tracker is now a required build-dependency for nautilus (not a problem since we've already been doing that for

[Desktop-packages] [Bug 1711241] Re: Unity support patch doesn't build with nautilus 3.25.90

2017-08-21 Thread Sebastien Bacher
Jeremy, how does the new version handle fts if tracker is not installed? Does it hide the corresponding UI elements? Upstream hinted that tracked was an hard requirement now with that version... -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 1711241] Re: Unity support patch doesn't build with nautilus 3.25.90

2017-08-21 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:3.25.90-0ubuntu1 --- nautilus (1:3.25.90-0ubuntu1) artful; urgency=medium [ Jeremy Bicha ] * New upstream release. * Build with meson. * Refresh patches. * Drop build-with-tracker2.patch: Applied in new release * Disable

[Desktop-packages] [Bug 1711241] Re: Unity support patch doesn't build with nautilus 3.25.90

2017-08-21 Thread Jeremy Bicha
The crash comes from 0002-Only-use-a-header-bar-in-GNOME-shell.patch so I disabled that patch since it wasn't clear to me what isn't working after rebasing on 3.25. Someone interested in Unity development can take a look at that, but I don't see a need to delay Nautilus updates because of that.

[Desktop-packages] [Bug 1711241] Re: Unity support patch doesn't build with nautilus 3.25.90

2017-08-17 Thread Jeremy Bicha
Khurshid, thank you! But nautilus still crashes if run under Unity or with XDG_CURRENT_DESKTOP=Unity -- 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/1711241 Title: Unity support

[Desktop-packages] [Bug 1711241] Re: Unity support patch doesn't build with nautilus 3.25.90

2017-08-17 Thread Khurshid Alam
Note: The 4-space tab in comments doesn't work on launchpad. -- 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/1711241 Title: Unity support patch doesn't build with nautilus 3.25.90

[Desktop-packages] [Bug 1711241] Re: Unity support patch doesn't build with nautilus 3.25.90

2017-08-17 Thread Khurshid Alam
The patch for src/unity-quicklist-handler.c at the bottom is like this: +UnityQuicklistHandler * +unity_quicklist_handler_get_singleton (void) +{ +if (!unity_quicklist_handler_singleton) +{ +unity_quicklist_handler_singleton = unity_quicklist_handler_new (); It seems it has been

[Desktop-packages] [Bug 1711241] Re: Unity support patch doesn't build with nautilus 3.25.90

2017-08-17 Thread Jeremy Bicha
** Description changed: I have prepared nautilus 3.25.90 in the GNOME3 Staging PPA for Ubuntu 17.10 "artful". The 12_unity_launcher_support.patch has a problem that fails the build and I don't know how to fix it so I disabled the patch for now. Nautilus 3.25 introduces meson