How can I change the default file manager to Konqueror in Gnome-based distros? Currently it is Nautilus.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

I edited a script originally written for thunar to work for konqueror:

My script, Original script

Download the script to your home folder and then make it executable:

chmod +x defaultkonqueror

Then run it to make konqueror the default file manager:

./defaultkonqueror

And run it again if you want nautilus to the default again.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.