@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 Ubuntu
Desktop Bugs, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1164016

Title:
  restore type-ahead find

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to