myPup-A web 2.0 based puplet

News, happenings
Message
Author
User avatar
Rhino
Posts: 263
Joined: Wed 04 May 2005, 13:28
Location: Cincinnati, OH, USA
Contact:

myPup-A web 2.0 based puplet

#1 Post by Rhino »

myPup is designed to replace the existing Puppy applications with "web 2.0" alternatives, allowing constant access to your files from anywhere. Of course, you can do this with Puppy already with bookmarked links, but this puts them on the menu and makes them easily accessible. This also gives us flexibility to add new applications quite simply and extends the versatility of Puppy without increasing its size.

All of the applications I chose are based on replacing Puppy applications and hopefully provide good support. You can always add applications back in by using Pupget. Although there are several options for a replacement of say gnumeric, I tried to choose just one that worked well, so as not to get a menu totally full. I am certainly open to suggestions for a better selection of applications.

There are similar projects out there based on other distros, but they are either quite large or limited in functionality. I think Puppy may be the perfect platform for this type of project. I kept many of the capabilities of Puppy intact, such as Gxine for music and video, many of the the smaller files tools and utilities for managing your local machine to keep this is a fully functional distro. I did simplify the menu a bit, so if you are looking for a Puppy application or utility it may still be available from the command line.

The iso weighs in at 88Mb (I was hoping for slightly smaller, but my smaller attempts all crashed and burned or I lost significant functionality that I could not repair).

As for the appearance, I kept JWM, but added wbar to reduce desktop clutter. I added a couple of jwm themes and small wallpapers. I also set the tray to hide to give the desktop a very clean appearance.

Bugs:
-Occasionally have to restart X if wbar does not render its faux transparency correctly.
-You have to click on the desktop to get wbar to show up sometimes.
-Printing-can you print with this? I have no way of testing this as I don't have any linux compatible printers. Please let me know.
- can't get divx to stream in Gxine...would we be better to add mplayer instead? My gut is to leave it as it is. You can always d/l the divx file and play it, rather than stream it.
- when streaming large files, you can max out your ram...you need to d/l the file first I think.

Yo can get the iso at http://puppyisos.org/isos/2007-07-to-12/

Rhino
Last edited by Rhino on Thu 19 Jul 2007, 13:56, edited 1 time in total.
Visit the Puppy Linux Video Tutorials @ http://rhinoweb.us

User avatar
Rhino
Posts: 263
Joined: Wed 04 May 2005, 13:28
Location: Cincinnati, OH, USA
Contact:

#2 Post by Rhino »

Just so you know what you are getting, here are some screenshots of myPup including some of the web2.0 applications available.

Default desktop: Featuring JWM with simplified menus, new menu icons (in part), wbar and autohidden jwm-tray. (jwm-vu theme with pizzasgood background)

Image


Documents: Featuring Google Docs & Spread, Google Calendar, Flowchart, Dictionary.net, Medgle, and Wikipedia. (jwm-human theme with suede background)

Image

Chat: Featuring meebo chat, ircatwork,ICQ2Go and Chatzilla embedded in Seamonkey-automatically logs into #puppylinux at freenode.net for instant help. (jwm-black theme with snakeriver background)

Image

Multimedia: Featuring Pandora, Last.fm, gcast-podcast creator, TV Links internet tv and movies. (jwm-vu theme with bliss background)

Image

Games: Featuring online games such as Asteroids, Space Invaders, LineRider, Sudoku and Chess. (default theme and background)

Image

Also included is mail and news featuring GMail and Google News, Maps, and Reader.

Hope you like it and I look forward to your suggestions!

Rhino
Visit the Puppy Linux Video Tutorials @ http://rhinoweb.us

User avatar
Gekko
Posts: 443
Joined: Sat 22 Jul 2006, 09:57
Location: Sydney, New South Wales

#3 Post by Gekko »

