This bug was fixed in the package gnome-shell - 3.29.92-1ubuntu1

---------------
gnome-shell (3.29.92-1ubuntu1) cosmic; urgency=medium

  * Merge with debian, remaining changes:
    + Replace gnome-backgrounds dep with ubuntu-wallpapers and Suggests
      gnome-themes-standard-data, gnome-backgrounds
    + Add some Recommends:
      - ubuntu-session (| gnome-session) to have the ubuntu session available
      - xserver-xorg-legacy
      - yaru-theme-gnome-shell for the default ubuntu theming
    + Update debian/gbp.conf with Ubuntu settings
    + gnome-shell-common.install: Install Ubuntu mode
    + gnome-shell-common.prerm: Remove deprecated ubuntu theme alternative
    + ubuntu/desktop_detect.patch:
      - add caching for desktop detection to avoid querying the current
        desktop env variable as iterate through the list each time. For the
        time of the Shell process, we can expect this env variable to stay
        stable.
    + ubuntu/smarter_alt_tab.patch:
      - quick alt-tab (without showing up the switcher) switch only between
        the last window of the last 2 applications to be focused instead of
        raising all windows of those apps.
    + ubuntu/lightdm-user-switching.patch:
      - Allow user switching when using LightDM.
    + ubuntu/lock_on_suspend.patch
      - Respect Ubuntu's lock-on-suspend setting.
    + ubuntu/gdm.patch
      - as gdm is system-wide and not session-wide, ensure gdm has an ubuntu
        styling by default, not impacting the gnome user session though.
    + ubuntu/background_login.patch
      - Change default background color as we modified the default GDM color
        for our ubuntu session. Change it as well here, still applying the
        background noise loading.
    + ubuntu/gdm_alternatives.patch
      - Add support for GDM3 theme alternatives
    + ubuntu/block_mode_extension_update.patch
      - Don't allow ubuntu mode extension to update
    + optional-hot-corner.patch
      - enable patch proposed by upstream developer already in package (but
        not in series) to add a settings for optional hot corner activation.
    + volume-Add-back-sound-feedback-on-scroll.patch
      - Fix regression causing missing feedback on volume slider scroll
    + st-texture-cache-Cancel-sliced-image-loading-on-target-ac.patch
      - Fix possible crash on cache loading
    + js-ui-Choose-some-actors-to-cache-on-the-GPU.patch
      - Improve rendering of shell elements moving rendering to GPU
    + main-show-an-error-message-on-gnome-shell-crash.patch,
      global-make-possible-to-set-debug-flags-dynamically.patch,
      main-increase-the-granularity-of-backtraces-in-SHELL_DEBU.patch,
      main-add-backtrace-crashes-all-and-backtrace-all.patch,
      sessionMode-add-support-for-debugFlags-parameter.patch:
      - Improve debug JS tracing for crash reports
    + st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch,
      st-scroll-view-Remove-scrollbars-references-on-dispose.patch:
      - Fix crash on theme changes
    + js-main-Throw-error-if-no-valid-default-stylesheet-is-fou.patch:
      - Show errors if no stylesheet is found
    + debian/rules:
      - Run dh_translations and work around an issue with Rosetta and plural
        translations
      - Run dh_install with --fail-missing
  * Refresh patches
  * d/p/st-scroll-view-Handle-the-case-where-scrollbars-are-NULL.patch:
    - Updated as per upstream review
  * d/p/js-ui-Choose-some-actors-to-cache-on-the-GPU.patch:
    - Removed (applied upstream)
  * d/p/search-Cancel-search-provider-operations-on-clear.patch,
    d/p/search-Ignore-search-provider-results-metas-if-search-is-.patch,
    d/p/viewSelector-Cancel-search-on-overview-hidden.patch,
    d/p/ubuntu/search-call-XUbuntuCancel-method-on-providers-when-no-dat.patch:
    - Add support for cancelling remote search providers when the overlay
      is closed (and actually stop searches when requested from UI, LP: 
#1756826)

gnome-shell (3.29.92-1) experimental; urgency=medium

  * Team upload

  [ Marco Trevisan (Treviño) ]
  * New upstream development release
  * Build-depend on mutter 3.29.92

  [ Simon McVittie ]
  * Standards-Version: 4.2.1 (no changes required)
  * Add Breaks on older versions of extensions that needed updates for
    this Shell version
    - gnome-shell-extension-autohidetopbar (#905111)
    - gnome-shell-extension-caffeine (#905108)
    - gnome-shell-extension-dashtodock (#905106)
    - gnome-shell-extension-top-icons-plus (#905115)
  * Add Breaks on extensions that still need updates for this version,
    using versions that assume they will be fixed in their next NMU or MU
    - gnome-shell-extension-dash-to-panel (#905110)
    - gnome-shell-extension-multi-monitors (#905114)
    - gnome-shell-extension-pixelsaver (#905109)
    - gnome-shell-extension-taskbar (#905113)
    - gnome-shell-extension-workspaces-to-dock (#905112)
    - gnome-shell-pomodoro (#905107)

gnome-shell (3.29.91-1) experimental; urgency=medium

  * Team upload
  * New upstream development release
  * Build-depend on mutter 3.29.91
  * Build-depend on Meson 0.47.0
  * Rebase patch series, dropping patches that were applied upstream
  * Normalize package lists with wrap-and-sort -ab
  * d/gnome-shell-common.install: Remove commented-out entry
  * Standards-Version: 4.2.0 (no changes required)

 -- Marco Trevisan (Treviño) <[email protected]>  Thu, 30 Aug 2018
17:59:08 -0500

** Changed in: gnome-shell (Ubuntu)
       Status: In Progress => Fix Released

-- 
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/1756826

Title:
  hangs when remote search provider performs expensive operation

Status in gnome-shell package in Ubuntu:
  Fix Released
Status in nautilus package in Ubuntu:
  Fix Released
Status in gnome-shell source package in Bionic:
  Triaged
Status in nautilus source package in Bionic:
  Triaged

Bug description:
  I have a maildir for my mail. My computer's name is "nightingale", and
  this name is in the filenames in the maildir. I have a lot of email!

  When I search for "tilix" to start a terminal after logging in,
  Nautilus goes crazy consuming CPU. This is because I have to type "ti"
  to type "tilix" and "ti" is a substring of "nightingale". This is
  submitted as a search string to the nautilus search provider and
  apparently isn't cancelled when I close the entry - I checked the
  GError and it's NULL.

  A similar thing happens with the ctrl-f search in nautilus itself.

  We talked about this on IRC and I provided some traces and stuff.
  Linking to the log to avoid having to fetch those out into files. :-)

    https://irclogs.ubuntu.com/2018/03/14/%23ubuntu-desktop.html#t15:58

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1756826/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to