To get PCManFM 1.0 in the best shape possible we just put a release candidate on the sourceforge file archive. Notable changes include external thumbnailer support, new file attribute dialog, support for modifier keys on drag and drop, symbolic link creation, individual wallpapers per desktop and documentation.
You will need libfm 1.0 to use pcmanfm 1.0 so they are released as a pair as usual.
Bug reports and patches should be submitted to the trackers at sourceforge. For bug reports be as specific as you can and try to cooperate with the developers if they ask for further testing. Hanging around the IRC channel #lxde at irc.oftc.net and reading the PCManFM project mailinglist are other good ways to interact with the project.
Get libfm and pcmanfm from the sourceforge file archive:
libfm-1.0rc1.tar.gz, sha1sum: 37528cde92dcbb1663c6c9d3eaf7fee51aacda8e
pcmanfm-1.0rc1.tar.gz, sha1sum: 4f28151b07934ffc99a6f3b697916055e45d2485

Comments 6
Error compiling PCMANFM:
/usr/bin/ld: pcmanfm-desktop.o: undefined reference to symbol ‘floor@@GLIBC_2.2.5′
Posted 09 Jul 2012 at 8:02 am ¶/usr/bin/ld: note: ‘floor@@GLIBC_2.2.5′ is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line
/lib64/libm.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[2]: *** [pcmanfm] Error 1
make[2]: Leaving directory `/home/mariachi/bin/pcmanfm/pcmanfm-1.0rc1/src’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mariachi/bin/pcmanfm/pcmanfm-1.0rc1′
make: *** [all] Error 2
Didn’t have any issues with building libfm and pcmanfm 1.0rc1 in Foresight though.
Did you install libfm 1.0rc1 first?
Posted 09 Jul 2012 at 8:11 am ¶yes I did build and install libfm 1.0rc1 first
Posted 09 Jul 2012 at 12:09 pm ¶I think it means I need the 32-bit libm.so library? :S
Posted 09 Jul 2012 at 2:23 pm ¶hmm,,, work on my archlinux 64 bit… a bit different on preference window
ah ya, mariachi i compile using this
make LDFLAGS+=\-lm\
Posted 10 Jul 2012 at 12:19 am ¶make LDFLAGS+=”-lm”
Posted 10 Jul 2012 at 12:44 am ¶