Author |
Message |
bark_bark_bark
Joined: 05 Jun 2012 Posts: 1935 Location: Wisconsin USA
|
Posted: Tue 30 Oct 2012, 22:25 Post subject:
SpaceFM 0.8.2 - file manager Subject description: Compiled on Precise 5.4 |
|
Here it is
"SpaceFM 0.8.2"
SpaceFM is a fork of PCManFM, and is my favorite FileManager.
This was compiled without a pinboard.
Enjoy.
---------------------------------------------------------------------------------
,/configure:
Code: | ./configure --disable-desktop-integration --disable-pixmaps |
----------------------------------------------------------------------------------
Description |
|

Download |
Filename |
spacefm_DOC-0.8.2-i686.pet |
Filesize |
90.46 KB |
Downloaded |
1110 Time(s) |
_________________ ....
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 13653 Location: Arizona USA
|
Posted: Tue 30 Oct 2012, 22:32 Post subject:
|
|
Thanks. I might try this to see if it copies directories correctly. If I drag a directory into my mp3 player, ROX doesn't copy the files in the directory in numerical order unless I do some trickery, which takes time.
What is NLS?
|
Back to top
|
|
 |
`f00

Joined: 06 Nov 2008 Posts: 808 Location: the Western Reserve
|
Posted: Tue 30 Oct 2012, 22:53 Post subject:
Subject description: .. |
|
Native Language Support
thanks for leaving out the pinboard (imho) 'nonsense', bbb
likely xfe will remain my fav, but variety works too. Some niceties like a non-generic menu icon (extension needed for jwm anyway) and a usr rather than usr/local prefix would fit the extant groups better
|
Back to top
|
|
 |
cimarron

Joined: 30 May 2013 Posts: 293
|
Posted: Sun 10 Aug 2014, 09:21 Post subject:
|
|
Works well in Precise 5.7.1, thanks!
I wrote a little script (may be crude, as I'm not an experienced coder) to easily mount drives from within SpaceFM. OOTB it launches pmount when attempting to mount a drive. But if you right-click in the drive pane and choose Settings, Mount Command, you can specify an alternative mount process. I put "mounter %v" (no quotes) there and put this script in /usr/local/bin, named "mounter" (and given execute permissions):
Code: | #!/bin/bash
#used by SpaceFM to mount drives
DEV=$1
DEVNAME="`echo -n "$DEV" | cut -f 3 -d '/'`"
mkdir /mnt/$DEVNAME
mount /dev/$DEVNAME /mnt/$DEVNAME |
Works well, without launching pmount. And in Settings, Unmount Command, I put "umount -l %v" (no quotes) to easily unmount drives from within SpaceFM.
|
Back to top
|
|
 |
fabrice_035

Joined: 28 Apr 2014 Posts: 768 Location: Bretagne / France
|
Posted: Mon 25 Aug 2014, 15:25 Post subject:
|
|
Very good file manager, thanks.
|
Back to top
|
|
 |
ASRI éducation

Joined: 09 May 2009 Posts: 3203 Location: France
|
Posted: Thu 09 Oct 2014, 14:56 Post subject:
|
|
SpaceFM 0.9.4
http://www.murga-linux.com/puppy/viewtopic.php?t=95998
Regards
_________________ Projet ASRI éducation => Association | Forum | Dépôt | Espace kids
Last edited by ASRI éducation on Thu 09 Oct 2014, 15:09; edited 2 times in total
|
Back to top
|
|
 |
ASRI éducation

Joined: 09 May 2009 Posts: 3203 Location: France
|
Posted: Thu 09 Oct 2014, 15:06 Post subject:
|
|
double post
_________________ Projet ASRI éducation => Association | Forum | Dépôt | Espace kids
|
Back to top
|
|
 |
|