Comment 5 for bug 1629651

Revision history for this message
snapy (sdfjsfjaei-hans) wrote :

Here's workaround (thanks Sadi Yumuşak (sa-yu)) that works for me in 16.04:

1. cp "/usr/share/applications/org.gnome.Nautilus.desktop" ~/.local/share/applications/files.desktop
2. Create ~/.config/autostart/fsck-nautilus.desktop containing (or create it via Ubuntu's autostart configurator):

[Desktop Entry]
Type=Application
Exec=sh -c "~/fsck-nautilus.sh"
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_US]=Nautilus fix
Name=Nautilus fix
Comment[en_US]=
Comment=

3. chmod +x ~/.config/autostart/fsck-nautilus.desktop
4. Check in Ubuntu autostart that it's enabled.
5. Create "~/fsck-nautilus.sh" containing:

sleep 10
nautilus -q
sleep 5
nautilus -q

gtk-launch files.desktop