Puppy Squeeze 009 Development
- Iguleder
- Posts: 2026
- Joined: Tue 11 Aug 2009, 09:36
- Location: Israel, somewhere in the beautiful desert
- Contact:
To avoid the confusion - the current name of this dpup thingy is Puppy Squeeze. Testing builds need an ironic name, that's Zen Puppy. Simple as Lupu and Luci.
I'm working on something similar but very different (:lol:) with Debian Sid instead of Debian Squeeze. That's to make it more future-proof and much easier to develop. It's also good for Woof and all Woof-built puppies, especially Lupu and all Ubuntu wooflets.
The "Puppy Squeeze" name can no longer be used because it derives from Debian Squeeze, which is no longer the base. This thing needs a name. I used "Puppy Sid" to make things simpler, but that's a bad name. I want it to have real identity as a Puppy release and not just another wooflet.
By the way, the name pemasu suggested is awesome. I say, let's go for it
I'm working on something similar but very different (:lol:) with Debian Sid instead of Debian Squeeze. That's to make it more future-proof and much easier to develop. It's also good for Woof and all Woof-built puppies, especially Lupu and all Ubuntu wooflets.
The "Puppy Squeeze" name can no longer be used because it derives from Debian Squeeze, which is no longer the base. This thing needs a name. I used "Puppy Sid" to make things simpler, but that's a bad name. I want it to have real identity as a Puppy release and not just another wooflet.
By the way, the name pemasu suggested is awesome. I say, let's go for it

[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]
I know that Iguleder will give me moral lesson for this, but... it was so nice to found that Sid001 already had almost everything needed already.
There was no way to compile it in luci 238 because almost everything needed was missing.
So I compiled latest Gucview for webcams. I got inspiration from IRC discussion with Iguleder.
I apology that I made this before Iguleder had time to announce his newest treasure.
But everybody has now possibility to test it straight.
Needed dependency, libportaudio is included in the pet.
http://guvcview.berlios.de/
There was no way to compile it in luci 238 because almost everything needed was missing.
So I compiled latest Gucview for webcams. I got inspiration from IRC discussion with Iguleder.
I apology that I made this before Iguleder had time to announce his newest treasure.
But everybody has now possibility to test it straight.
Needed dependency, libportaudio is included in the pet.
http://guvcview.berlios.de/
http://www.rabittooth.com/1024x768StarW ... us1024.jpgIguleder wrote:To avoid the confusion - the current name of this dpup thingy is Puppy Squeeze. Testing builds need an ironic name, that's Zen Puppy. Simple as Lupu and Luci.
I'm working on something similar but very different (:lol:) with Debian Sid instead of Debian Squeeze. That's to make it more future-proof and much easier to develop. It's also good for Woof and all Woof-built puppies, especially Lupu and all Ubuntu wooflets.
The "Puppy Squeeze" name can no longer be used because it derives from Debian Squeeze, which is no longer the base. This thing needs a name. I used "Puppy Sid" to make things simpler, but that's a bad name. I want it to have real identity as a Puppy release and not just another wooflet.
By the way, the name pemasu suggested is awesome. I say, let's go for it
http://bit.ly/9Xdxtm
Last edited by tubeguy on Sun 21 Nov 2010, 22:33, edited 1 time in total.
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]
Found a Bug that might affect many gtkdialog applications that seems only occur at dpup : the combobox at jwmthememaker doesn't show any input ( see screenshot )
The formatting has to be cared about.
FIX :
I don't know if it is echo , awk , cat or gtkdialog3 related.
The formatting has to be cared about.
FIX :
Code: Select all
# diff -up /mnt/+mnt+sdc7+dpup-009+dpup-009.sfs/usr/local/jwmthememaker/jwmthememaker /usr/local/jwmthememaker/jwmthememaker
--- /mnt/+mnt+sdc7+dpup-009+dpup-009.sfs/usr/local/jwmthememaker/jwmthememaker
+++ /usr/local/jwmthememaker/jwmthememaker
@@ -5,9 +5,9 @@
echo 'Please choose a color' > /tmp/color.tmp
-echo "`fc-list | cut -d ":" -f 1 | sort | uniq`" > /tmp/fontlist.txt
-cat /tmp/fontlist.txt | awk '{print "<item>"$1" "$2" "$3" "$4"</item>"}' > /tmp/fontlist.txt
-FONTS=`cat /tmp/fontlist.txt`
+fc-list | cut -d ":" -f 1 | sort | uniq > /tmp/fontlist.txt
+cat /tmp/fontlist.txt | awk '{print "<item>"$1" "$2" "$3" "$4"</item>"}' > /tmp/fontlist2.txt
+FONTS="`cat /tmp/fontlist2.txt`"
WIDGET_DIR="`dirname $0`"
[ "$WIDGET_DIR" = "." ] && WIDGET_DIR="`pwd`"
@@ -120,7 +120,7 @@
<text><label>Font Name</label></text>
<combobox tooltip-text=\"Applied to all windows, taskbar and menu\">
<variable>FONT</variable>
- $FONTS
+ "$FONTS"
</combobox>
<text><label>\" Font Size \"</label></text>
<combobox tooltip-text=\"Applied to all windows, taskbar and menu\">
#
- Attachments
-
- jwmthememaker-bug.png
- (107.66 KiB) Downloaded 4286 times
Well Darth Sidious had a red one...I did find a blue one herepemasu wrote:
Need a Puppy logo with lightsaber. But could the saber be blue ?
http://commons.wikimedia.org/wiki/File: ... r_blue.png
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

