Page 1 of 3

Spacefm ... a fork of PCManFM-0.5.2

Posted: Wed 27 Jan 2010, 06:12
by technosaurus
I compiled this against a static libgamin (with similar *FLAGS) to get the size down. It will give you a warning message that it is looking for a gnome icon theme, because it tries to use pre-installed images to save size much like many other P* programs :)

Code: Select all

CFLAGS=" -pipe -combine -Os -fno-PIC -fno-pic -ffunction-sections -fdata-sections -fmerge-all-constants -momit-leaf-frame-pointer -fomit-frame-pointer -mpreferred-stack-boundary=2 -march=i386 -mtune=i686 " CXXFLAGS=" -pipe -combine -Os -fno-PIC -fno-pic -ffunction-sections -fdata-sections -fmerge-all-constants -momit-leaf-frame-pointer -fomit-frame-pointer -mpreferred-stack-boundary=2 -march=i386 -mtune=i686 " LDFLAGS="  -Wl,-O4,-Os,-relax,--sort-common,--gc-sections,-s " ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-t2-linux-gnu --disable-shared --enable-static --disable-hal --disable-superuser-checks --disable-desktop-integration --without-pic

Posted: Thu 04 Feb 2010, 19:07
by dougeeebear
Hi technosaurus,

I really like this version with the extra features.

Here's some feedback I have so far...

First of all, I got rid of that pesky gnome icon theme warning message.

1) Opening bookmarks in a new tab opens them in /
opening them in the current tab works ok.
Also right-clicking on a directory and selecting to open in a new tab opens them in /
UPDATE 1: Clicking the "Back" button afterwards then selects the correct directory for both the above scenarios.
UPDATE 2: If I have the side pane in directory tree mode I have the above scenarios. If I have the side pane in location mode the correct directories are selected.
Also the correct directories are opened with the side pane closed.

2) Opening a directory on another drive or partition kills/closes pcmanfm.
UPDATE: This doesn't seem to happen with the side pane closed.

So both 1) and 2) seem to have the problems only when directory tree mode is selected.

Other than that, it seems to be perfect, so I can live with it as it is.

Regards, Doug

Posted: Thu 04 Feb 2010, 20:56
by technosaurus
How did you get rid of the message?

Posted: Thu 04 Feb 2010, 21:22
by dougeeebear
technosaurus wrote:How did you get rid of the message?
I followed the directions on the popup error message and added the line gtk-icon-theme-name="Tango" at the very end of /root/.gtkrc-2.0.

And just another follow-up...
Copying, renaming, deleting on another drive or partition requires leaving and returning to see the changes.

I don't see any problems other than that (and my previous post).

Regards, Doug

Posted: Thu 04 Feb 2010, 21:45
by SickPuppy
What are these programs for?

Posted: Fri 05 Feb 2010, 01:06
by technosaurus
PCManFM is a filemanager named after PCMan
gamin is a small daemon for refreshing the changes made on the filesystem (if I recall) - perhaps it wasn't running when dougeeebear made changes to the files on separate drives???

Posted: Fri 05 Feb 2010, 02:03
by dougeeebear
technosaurus wrote:gamin is a small daemon for refreshing the changes made on the filesystem (if I recall) - perhaps it wasn't running when dougeeebear made changes to the files on separate drives???
I have your gamin dot pet installed. Is there something else I have to do to make sure it's running?
The only thing I didn't install are the localization files.

Posted: Fri 05 Feb 2010, 03:01
by technosaurus
you just have to run it once (I don't ever bother though)... I guess you could put it in /root/.xinitrc if you want it to always run

Posted: Fri 05 Feb 2010, 12:32
by dougeeebear
It doesn't help. Even clicking the refresh button doesn't do a thing.

Segmentation Error with PCmanFM

Posted: Tue 23 Feb 2010, 20:43
by mrallaire
I installed all three pet file posted here, and made the icon change. When I run pcmanfm through the terminal, I get:

Segmentation fault

Any ideas what I did wrong???


I'm running Puppy 4.11 on a Dell inspiron 1501 with the default kernel 2.6.25.16

Posted: Wed 24 Feb 2010, 04:28
by ttuuxxx
I opened /root/.gtkrc-2.0 as text and added to the last line the following text to removed the theme popup warning message
gtk-icon-theme-name="ROX"
ttuuxxx

Posted: Wed 24 Feb 2010, 04:35
by ttuuxxx
also there is an error in the .desktop file, that stops it from running via the menu

Line #10
Exec=pcmanfm %F
should be
Exec=pcmanfm
delete the %F save it, fixmenus then restart x-server and it should work.
ttuuxxx

Posted: Wed 24 Feb 2010, 07:43
by withoutpity
Some bug still in 0.5.2.
If you cp a folder contain some symbol links in it, those symbol link will lost.

Posted: Wed 24 Feb 2010, 18:08
by DaveS
Small bug in the .desktop file. Icon=pcmanfm SHOULD read icon=pcmanfm.png or icon wont display in menu.

Posted: Thu 06 May 2010, 14:54
by Troken
Hi, I was redirected here from another thread. I'd like to change to pcmanfm, but as a newbie, I dont really understand how to do it. Are there any step by step instructions how to change? Shall I paste all that code (in the first post) in a terminal and then install the 3 .pets?

Posted: Thu 06 May 2010, 18:08
by technosaurus
You can just install the main pet package (and NLS if non english language)
The code is only posted to inform users of the compile time options that it was compiled with... in case someone wants to compile it differently or take it on as maintainer.

Note the --disable-desktop-integration flag (Rox does this normally so support is disabled - if you want to REPLACE rox, you will need to recompile with --disable-desktop-integration)

Posted: Thu 06 May 2010, 18:08
by technosaurus
double post

Posted: Sun 09 May 2010, 04:02
by disciple
you will need to recompile with --disable-desktop-integration
I guess you mean --enable-desktop-integration...
I didn't realise that PCManFM could provide a desktop. Is it a "desktop is a folder" type desktop?

Posted: Sun 09 May 2010, 06:07
by jemimah
Yes it is - I've got it working on Puppeee.

But it's a bit of a pain because all the mime types are set up for Rox, and you've got to set them up again for PCman.

Posted: Mon 10 May 2010, 21:02
by Troken
I have PCmanFM up and running now, great. But... the icons are really simpel and not too nice looking. Some kind of default? How can I get Rox's icons? Or some other decent icon set?

I added the line to .gtkrc-2.0:
gtk-icon-theme-name="ROX"