Author |
Message |
technosaurus

Joined: 18 May 2008 Posts: 4786 Location: Kingwood, TX
|
Posted: Thu 06 May 2010, 14:08 Post subject:
|
|
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)
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4786 Location: Kingwood, TX
|
Posted: Thu 06 May 2010, 14:08 Post subject:
|
|
double post
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Sun 09 May 2010, 00:02 Post subject:
|
|
Quote: | 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?
_________________ If you have or know of a good gtkdialog application, please post a link here
Classic Puppy quotes
ROOT FOREVER
|
Back to top
|
|
 |
jemimah

Joined: 26 Aug 2009 Posts: 4309 Location: Tampa, FL
|
Posted: Sun 09 May 2010, 02:07 Post subject:
|
|
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.
|
Back to top
|
|
 |
Troken
Joined: 26 Apr 2010 Posts: 11
|
Posted: Mon 10 May 2010, 17:02 Post subject:
|
|
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"
|
Back to top
|
|
 |
pri

Joined: 09 Oct 2009 Posts: 343 Location: Bandung Indonesia
|
Posted: Mon 10 May 2010, 22:53 Post subject:
|
|
Troken wrote: | 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" |
ok use this icon theme,
http://www.silverdollarsolutions.com/PuppyLinux/pri/pet/filemanager/xfce-4.6.1-icon.pet
for suport file changes on pcmanfm and refresh button, should be have gamin instaled and running, try this one :
http://www.silverdollarsolutions.com/PuppyLinux/pri/pet/filemanager/gamin-0.1.9-i486.pet
that pet has file on /root/Startup so gamin will be running when puppy start.
and thks to techno, i mirored this pet on my ftp and will be use as main file manager on my puppy, but i will make a mime first.
_________________ Learning by Doing
Last edited by pri on Sat 15 May 2010, 09:48; edited 1 time in total
|
Back to top
|
|
 |
pri

Joined: 09 Oct 2009 Posts: 343 Location: Bandung Indonesia
|
Posted: Tue 11 May 2010, 03:57 Post subject:
|
|
owh, there is a trouble on gamin. will be die in a few minute. dont know why
_________________ Learning by Doing
|
Back to top
|
|
 |
Troken
Joined: 26 Apr 2010 Posts: 11
|
Posted: Tue 11 May 2010, 15:35 Post subject:
|
|
When I run PCmanFM from terminal, the following appears:
(pcmanfm:3797): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
What does that mean?
|
Back to top
|
|
 |
pri

Joined: 09 Oct 2009 Posts: 343 Location: Bandung Indonesia
|
Posted: Sat 15 May 2010, 10:05 Post subject:
|
|
gamin corectedon startup. if gamin_server die, it will be call again.
_________________ Learning by Doing
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4786 Location: Kingwood, TX
|
Posted: Sun 16 May 2010, 01:29 Post subject:
|
|
THIS ONE REQUIRES GLIB > 2.22 and GTK+ > 2.18 (compiled against 2.22.5 and 2.18.9)
Note that this has only the minimum icons to run (from Tango) and nothing is preconfigured (run from command line to see what icon names are missing - most can be reclaimed from rox or from Tango/hicolor icon themes) - it's as plain vanilla as it can get and still run so it can be customized
(the icons are in the root of the pet but petget puts them where they need to go... /usr/local/lib/X11/mini-icons)
menu-cache, libfm and pcmanfm were all compiled with:
Code: | CFLAGS=" -combine -pipe -Os -momit-leaf-frame-pointer -ffunction-sections -fdata-sections -fomit-frame-pointer -fmerge-all-constants -mpreferred-stack-boundary=2 -march=i386 -mtune=i686 " LDFLAGS=" -Wl,-O4,-Os,-relax,--gc-sections,--sort-common,-s " CXXFLAGS=" -combine -pipe -Os -momit-leaf-frame-pointer -ffunction-sections -fdata-sections -fomit-frame-pointer -fmerge-all-constants -mpreferred-stack-boundary=2 -march=i386 -mtune=i686 " ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --host=i486-pc-linux-gnu --disable-shared --without-pic |
reposted in later post with minor fixes for jwm menu entries
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
Last edited by technosaurus on Wed 19 May 2010, 23:59; edited 1 time in total
|
Back to top
|
|
 |
pri

Joined: 09 Oct 2009 Posts: 343 Location: Bandung Indonesia
|
Posted: Sun 16 May 2010, 20:33 Post subject:
|
|
hi techno, why pcmanfm cant copy symlink ?
_________________ Learning by Doing
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4786 Location: Kingwood, TX
|
Posted: Mon 17 May 2010, 00:28 Post subject:
|
|
The last version I posted can copy and paste symlinks (via right click menu) - I don't really use the classic version anymore.
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
pri

Joined: 09 Oct 2009 Posts: 343 Location: Bandung Indonesia
|
Posted: Mon 17 May 2010, 02:41 Post subject:
|
|
hey again
sory i dont recognice pcmanfm now be pcmanfm2, so when i was install the last, it not replace the old one.
trying to run from commandline and found error :
pcmanfm2: symbol lookup error: pcmanfm2: undefined symbol: g_icon_to_string
_________________ Learning by Doing
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4786 Location: Kingwood, TX
|
Posted: Mon 17 May 2010, 11:03 Post subject:
|
|
It sounds like you did not install glib > 2.22.0 and gtk > 2.18.0
These are NOT included in any version of Puppy except maybe Barry's unofficial 4.3.2
I suppose the new rewrite of pcmanfm should be distributed as pcmanfm2 in the package name.
(by the way the configure script has not been updated to reflect that 2.18 is required, but the latest release has gtk_widget_get_state or something like that, which is not in versions less than 2.1
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
pri

Joined: 09 Oct 2009 Posts: 343 Location: Bandung Indonesia
|
Posted: Mon 17 May 2010, 23:55 Post subject:
|
|
look like i get trouble using the last one
_________________ Learning by Doing
|
Back to top
|
|
 |
|