http://tubeguy.org/puppybg/puppy_sidious1600x1200.jpg
http://tubeguy.org/puppybg/puppy_sidiou ... 0x1200.jpg
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]
- Béèm
- Posts: 11763
- Joined: Wed 22 Nov 2006, 00:47
- Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
hmmmm, you're still under influence of Halloween?
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
- Iguleder
- Posts: 2026
- Joined: Tue 11 Aug 2009, 09:36
- Location: Israel, somewhere in the beautiful desert
- Contact:
Wow, tubeguy, what an awesome wallpaper!
Now I'm trying to build a first ISO with all the improvements, including guvcview. This thing is really cool.
I'll open a thread, probably in the derivatives section as jemimah did with Fluppy. I just don't want to annoy the Lupu guys.
And now we also have a logo, that's something I forgot to mention. I removed the violence from the previous one and it looks kinda cool
EDIT: I already wrote a rationale and a brief introduction. This will be used for the new thread, now I'm working on the ISO. I'm very excited to see whether it boots or not, because of all the modifications. Now ROX-Filer is Debian's and the Puppy package has many modifications. I don't want it to get messed up too much.
Now I'm trying to build a first ISO with all the improvements, including guvcview. This thing is really cool.
I'll open a thread, probably in the derivatives section as jemimah did with Fluppy. I just don't want to annoy the Lupu guys.
And now we also have a logo, that's something I forgot to mention. I removed the violence from the previous one and it looks kinda cool

EDIT: I already wrote a rationale and a brief introduction. This will be used for the new thread, now I'm working on the ISO. I'm very excited to see whether it boots or not, because of all the modifications. Now ROX-Filer is Debian's and the Puppy package has many modifications. I don't want it to get messed up too much.

[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]
Put the full url to the image, highlight the url and click the "Img" buttonmaxpro4u wrote:how do you get the pic to show up instead of just a link to the pic?tubeguy wrote:Nah, science fiction.Béèm wrote:hmmmm, you're still under influence of Halloween?

Code: Select all
[img]some_picturepicture.jpg[/img]
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]
- Iguleder
- Posts: 2026
- Joined: Tue 11 Aug 2009, 09:36
- Location: Israel, somewhere in the beautiful desert
- Contact:
Yay! the first build works well, but I had to roll back to the PET packages of ROX-Filer and dhcpcd.
It seems very solid ... everything works as it should. Fonts are ugly in Iceape and I don't know how the Lupu guys fixed this problem.
It has xorgwizard, the keyboard layout thingy and all the traditional pre-X stuff, that's good. It lacks the mtpaintsnapshot from dpup, because the mtPaint template contains the one from Lupu. I just need to put the PET I made for the dpup one after mtPaint so it replaces the other mtpaintsnapshot, nothing serious.
The size is huge, it's 165 MB, because the fonts are 18 MB uncompressed. I think I'll build another one with just dejavu fonts.
http://i53.tinypic.com/2yzio7t.jpg
http://i52.tinypic.com/2gyd11i.jpg
Now it's time to compile a kernel
It seems very solid ... everything works as it should. Fonts are ugly in Iceape and I don't know how the Lupu guys fixed this problem.
It has xorgwizard, the keyboard layout thingy and all the traditional pre-X stuff, that's good. It lacks the mtpaintsnapshot from dpup, because the mtPaint template contains the one from Lupu. I just need to put the PET I made for the dpup one after mtPaint so it replaces the other mtpaintsnapshot, nothing serious.
The size is huge, it's 165 MB, because the fonts are 18 MB uncompressed. I think I'll build another one with just dejavu fonts.
http://i53.tinypic.com/2yzio7t.jpg
http://i52.tinypic.com/2gyd11i.jpg
Now it's time to compile a kernel

[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]
It could be good idea to build without extra fonts. Otherwise this puppie will be called super FAT by someone, whose name I dont say.
In the fear of fatfree master
Adding ubuntu font could be good idea though. I have used it also.
In the fear of fatfree master

Adding ubuntu font could be good idea though. I have used it also.
Last edited by pemasu on Mon 22 Nov 2010, 14:25, edited 2 times in total.