How to change default filemanager in Linux

3

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

cdb

Posted 2009-08-31T04:37:27.850

Reputation: 989

Answers

2

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.

Alvin Row

Posted 2009-08-31T04:37:27.850

Reputation: 595