Puppy Squeeze 009 Development

A home for all kinds of Puppy related projects
Post Reply
Message
Author
User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#81 Post by Iguleder »

I made a repo with all the packages that go to 004, here. The wbar from Lupu segfaulted my Xorg for some reason.

So far it looks good, 3 libraries are out and some big packages are now alot smaller.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#82 Post by ttuuxxx »

Iguleder wrote:libtasn is a must, needed for libgcrypt and therefore gnutls. Gnutls is needed too.

atm I'm trying to get rid of some libraries, already kicked out libexif-gtk and libgphoto2 with fotoxx, here it is. It replaces gtkam.
from puppy 2-4 we only used openssl, Gnutls is for ftp like filezilla etc, but the latest openssl does provide protection.
libgphoto2 is the drivers for digital camera's, If you remove that people won't be able to use there cameras without reinstalling it.
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#83 Post by Iguleder »

Wrong, gnutls is also for WeeChat which means it's not only for ftp.

gtkam is a "camera manager" thing while fotoxx is a photo gallery application with basic editing capabilities. I think it's better to have a gallery application since PictureViewer is out.

Need more opinions.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#84 Post by dejan555 »

Many internet/network apps will want gnutls and gnutls is also the debian way, for example when I compiled pidgin for 4.1 it said gnutls not found and openssl is not usable - it required either gnutls or nss to compile it didn't accept openssl at all. Also for latest filezilla on dpup i had to update gnutls to latest version.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#85 Post by Iguleder »

Here's Fluxbox, but it doesn't set itself to the default wm, this is just a funky experiment. Just do "echo fluxbox-session > /etc/windowmanager".
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

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

#86 Post by Lobster »

Need more opinions
People should take every opportunity to be kinder . . .
:oops: not that sort of opinion? :oops:

OK - well as some people (expect more as things develop)
will be using Squeeze on a day to day basis I would err on the side of caution. These real use testers are invaluable.
If you remove libs gradually we can still squeeze more out of Squeeze . . .

Another opinion :
I liked the pixlr cloud graphic program
used with caution cloud apps are a great additional resource . . .
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#87 Post by Iguleder »

We don't remove libraries just for the sake of removing libraries. It's good to replace applications that depend on certain libraries with alternatives that don't. Take mhash as an example, only 2 applications use it, so I repalced one (gtkhash) and recompiled the other without support for it (osmo). Also, gtkam is old, slightly broken and doesn't work well, so we replace it with the good Fotoxx and get rid of two libraries at the same time.

Also, now we use the Gparted from Quirky, which has static gtkmm, saves us 3 libraries nad lots of space.

I'm kinda disappointed that people don't express their opinion and share their ideas here. :cry:

Oh, and regarding cloud applications - they're good because they're zero-size, but some things cannot be replaced with web applications, like mtpaint or all office applications. If you noticed, the cloud application menu entries are there just as "extra" applications, with the exception of the web IRC.

EDIT: made an experimental 004 ISO, it's 124 MB due to the new Flash (extra 2 MB) and extra kernel modules I kept this time in order to attempt to fix the audio problem reported. It should be much snappier, though :)

I'll do some stripping once we settle on a good choice of applications.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

User avatar
Bert
Posts: 1103
Joined: Fri 30 Jun 2006, 20:09

#88 Post by Bert »

Iguleder wrote: Oh, and regarding cloud applications - they're good because they're zero-size, but some things cannot be replaced with web applications, like mtpaint .
I've been using Peppermint OS for a while and so discovered that Pixl , an online photo editor is about 100 times better than MtPaint. It's incredibly fast, user friendly and has many on-demand locales ready.
Those who've tried it, are hooked :)

