[Bug 1312135] Re: Under KDE firefox uses nautilus instead of dolphin to handle directories
Googol LP
googol at riseup.net
Sat May 17 21:02:17 UTC 2014
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 Mozilla
Bugs, which is subscribed to firefox in 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
More information about the Ubuntu-mozillateam-bugs
mailing list