Try using "strip /bin/*" and "strip /usr/bin/*" and "strip /usr/local/bin/*". This should shrink the size quite a lot. You could also consider using UPX to compress the executables.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#4 Post by MU »


User avatar
Gekko
Posts: 443
Joined: Sat 22 Jul 2006, 09:57
Location: Sydney, New South Wales

#5 Post by Gekko »

Also, shouldn't you make the Seamonkey windows load without menus and such?

Firefox
Posts: 172
Joined: Fri 03 Nov 2006, 12:38
Location: UK

New distro

#6 Post by Firefox »

Why is the Download refused with a marked forbidden error 403? when I attempted to get it with wget -c?. I use a Dial up modem - is it a speed thing?

User avatar
cb88
Posts: 1165
Joined: Mon 29 Jan 2007, 03:12
Location: USA
Contact:

#7 Post by cb88 »

Where can I get that seamonky theme?

User avatar
Rhino
Posts: 263
Joined: Wed 04 May 2005, 13:28
Location: Cincinnati, OH, USA
Contact:

#8 Post by Rhino »

Gekko wrote:Also, shouldn't you make the Seamonkey windows load without menus and such?
That is a really good idea for all of the applications. Of course, the browser would be kept with the menus.

Here is the code I'm using for each web application.

Code: Select all

#!/bin/sh
exec defaultbrowser http://docs.google.com/ "$@"
Do you know how I could modify the code to get the browser to open without menus?

Thanks!
Visit the Puppy Linux Video Tutorials @ http://rhinoweb.us

User avatar
Rhino
Posts: 263
Joined: Wed 04 May 2005, 13:28
Location: Cincinnati, OH, USA
Contact:

#9 Post by Rhino »

cb88 wrote:Where can I get that seamonky theme?
You can get it here

There are many others available on that site and others. Just click on: View...Apply Theme...Get New Themes...then click on Open Directory.

Rhino
Visit the Puppy Linux Video Tutorials @ http://rhinoweb.us

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

Re: New distro

#10 Post by Lobster »

Firefox wrote:Why is the Download refused with a marked forbidden error 403? when I attempted to get it with wget -c?. I use a Dial up modem - is it a speed thing?
It is not a speed thing - I used DSL and got the same message. I then just clicked on the file to download with Seamonkey (this is not as reliable as wget - but it worked on the second attempt)

Very well done Rhino. It seems familiar to Puppy users with some exciting extra on line programs also available . . .
How big is the iconbar program you used? I remember trying it a year or more ago and thought how pleasant it is to use :)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
Rhino
Posts: 263
Joined: Wed 04 May 2005, 13:28
Location: Cincinnati, OH, USA
Contact:

Re: New distro

#11 Post by Rhino »

Lobster wrote:How big is the iconbar program you used? I remember trying it a year or more ago and thought how pleasant it is to use :)
The icon bar is called wbar and is 410kB for the d/l. You can get it from this thread

I'm anxiously waiting for your suggestions :-)
Visit the Puppy Linux Video Tutorials @ http://rhinoweb.us

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#12 Post by MU »

I had to add a check to reduce bandwidth-abuse on puppyfiles.org.
So you need to download using a webbrowser as Lobster did.

Sorry for this inconvenience, but that is still better than overload with account-suspension, where you will be refused to download anything. :roll:
Mark

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

#13 Post by tazoc »

Nice job Rhino! I like the clean layout and creative use of online apps. Wbar looks cool too, got to try that out. I will d/l myPup as soon as I can. Thanks.
-TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

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

Rhino and XUL online

#14 Post by Lobster »

Here are some on line links
http://mashable.com/2007/07/20/online-productivity-god/

The city 'square mile' of London is a hot spot that will spread to the rest of London, other UK cities - and eventually global coverage. I believe Sigapore has a similar system and Washington . . .On line services as a public service rather than a franchise will emerge. At the moment these services are free, then they will start charging . . . and after that they become services . . .

