gtkfm: A mini twin-paned Gtk gile manager

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

gtkfm: A mini twin-paned Gtk gile manager

#1 Post by muggins »

http://web.tiscali.it/tito-wolit/
This program has been written with size optimization in mind.
To achieve this goal some code from the Busybox project was used.
It contains also a Text Editor, an Image Viewer, a Process manager
and a Filesytem info tool. Gtkfm is tested only on Ubuntu Linux
but should compile and work also on other distributions.
Run via Menu->Filesystem->Gtkfm, or by entering gtkfm in a console.
Attachments
gtkfm.png
(21.78 KiB) Downloaded 906 times
gtkfm-0.10b.pet
(42.88 KiB) Downloaded 675 times

User avatar
Dingo
Posts: 1437
Joined: Tue 11 Dec 2007, 17:48
Location: somewhere at the end of rainbow...
Contact:

#2 Post by Dingo »

Last edited by Dingo on Sat 21 Jun 2008, 22:57, edited 1 time in total.
replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

This one is fun

#3 Post by playdayz »

Thanks for doing this for us. this one is great fun, simple, leasant to look at, 48K! But I was just getting comfortale with the console commands. ;-)

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#4 Post by technosaurus »

works with defaulttexteditor, defaulttextviewer and defaultimageviewer now (size reduced 25%)
Attachments
gtkfm-0.10b-i486.pet
(this binary isn't upx'd like the one in the first post
- I mention to explain why the differences in file and pet sizes
- if you try to strip a upx'd binary it will break )
(29.12 KiB) Downloaded 501 times
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

amigo
Posts: 2629
Joined: Mon 02 Apr 2007, 06:52

#5 Post by amigo »

technosaurus, you need to strip before compressing. src2pkg will do this automagically for you. However, upx'ing anything under about 50k will make it larger. exepak does better at very small sizes.

Post Reply