Posts: 279
afab4
Joined: 17 Oct 2009
#1
I have never been completely satisfied with the file managers that are currently available. Rox-filer is not terrible by any means and has some nice features but antiX-8/8.5 also had pcmanFM 0.5-3 and it was a great file manager. Auto-mounting of USB/partitions/ takes place when you open pcmanFM 0.5-3 and you can easily open pcmanFM 0.5-3 from a root terminal and pretty much do anything you want with your installed system (be careful!)
So, I have always installed this"old" version of pcmanFM on each antiX install right up to antiX-12.
Installation does require a few extra steps besides downloading and installing the pcmanFM 0.5-3 deb file and I am going to show you how to do so in this narrative.
1. Download pcmanfm_0.5-3_i386.deb and shared-mime-info_0.30-2_i386.deb from
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.oats.webuda.com/iso/"
linktext was:"http://www.oats.webuda.com/iso/"
====================================

2. 2. Enable ONLY the debian unstable repository and in a root terminal:

Code: Select all

root@E4300:/home/afab4
# apt-get update
then

Code: Select all

root@E4300:/home/afab4
# apt-get install hal
This should pull in a couple of library files also.
then

Code: Select all

root@E4300:/home/afab4
# apt-get install gamin
then

Code: Select all

root@E4300:/home/afab4
# apt-get purge winff
(as winff conflicts with the older version of shared-mime-info we need to install).
Navigate to the directory that you downloaded the two files into and as root run:

Code: Select all

root@E4300:/home/afab4/Downloads
# dpkg -i *.deb
apt will whine a bit about downgrading shared-mime-info but it will indeed downgrade it.
At this point, pcmanFM 0.5-3 is fully functional.
Re-enable the default testing repositories.
Finally, you MUST put both pcmanFM and shared-mime-info on hold in both apt and in synaptic to avoid wiping out your efforts the next time you upgrade.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
Doesn't SpaceFM do what you want? It is supposed to be based on the positives of pcmanFM 0.5-3 series.
Posts: 279
afab4
Joined: 17 Oct 2009
#3
anticapitalista wrote:Doesn't SpaceFM do what you want? It is supposed to be based on the positives of pcmanFM 0.5-3 series.
I haven't tried the"latest" spaceFM but I will do so and see if it works for me.
I guess my bad experience with Thunar led me to go back to pcmanFM 0.5.
Last edited by afab4 on 05 Aug 2012, 12:29, edited 1 time in total.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#4
Let us know how you find SpaceFM. I think it has tremendous potential (though I still prefer rox) and I agree that using thunar is/was a disaster for antiX.
Posts: 279
afab4
Joined: 17 Oct 2009
#5
anticapitalista wrote:Let us know how you find SpaceFM. I think it has tremendous potential (though I still prefer rox) and I agree that using thunar is/was a disaster for antiX.
I ran SpaceFm through the paces tonight and found it easily performs most functions that pcmanFM 0.5 does plus has many more features.
EDIT: I still cannot get SpaceFM to automount the other partitions on my hard drive though and will have to figure out a workaround on that.
EDIT: I modified fstab to load my other working partitions (changed noauto to auto) and now SpaceFM can see all my partitions.
I was able to use SpaceFM to mount my workgroup network shares using smbnetfs. This was on a stock, un-upgraded antiX-12 RC2 install. I didn't have to configure anything in SpaceFM. It worked"right out of the antiX box". __{{emoticon}}__
The only bump in the networking with smbnetfs is that it seems the user is not automatically added to the fuse group and so you must add your user name to the fuse group in a root terminal:

Code: Select all

root@E4300:/home/afab4
# adduser afab4 fuse