This process will take years.

So what Rhino is doing, show the way to Puppy on PC compatible phones and connected laptops etc.

I believe that a Puppy XUL customisation of Seamonkey
http://www.mozilla.org/projects/xul/
has still not been explored and is another possibility that would turn MyPup into a feature of every Puppy version . . .
http://www.murga-linux.com/puppy/viewto ... b977713e94

I enjoyed using this Puplet very much hope it will spark some ideas and possibilities :)
Last edited by Lobster on Mon 15 Sep 2008, 16:42, edited 2 times in total.
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
Rhino
Posts: 263
Joined: Wed 04 May 2005, 13:28
Location: Cincinnati, OH, USA
Contact:

Re: Rhino and XUL online

#15 Post by Rhino »

Lobster wrote:I enjoyed using this Puplet very much hope it will spark some ideas and possibilities :)
Thanks, I appreciate the response!

Does anyone know how to open mozilla in a windowed mode from the command line?

Instead of:

Code: Select all

# mozstart
is there anything to add to the end such as:

Code: Select all

# mozstart -runina#$%*&#$%window
Thanks!

Rhino
Visit the Puppy Linux Video Tutorials @ http://rhinoweb.us

User avatar
Rhino
Posts: 263
Joined: Wed 04 May 2005, 13:28
Location: Cincinnati, OH, USA
Contact:

#16 Post by Rhino »

My plan is to attempt again to shrink this down to a smaller size by removing SeaMonkey and install Firefox or maybe even Flock as the browser. My concern is getting the streaming audio and video playback to work well. Gxine and the standard Puppy work quite well, but I'm not sure about getting all of those to work with Gxine in Firefox. I may have to play around with MPlayer a bit.

Any advice or suggestions are greatly appreciated.

Rhino
Visit the Puppy Linux Video Tutorials @ http://rhinoweb.us

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

#17 Post by Lobster »

Flock is a good idea as it ties in with what you are doing and is forked from Firefox 1
We do not have a Flock based Puppy and getting in now and collaberating with the Flock people could get you publicity and support from them . . .

Mplayer is a good idea too

I would suggest one more thing . . .

In my opinion the most innovative and useful current puplet is Warrens Ezpup

You could do something similar with myPup

Flock + TV/web2 + link updates :)

This requires a different way of thinking about things. At the moment many people (including me) are creating their own puplets based on versions of Puppy. For various reasons the interest wanes and the innovations are forgotten and continuity is lost :? .

The ideas and effects in Ezpup enhance; adding to Puppy. By combining Ezpup and the latest version of Puppy, Warren (WhoDo) still has a distro . . .

In a similar way Rhino, you can offer a small easy to upload upgrade AND a distro

Hope this makes sense. Whatever you decide good luck :)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
Rhino
Posts: 263
Joined: Wed 04 May 2005, 13:28
Location: Cincinnati, OH, USA
Contact:

#18 Post by Rhino »

So far my tests with Flock are a little disappointing. It seems to crash occasionally in odd places. Fortunately, the flash stuff seems to work well. but I think the problem lies with incorporating the video plugins. It is probably more my fault than Flock's actually.

Flock is actually pretty neat. I hadn't tried it in some time. It has lots of stuff for blogging, pictures, and video.

I'll keep you all posted on the progress!

Rhino
Visit the Puppy Linux Video Tutorials @ http://rhinoweb.us

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#19 Post by edoc »

Rhino wrote:So far my tests with Flock are a little disappointing. It seems to crash occasionally in odd places. Fortunately, the flash stuff seems to work well. but I think the problem lies with incorporating the video plugins. It is probably more my fault than Flock's actually. Rhino
Have you looked at Gnash?

http://www.gnu.org/software/gnash/
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

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

online apps

#20 Post by Lobster »

Any news?

meanwhile some more online apps
http://www.tzunami.com/No-More-Harddrive.php
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

Post Reply