@Vaclav Petras (wenzeslaus)  #91

For now the only solid fix for the bug is this:

1) Install PCManFM via Ubuntu Software Center
2) <ctrl>+<alt>+T or a terminal
3) Do this: (works on both Gnome Shell and Unity)

xdg-mime default pcmanfm.desktop inode/directory

sudo mv /etc/xdg/autostart/nautilus-autostart.desktop /etc/xdg/autostart
/nautilus-autostart.desktop.bak

sudo nano /etc/xdg/autostart/pcmanfm-autostart.desktop

4) Copy-paste the following in the Nano-editor you opened in 3):

[Desktop Entry]
Type=Application
Name=File Manager PCManFM
Exec=pcmanfm --desktop
OnlyShowIn=GNOME;Unity;
NoDisplay=true

5) Save changes with <ctrl>+O, <enter>, <ctrl>+X

6) Do this in the terminal:

favorites=$(gsettings get com.canonical.Unity.Launcher favorites | sed
's/nautilus.desktop/pcmanfm.desktop/')

gsettings set com.canonical.Unity.Launcher favorites "$favorites"

7) pcmanfm --desktop-pref

Select your wallpaper. Note that for Gnome Shell the "stretched"-mode
for the wallpaper works best.

Congrats! Nautilus is out of your life now.

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

Title:
  restore type-ahead find

Status in Nautilus:
  New
Status in “nautilus” package in Ubuntu:
  Fix Released
Status in “ubuntu-settings” package in Ubuntu:
  Fix Released

Bug description:
  GNOME removed type-ahead find in Nautilus 3.6, not without
  controversy:

  https://mail.gnome.org/archives/nautilus-
  list/2012-August/msg00002.html

  Now when you type in a Nautilus window, Nautilus immediately performs
  a search in the current directory and all its subdirectories.  I
  personally find this annoying.  If I want to search, I'll click the
  search icon.  Often I'm looking at a long directory listing and simply
  want to jump to a certain point in it, and type-ahead find works great
  for that.

  Would Ubuntu consider patching type-ahead find back in?

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1164016/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to