I run it and am loving it.
I was seeking a filemanager with a better copy handler than the simple default mint copy manager, first i found Double Commander ( which is a clone of famous Total commander for windows ), but i had some bugs in double commander where file copying over network drives would randomly just hang, and then i found Sunflower and its been a real pleasure to use.
Just a heads up, mapping network drives in sunflower can be a little tricky, you have to first mount the drive as well as the folders on the network drive ( mount it inside sunflower settings menu ) before you can use them. that is the only hiccups ive had with it, other than that i highly recommend it, specially for copying alot of files or large files.
installation for Mint is pretty simple, in terminal type :
- Code: Select all
sudo add-apt-repository ppa:atareao/sunflower
sudo apt-get update
sudo apt-get install sunflower
( cant remember which site i found it on, but the above commands work with mint. )
I would also recommend you try Double Commander, which is essentially almost identical, but with alot more features, including a much easier route to handling network drives ( has an older outdated look tho ) and decide which you like better.
installation for Double Commander for mint. ( there is 2 types, GTK and QT ) for QT type in terminal :
- Code: Select all
sudo add-apt-repository ppa:alexx2000/doublecmd
sudo apt-get update
sudo apt-get install doublecmd-qt
For GTK version of Double commander type :
- Code: Select all
sudo add-apt-repository ppa:alexx2000/doublecmd
sudo apt-get update
sudo apt-get install doublecmd-gtk
Far as i know the QT version was the recommended one, i have not tried the GTK version. Could be i should have installed GTK instead of QT and that caused bugs... so maybe try GTK ?