~ubuntu-desktop/ubuntu/+source/nautilus:ubuntu/bionic

Last commit made on 2019-10-25
Get this branch:
git clone -b ubuntu/bionic https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/nautilus
Members of Ubuntu Desktop can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/bionic
Repository:
lp:~ubuntu-desktop/ubuntu/+source/nautilus

Recent commits

b56b8e9... by Marco Trevisan (Treviño)

Finalise changelog

fe34d5e... by Marco Trevisan (Treviño)

Update changelog

c529d31... by Marco Trevisan (Treviño)

d/p/ubuntu/shell-search-provider-implement-XUbuntuCancel-to-request-.patch

shell-search-provider: implement XUbuntuCancel to request search cancellation

Stop search and Metadata fetching on XUbuntuCancel dbus method call.
Only allow this if the caller is the same who triggered the actual event.

Fixes LP: #1756826

2900d50... by Sebastien Bacher

Import Debian changes 1:3.26.4-0~ubuntu18.04.4

nautilus (1:3.26.4-0~ubuntu18.04.4) bionic; urgency=medium

  * d/p/0015-tracker-search-engine-don-t-start-it-if-not-availabl.patch:
    - update the patch to fix a logic error in the code which made tracker
      never being used even if it's installed (lp: #1767817)

2834729... by Sebastien Bacher

Upload to bionic

63c0250... by Sebastien Bacher

* debian/patches/git_captions_order.patch
  - 'preferences-window: Fix icon views captions order'
    (lp: #1804685)

481c595... by Sebastien Bacher

Upload to bionic

0c747b5... by Marco Trevisan (Treviño)

debian/changelog: squash ubuntu18.04.2 and ubuntu18.04.3

And mention fixed bug

60f29a4... by Sebastien Bacher

Upload to cosmic

a107f53... by Marco Trevisan (Treviño)

search-engine-recent: make sure we ref self before each idle

Always ref self engine in case we fire a new search_add_hits_idle, otherwise
we'll wrongly unref it in the idle callback.
This happens when skipping the search engine because recursive search is not
enabled.

Fixes LP: #1797851