Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: hastur on 15 July 2024, 06:00:40

Title: any semi light gui file manager like pcmanfm but indexed folders? long spin icon
Post by: hastur on 15 July 2024, 06:00:40
long spin icon when I open a folder with many files/folders like 1300...where I keep torrents.
I used xfe when on freebsd and it never seemed to make me wait that long, maybe was indexed? hmmm
Any suggestion?
I hate semi bloaty apps prefect lean n mean....but not a like command line enthusiast When I want gui file manager like gasp windows explorer.
Title: Re: any semi light gui file manager like pcmanfm but indexed folders? long spin icon
Post by: Hitman on 15 July 2024, 12:04:36
Although i didn't completely understand your question, try with doublecmd-qt6, it loads huge folders quickly before resolving thumbs/etc.
Title: Re: any semi light gui file manager like pcmanfm but indexed folders? long spin icon
Post by: hastur on 19 July 2024, 21:47:37
Although i didn't completely understand your question, try with doublecmd-qt6, it loads huge folders quickly before resolving thumbs/etc.

This seemed goofy at first but thumbnail coverage kicks ass over pcmanfm.
thx!!
Title: Re: any semi light gui file manager like pcmanfm but indexed folders? long spin icon
Post by: kiblaster on 19 July 2024, 22:23:23
I think that pcmanfm is somehow discontinued as the whole LXDE therefore you could try pcmanfm-qt.
Code: [Select]
galaxy/pcmanfm 1.3.2-1 (lxde)
    Extremely fast and lightweight file manager
galaxy/pcmanfm-gtk3 1.3.2-1 (lxde-gtk3)
    Extremely fast and lightweight file manager (GTK+ 3 version)
galaxy/pcmanfm-qt 2.0.0-1 (lxqt)
    The LXQt file manager, Qt port of PCManFM

 I use nemo not sure how it handles thumbnails compared to others.
Title: Re: any semi light gui file manager like pcmanfm but indexed folders? long spin icon
Post by: mrbrklyn on 21 July 2024, 16:52:40
thunar - obviously?
Title: Re: any semi light gui file manager like pcmanfm but indexed folders? long spin icon
Post by: Hitman on 30 July 2024, 12:29:55
I kind of omitted thunar, had a look now, seems to be slightly faster than pcmanfm.
Title: Re: any semi light gui file manager like pcmanfm but indexed folders? long spin icon
Post by: mrbrklyn on 03 August 2024, 02:10:56
I kind of omitted thunar, had a look now, seems to be slightly faster than pcmanfm.


Well how fast does ls work?

The drives also cache data so running a command a second time usually speeds things up.  But at some point you are going to bang your head on the speed that the inode table can be read.
Title: Re: any semi light gui file manager like pcmanfm but indexed folders? long spin icon
Post by: Hitman on 03 August 2024, 15:33:20
Even there some guy made a super slim version of ls :D https://www.muppetlabs.com/~breadbox/software/tiny/useful.html

With this occasion i also wanted to mention rox, a very slim but well enough featured file manager in puppy linux, but it doesn't longer seem to compile with whatever tooling used in AUR. This one works! https://aur.archlinux.org/packages/rox-filer-hugeicons

And yeah inode cache gets you over half of the way through.