Page 1 of 4

Dpup additional software testing.

Posted: Sat 26 Dec 2009, 03:52
by gposil
This thread, suggested by shankargopal is for additional software testing for inclusion in the Dpup software repository...

I will also make available, an upload area on dpup.org for uploads of tested software...please PM me for ftp account details of the Additional Software upload area.

Cheers
Guy

Posted: Sat 26 Dec 2009, 04:35
by Jim1911
Bibletime 2.5 was released for Christmas so please consider updating your bibletime-2.4.1-i686-dpup.pet. Also, although your pet does work with dpup, it is missing all icons on the toolbars.

Thanks for this nice pet,
Jim

Posted: Sat 26 Dec 2009, 04:39
by shankargopal
For dpup dotpets for the Enlightenment DR17 window manager, see http://www.murga-linux.com/puppy/viewto ... 046#374046

Posted: Sat 26 Dec 2009, 09:16
by papos
gqview continue with ggeqie (this is the last svn 12/2009)
A tiny configurable image viewer organiser
configurable: I ad some example for opening fotoxx and gimp
edit exif:organize your collection directly in the file
I compiled it without all translation but with the doc we can get more place.
this is my default image viewer
Great fest

Posted: Sat 26 Dec 2009, 11:39
by gposil
Thank you papos, terrific little utility...and thank you for providing the correct format, it makes it so much easier...

...Please remember guys...Dpup software must be either compiled in Dpup or use Debian binaries and have the -dpup.pet file suffix...

Cheers
Guy

Posted: Sat 26 Dec 2009, 13:38
by gerry
Guy- are you interested in Debian packages that installed and worked with no problems, and those that don't work?

eg

w3m- textbased browser works perfectly.
Ratpoison- keyboard-only window manager: couldn't get the menus to appear.

etc

gerry

Posted: Sat 26 Dec 2009, 13:45
by gposil
Yes gerry, I'm interested in both so we can build a repo that works...the successes I can add unchanged, the others I can look at and adjust to work.....or can be guided by testers...

Posted: Sat 02 Jan 2010, 13:36
by omskates
I've been away so I missed a lot of posts on DPup progress so I don't know if this has already been brought up. As far as KDE as a desktop, would it be possible for me to test the KDE Plasma Netbook desktop on DPup? Thanks!

Picasa 3

Posted: Mon 04 Jan 2010, 22:09
by JorgenS
I have tried the Picasa 3 beta for linux DEB-package in Dpup 484beta2 and it WORKS. The link--> http://dl.google.com/linux/deb/pool/non ... t_i386.deb

To run: /usr/bin/picasa

JorgenS

Posted: Tue 05 Jan 2010, 22:09
by Jim1911
ljfr wrote:Hi,
First, thanks to technosaurus, the version 8.4.13 works great on my pc, with sdl mixer on puppy 412, I don't even have to update alsa-lib to get sounds,

Gcompris 8.4.13, and dependencies:
gnucap + gnuchess + python + pysqlite + pycairo + pygobject +pygtk + SDL + SDL mixer +tuxpaint
to be found here:
http://ljfr2.perso.neuf.fr/pet_packages-4/general/
It's really nice since SDL is already required by tuxpaint anyway.

regards,

NB: I disabled gnet, and on puppy 412, still have to update:
-glib to version 2.18.3 (mainly to get libgio)
-sqlite to version 3.6.12
which you can get here:
http://distro.ibiblio.org/pub/linux/dis ... ackages-4/
The above pets work great on dpup up through the latest 484b2 and would make a fine addition of children's educational programs to the repository. ljfr has the necessary dependencies on his personal page linked above which also need to be added.

Jim

Posted: Sat 09 Jan 2010, 23:39
by dejan555
Hmm, for you wm lovers :lol: try this karmen window manager, I found it to be lightest and most minimal wm among others, doesn't have taskbar, tray or menus, it's really bare (right click brings list of windows and there are buttons for minimize/close and double click on titlebar maximizes window.) Pet is only 96 KB, installed size 233 KB, just one binary!
karmen-0.15-dpup.pet

Here's a minimal desktop with rox panel/pinboard used:

Image

Posted: Sun 10 Jan 2010, 07:10
by James C
Google Chrome works fine by installing the deb package from http://www.google.com/chrome

Debian packages from the PPM I've installed include NetSurf browser, Arora browser ( a neat little Webkit browser) and Kazehakase browser. All 3 work fine in 482.

Posted: Sun 10 Jan 2010, 07:45
by gerry
w3m (text-only browser) from the debian repo worked in dpup 482, but in 484 its options setting facility doesn't work.

gerry

Posted: Sun 10 Jan 2010, 10:47
by gposil
I think I am going to have to bring forward beta3 release....there are too many problems with the bash changes...

Later tonight beta3 will be up...please do not carry any settings over from previous versions, they will break it...beta3 is actually 485pre-alpha...alot of things are different...a new slate.

.

Posted: Sun 10 Jan 2010, 13:11
by dejan555
Err, gposil can you post correct pet.specs format again, I just used one generated by dir2pet, but I want to make a right click script that generates pet.specs and tar dir up, then do tgz2pet without asking anything, I had similar script for other pet packages, they only had few lines.

Code: Select all

#!/bin/sh
FOLDR=$(basename "$1")
echo "Making dotpet out of $FOLDR"
cd "$1"
echo "PETMENUDESCR=''" > "$FOLDR.pet.specs"
echo "PETOFFICIALDEPS=''" >> "$FOLDR.pet.specs"
echo "PETREGISTER='yes'" >> "$FOLDR.pet.specs"
cd ..
tar -cf "$FOLDR.tar" "$FOLDR"
gzip "$FOLDR.tar"
tgz2pet "$FOLDR.tar.gz"
echo Finished
I put this as right click option on directory in rox.

Posted: Sun 24 Jan 2010, 10:15
by dejan555
Weechat updated to 0.3.1: weechat-0.3.1-i486-dpup.pet
Compiled without libiconv dependencies.

@gposil, have you looked @ my code for packaging^^ , can this be done?

Posted: Sun 24 Jan 2010, 11:12
by gposil
dejan555 wrote:Weechat updated to 0.3.1: weechat-0.3.1-i486-dpup.pet
Compiled without libiconv dependencies.

@gposil, have you looked @ my code for packaging^^ , can this be done?
Done and in Dpup repo

Cheers

Posted: Sun 24 Jan 2010, 11:22
by dejan555
Cool.

BTW I though if code I posted on previous page can be modified for making dpup pets.

Posted: Sun 24 Jan 2010, 12:15
by gposil
dejan555 wrote:Cool.

BTW I though if code I posted on previous page can be modified for making dpup pets.
Here's the new dpup spec file

.

Posted: Sun 24 Jan 2010, 14:00
by dejan555
OK, I thought this is going to be harder but here's my personal simplified version of dir2pet 8)

Code: Select all

#!/bin/sh
FOLDR=$(basename "$1")
echo "Making dotpet out of $FOLDR"
cd "$1"
VER=`echo $FOLDR | sed 's/[^-]*-//'`
NAME=`echo $FOLDR | sed 's/'"-$VER"'//'`
echo "$FOLDR|$NAME|$VER|BuildingBlock||pet_packages-5|$FOLDR.pet|||debian|lenny|5|" > pet.specs
cd ..
tar -cf "$FOLDR.tar" "$FOLDR"
gzip "$FOLDR.tar"
tgz2pet "$FOLDR.tar.gz"
echo Finished