Sunflower Filemanager

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
nomko

Sunflower Filemanager

Post by nomko »

Hi,

Does anyone here running this application: http://code.google.com/p/sunflower-fm/.
I'm testing it under Mint 14MATE running in VB and i must say, at first sight it looks pretty ok. Anyone here who uses this application and can share their experience with it here?
Many thanks!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
raymerjacque
Level 4
Level 4
Posts: 222
Joined: Fri Jul 06, 2012 8:22 am
Location: Port Elizabeth, South Africa

Re: Sunflower Filemanager

Post by raymerjacque »

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 ?
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Sunflower Filemanager

Post by catweazel »

raymerjacque wrote:Could be i should have installed GTK instead of QT and that caused bugs...
Highly unlikely. Qt and GTK are merely widget libraries.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
User avatar
raymerjacque
Level 4
Level 4
Posts: 222
Joined: Fri Jul 06, 2012 8:22 am
Location: Port Elizabeth, South Africa

Re: Sunflower Filemanager

Post by raymerjacque »

ah ok.

But last i tried Double Commander i was also messing around with linux ALOT and had alot of stability issues, so might not have been double commander at all that was at fault, i have installed mint a dozen times since then and everything is running fine now. So best for op to try both, he may end up liking DB better, it certainly has alot more features and shortcuts.
MeanEYE

Re: Sunflower Filemanager

Post by MeanEYE »

I am using it, but that's kind of expected since I am developing it. :D

First let me thank you for giving Sunflower a chance. It's a small file manager and by no means on par with Double Commander, Krusader and other programs that are out there for quite some time now. I try to release weekly so that development process is as seamless and as fast as possible. This fast release cycle is good but it also means sometimes repository managers don't update as often. That's the case with Atareao repository. It's usually version or two behind. If you don't mind being week or two behind development, using repository is okay. :) We do provide packages for a decent number of distributions out there, so you can always get up to date by manually installing package.

Since Sunflower still doesn't have a decent documentation, if you have any questions, I would be happy to answer them. :) Needless to say, bug reports, feature requests and suggestions are more than welcome.
raymerjacque wrote: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.
This has been noted and will probably be fixed for next version, which I plan in a week. :)
User avatar
raymerjacque
Level 4
Level 4
Posts: 222
Joined: Fri Jul 06, 2012 8:22 am
Location: Port Elizabeth, South Africa

Re: Sunflower Filemanager

Post by raymerjacque »

well i just want to say thnx for a great app :)

Sunflower has saved my life many times in the last few months ive been using linux :)

the network mapping isnt such an issue now that i have figured out how it works, for newbies it can be quite an issue tho. But its a great app, i use it for all my file copy needs specialy since my main 2TB floater drive is on a network PC :)

looking forward to next release.

( o btw, maybe do like double commander did with network mounts ? they added a button on top "//" and when that is clicked it allows user to browse network... something similar would be usefull )
User avatar
raymerjacque
Level 4
Level 4
Posts: 222
Joined: Fri Jul 06, 2012 8:22 am
Location: Port Elizabeth, South Africa

Re: Sunflower Filemanager

Post by raymerjacque »

Wow, just installed new version and i can see a huge improvement already, great work :D
MeanEYE

Re: Sunflower Filemanager

Post by MeanEYE »

raymerjacque wrote:well i just want to say thnx for a great app :)
You are welcome. :) It's a pleasure.
raymerjacque wrote:( o btw, maybe do like double commander did with network mounts ? they added a button on top "//" and when that is clicked it allows user to browse network... something similar would be usefull )
Well, Sunflower does have a handler for network:// but that code is still being worked on. Also, you can create shortcuts using toolbar, and add that button. It's kind of retarded from my side, since you have to enable toolbar extensions plugin first, and then add toolbar controls. But you can do it if you wish.

Sunflower has a lot of features which are kind of hidden. Bad design on my side, but I wanted to create something like a "wizard" for first time users which will help folks set up everything they like. I like to keep things slick and clean. As you can notice I don't like making compromises when it comes to how program looks and feels.
raymerjacque wrote:Wow, just installed new version and i can see a huge improvement already, great work :D
Yup. What couple of weeks of development can do to a software. :P
There's a convenient option in Help menu called Check for new version which, yes, checks for new version. That way you can see what's the latest and what's the version you are currently running.
nomko

Re: Sunflower Filemanager

Post by nomko »

Looking at all these posts... thanks folks!!!

I'll give Sunflower a try... and don't worry about not having some proper documentation. I'll figure out how it works and maybe i put something together and post it on my website.
MeanEYE

Re: Sunflower Filemanager

Post by MeanEYE »

nomko wrote:Looking at all these posts... thanks folks!!!

I'll give Sunflower a try... and don't worry about not having some proper documentation. I'll figure out how it works and maybe i put something together and post it on my website.
Sounds good. Thanks. :)
Locked

Return to “Software & Applications”