PuppyPack

A home for all kinds of Puppy related projects
Post Reply
Message
Author
User avatar
PuppyLinuxGuy
Posts: 23
Joined: Wed 25 Jul 2007, 15:27
Location: I'll answer later...my keyboard's frozen.
Contact:

PuppyPack

#1 Post by PuppyLinuxGuy »

Hi everybody! I've just upgraded from 2.17 to 3.01, and although the interface and everything has been upgraded, it still feels like it's missing a few utilities and such that could really improve it. So, I've decided to start a project to add the missing stuff. I'm going to call it PuppyPack, and it will just be a collection of tools to improve the Puppy - please excuse the corny term I made up - "Linuxperience." :roll:

It will include (and this list will grow.):
- Trash2.0 - A replacement for Puppy's trash can that will be better integrated and allow command-line and script access.
- fOne - An integrated, keyboard-accessible, searchable help center.
- A possible custom file manager (hey, I said possible...)
- More to come...

Also, PuppyPack will help create a consistent user interface across Puppy. With all of the different interfaces, including xmessage, Xdialog, gtkdialog, etc, Puppy appears very fragmented. It would be good to bring this all together.

I hope someone out there will like this idea and help, because this is a pretty big project. Thanks in advance for any advice!

PuppyLinuxGuy
Current Project: SphereCat1.com
[url=http://geeks.pirillo.com/profiles/SphereCat1]My Hangout - stop by and leave a comment![/url]
[size=84]now known as SphereCat1[/size][img]http://spherecat1.googlepages.com/spherecat1-small-transparent.png[/img]

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#2 Post by Lobster »

Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
HairyWill
Posts: 2928
Joined: Fri 26 May 2006, 23:29
Location: Southampton, UK

#3 Post by HairyWill »

You have two pages on the wiki that need updating.
In
http://puppylinux.org/wikka/PuppyLinuxGuy
there is a link which I presume is supposed to be to this thread

Also the page
http://puppylinux.org/wikka/PuppyPack
contains nothing of substance.

How is the project going?
Will
contribute: [url=http://www.puppylinux.org]community website[/url], [url=http://tinyurl.com/6c3nm6]screenshots[/url], [url=http://tinyurl.com/6j2gbz]puplets[/url], [url=http://tinyurl.com/57gykn]wiki[/url], [url=http://tinyurl.com/5dgr83]rss[/url]

User avatar
PuppyLinuxGuy
Posts: 23
Joined: Wed 25 Jul 2007, 15:27
Location: I'll answer later...my keyboard's frozen.
Contact:

#4 Post by PuppyLinuxGuy »

Will, Thanks for letting me know about the link, the fact that I have no info on the wiki page is mostly because I'm lazy.

To answer your question, I haven't been working on it very much. I have started the interface for the trash can, but I'm not actually that great at coding, so any help or suggestions will be greatly appreciated. Maybe later I'll post some code and screenshots.

If you want some more info than what's on the wiki, check out the WordPress blog: puppyprojects.wordpress.com. It has project statuses for all of the components, and some ideas, too.

Billy
Current Project: SphereCat1.com
[url=http://geeks.pirillo.com/profiles/SphereCat1]My Hangout - stop by and leave a comment![/url]
[size=84]now known as SphereCat1[/size][img]http://spherecat1.googlepages.com/spherecat1-small-transparent.png[/img]

User avatar
HairyWill
Posts: 2928
Joined: Fri 26 May 2006, 23:29
Location: Southampton, UK

#5 Post by HairyWill »

Thanks Billy

I looked at the link but didn't learn any more than what is shown in the first post of this thread.
Will
contribute: [url=http://www.puppylinux.org]community website[/url], [url=http://tinyurl.com/6c3nm6]screenshots[/url], [url=http://tinyurl.com/6j2gbz]puplets[/url], [url=http://tinyurl.com/57gykn]wiki[/url], [url=http://tinyurl.com/5dgr83]rss[/url]

User avatar
dvw86
Posts: 636
Joined: Thu 05 May 2005, 00:55
Location: Washington State

Re: PuppyPack

#6 Post by dvw86 »

It will include (and this list will grow.):
- Trash2.0 - A replacement for Puppy's trash can that will be better integrated and allow command-line and script access.
It already does. Try

Code: Select all

/usr/local/apps/Trash/AppRun -empty

Code: Select all

/usr/local/apps/Trash/AppRun -look

Code: Select all

/usr/local/apps/Trash/AppRun -empty-quick

User avatar
PuppyLinuxGuy
Posts: 23
Joined: Wed 25 Jul 2007, 15:27
Location: I'll answer later...my keyboard's frozen.
Contact:

#7 Post by PuppyLinuxGuy »

Will, thanks for letting me know about the command line options, but I was thinking more along the lines of putting something in. To do that it requires something to be dropped on it, because of what it does to it.

Billy
Current Project: SphereCat1.com
[url=http://geeks.pirillo.com/profiles/SphereCat1]My Hangout - stop by and leave a comment![/url]
[size=84]now known as SphereCat1[/size][img]http://spherecat1.googlepages.com/spherecat1-small-transparent.png[/img]

User avatar
dvw86
Posts: 636
Joined: Thu 05 May 2005, 00:55
Location: Washington State

#8 Post by dvw86 »

PuppyLinuxGuy wrote:Will, thanks for letting me know about the command line options, but I was thinking more along the lines of putting something in. To do that it requires something to be dropped on it, because of what it does to it.

Billy
It does that too. Make a file in root called "test". Then run this code:

Code: Select all

 /usr/local/apps/Trash/AppRun /root/test
This will move the file to the trash and perform all the checks while doing so.

Post Reply