EDIT: OOps, didn't see Lobster already mentioned Pixlr..
[url=http://pupsearch.weebly.com/][img]http://pupsearch.weebly.com/uploads/7/4/6/4/7464374/125791.gif[/img][/url]
[url=https://startpage.com/do/search?q=host%3Awww.murga-linux.com%2F][img]http://i.imgur.com/XJ9Tqc7.png[/img][/url]

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#89 Post by ttuuxxx »

dejan555 wrote:Many internet/network apps will want gnutls and gnutls is also the debian way, for example when I compiled pidgin for 4.1 it said gnutls not found and openssl is not usable - it required either gnutls or nss to compile it didn't accept openssl at all. Also for latest filezilla on dpup i had to update gnutls to latest version.
i know that the last 3 filezilla builds I post on here for everybody included it, but what default application in say puppy 4 needed it? None, that's why barry never included it, it only showed up as default once the larger woof bases happened. Basically what I would like to see is a lean base. All the libs I posted for removal aren't needed for a stable 5,6 series to work, It will break some default programs, but all the broken programs will get recompiled without the extra libs and will be considerably smaller. If you compile against extra libs, it will increase the size. Really I can't see why we can have ever program running in the menu and reduce the size of the release to 110MB or a bit less.
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#90 Post by dejan555 »

puppy 4 really didn't need gnutls but this is dpup build and many apps in debian repo has gnutls and krb libs as dependency and rely on it, we can remove them from iso but they will be required for apps installed from debian. There's a reason that woof pulls them into dpup build.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#91 Post by Iguleder »

gnutls was new when Puppy 4.x emerged but now it's standard. Even curl needs it to support SSL/TLS/whatever. :wink:
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#92 Post by ttuuxxx »

dejan555 wrote:puppy 4 really didn't need gnutls but this is dpup build and many apps in debian repo has gnutls and krb libs as dependency and rely on it, we can remove them from iso but they will be required for apps installed from debian. There's a reason that woof pulls them into dpup build.
Hi dejan555 we could have a debian extra sfs that includes gnutls, and the other deps, but If you can save say 50MB or so uncompressed and compile and post your own apps for others like I do, who needs the Debian repo? I'm more worried about people with lower power pc starting puppy up and having Orbit and gconf running and doing absolutely nothing, I add it 2.14X because I stip some of the deps of them and evince, Gcaltool and couple other programs needed it.
But for a average Firefox/youtube/Mail user doesn't need it.
Well maybe I could fork this release and try to break it down to a lower resource general puppy version. I Just have no need for a debian repo, and most who follow me like 2.14X get just about anything they wanted.
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

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

#93 Post by Lobster »

Bert wrote:Lobster already mentioned Pixlr..
There are other cloud apps to discover:

Chat and meeboo
File2HD (under Internet)
You convert it (under Utilities and General utilities)

I have done a quick video of Squeeze 003 using drec - which is in the package manager
http://youtu.be/98d1rib1HJs
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#94 Post by Iguleder »

Hehe, nice video :)

Uploading 004, seems good to me and I need your feedback. Now we're very traditional, full Seamonkey and xine, Osmo, Geany ... all the traditional Puppy major applications.

It's quite big (126 MB) but has a full browser (the PET is 14 MB!) and smaller applications. Plus, now we have a static Gparted which is faster and smaller - saves us 3 libraries. I'm gonna do some stripping in 005 and I think it's time to play with the desktop a bit, it's time for some bling. The Lupu wbar made my X segfault and interrupted the 004 package work ... I guess we could use the dpup's wbar.

And by the way, I really like what we achieved so far :)

ttuuxx, dejan555, Lobster, stu90, Billtoo, James C, Beem, Stripe, 01micko and everybody else - you rock. Good job!
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

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

#95 Post by Lobster »

The video is just a bit of fun :oops:
Hopefully more will be done later. 8)

Looking forward to 004 - I am already using 003 and finding usable

Is it advisable to try Lucid pets? I am tempted to try the ATI driver . . .
. . . or even put Quickpet or a version in there?

http://distro.ibiblio.org/pub/linux/dis ... ges-lucid/

- I don't know what times but Iguleder
hangs out a lot on Puppy chat
- so go share your ideas etc . . .
- just click on chat icon

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

stu90

#96 Post by stu90 »

Replacement volume icons - just need to drag which ever ligh/dark to /usr/share/retrovol
http://www.mediafire.com/file/1yh3ku2lv ... rchive.zip

Scrot.shot screenshot tool - i made a GUI for scrot command line screenshot has a few more options like area selection and active window shots than mt-paint snapshot
http://www.smokey01.com/stu90/lucid.pup ... 0.8-11.pet

Some one mentioned Tunapie earlier - here is .pet from squeeze .debs requires pythone to run, Lucid puppy python .pet works.
Tunapie:
http://www.smokey01.com/stu90/dpup.sque ... 1.17-2.pet
Lupu Python:
http://distro.ibiblio.org/pub/linux/dis ... -Lucid.pet

Quick question - does anyone know if seamonkey has a spell checker, if so how do you enable it?
cheers.

Edit.
Lobster:
I have not tried yet but Iguleder says the drivers lupu should work 8)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#97 Post by ttuuxxx »

My visssion for this Dpup is basically what Barry said about 3 series, Its a puppy version that is binary capadable with slackware, it wasn't library capadable, it didn't have dbus, xlib and a few others. Usually when I make a package, I include the missing libs, either in the package or in pets. It just keeps the distro running fast and less resources. Pretty much what puppy is all about, woof on the other hand has let the doors wide open. Also last time I compiled the latest libcurl for 2.14X about 6 months back it didn't need gnutils, maybe we could use that version if the latest does need it, I haven't checked yet. Too many releases to keep downloading a devx every day, But I do admit, very nice and quick work so far :) Your on a roll :)
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#98 Post by Iguleder »

The spell checker is enabled by default on 004, I don't remember if it worked on 003 too.
stu90 wrote:Replacement volume icons - just need to drag which ever ligh/dark to /usr/share/retrovol
I like those icons, they're in 005 :wink:

EDIT: ttuuxxx, want me to PM you the Woof modifications for 004?
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

stu90

#99 Post by stu90 »

Iguleder wrote:The spell checker is enabled by default on 004, I don't remember if it worked on 003 too.
stu90 wrote:Replacement volume icons - just need to drag which ever ligh/dark to /usr/share/retrovol
I like those icons, they're in 005 :wink:

EDIT: ttuuxxx, want me to PM you the Woof modifications for 004?
Nice one

004 & 005 already - nothing moves slow in puppy world. 8)

Just been having a play with some of the lucid .pets i made, seem to work well with dpup, squeeze pup (any ideas on name yet?)

pek windows manage + tint2 panel
Image

:)

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#100 Post by Iguleder »

Wow, your desktop looks great :shock:

That screeny should go to the wiki page ... and we need a name, it's about time :)
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

Post Reply