Because doing `sudo apt-get purge nautilus` breaks `furiusisomount` and
`ubuntu-desktop`, I rename `/usr/bin/nautilus` to
`/usr/bin/nautilus.ubuntu` and create the following
`/usr/local/bin/nautilus` script to keep Nautilus as the preferred file
manager on Unity and Dolphin on KDE:
#!/bin/bash
if [ '$KDE_FULL_SESSION' == 'true' ]; then
if [ '${1}' == '--no-desktop' ]; then shift; fi
/usr/bin/dolphin "$@"
else
/usr/bin/nautilus.ubuntu "$@"
fi
but I have repeat `mv /usr/bin/nautilus /usr/bin/nautilus.ubuntu` if the
Nautilus package is updated.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1312135
Title:
Under KDE firefox uses nautilus instead of dolphin to handle
directories
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1312135/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs