Puppy Squeeze 009 Development

A home for all kinds of Puppy related projects
Message
Author
User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#946 Post by Karl Godt »

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 :

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\">
# 
I don't know if it is echo , awk , cat or gtkdialog3 related.
Attachments
jwmthememaker-bug.png
(107.66 KiB) Downloaded 4286 times

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#947 Post by tubeguy »

pemasu wrote::)
Need a Puppy logo with lightsaber. But could the saber be blue ?
Well Darth Sidious had a red one...I did find a blue one here
http://commons.wikimedia.org/wiki/File: ... r_blue.png
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

User avatar
maxpro4u
Posts: 293
Joined: Sat 19 Jun 2010, 18:20
Location: Rittman,Ohio,USA, In dog years,I'm dead
Contact:

#948 Post by maxpro4u »

pemasu wrote::)
Need a Puppy logo with lightsaber. But could the saber be blue ?
something like this perhaps
Dell D610 1.7M w/1024mb
Testing Slacko and a few others
I'm Max Wachtel and I approve this message.
Registered Linux User #393236

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#949 Post by tubeguy »

maxpro4u wrote:
pemasu wrote::)
Need a Puppy logo with lightsaber. But could the saber be blue ?
something like this perhaps
This forum needs a like button. :D
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#950 Post by tubeguy »

[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#951 Post by tubeguy »

[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#952 Post by Béèm »

Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#953 Post by tubeguy »

Béèm wrote:
hmmmm, you're still under influence of Halloween?
Nah, science fiction.
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

User avatar
maxpro4u
Posts: 293
Joined: Sat 19 Jun 2010, 18:20
Location: Rittman,Ohio,USA, In dog years,I'm dead
Contact:

#954 Post by maxpro4u »

tubeguy wrote:
Béèm wrote:
hmmmm, you're still under influence of Halloween?
Nah, science fiction.
how do you get the pic to show up instead of just a link to the pic?
Dell D610 1.7M w/1024mb
Testing Slacko and a few others
I'm Max Wachtel and I approve this message.
Registered Linux User #393236

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

#955 Post by Iguleder »

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. :)
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#956 Post by tubeguy »

maxpro4u wrote:
tubeguy wrote:
Béèm wrote:hmmmm, you're still under influence of Halloween?
Nah, science fiction.
how do you get the pic to show up instead of just a link to the pic?
Put the full url to the image, highlight the url and click the "Img" button Image, you get this:

Code: Select all

[img]some_picturepicture.jpg[/img]
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

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

#957 Post by Iguleder »

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 :D
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#958 Post by DaveS »

Me, I put in Ubuntu font as it has very similar spacing to Arial, which helps with documents that were written in Arial.
Spup Frugal HD and USB
Root forever!

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#959 Post by pemasu »

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.
Last edited by pemasu on Mon 22 Nov 2010, 14:25, edited 2 times in total.

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#960 Post by DaveS »

pemasu wrote: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.
PLEASE Guys... lets not get all negative again :)
Spup Frugal HD and USB
Root forever!

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#961 Post by pemasu »

Hmm... just read luci 238 thread of latest events and that was after I wrote above suggestion. Now I would post much more critical comment. But I wont post anymore of this thing. I promise.

And I wasnt negative, I would call it realistic and fearful comment.

http://www.murga-linux.com/puppy/viewto ... 737#469737

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#962 Post by Béèm »

maxpro4u wrote:
tubeguy wrote:
Béèm wrote:hmmmm, you're still under influence of Halloween?
Nah, science fiction.
how do you get the pic to show up instead of just a link to the pic?
If you are speaking to me, I didn't do anything special but quote and reply.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#963 Post by tubeguy »

Béèm wrote:
maxpro4u wrote:
tubeguy wrote: Nah, science fiction.
how do you get the pic to show up instead of just a link to the pic?
If you are speaking to me, I didn't do anything special but quote and reply.
All these nested quotes are getting trippy.
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

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

#964 Post by Iguleder »

Yay, kernel 2.6.36.1 and 2.6.32.26 are out ... and Aufs for 2.6.36.x is finally ready! :D

At the moment I started working on a 2.6.36.1 kernel for Insidious Puppy. If it doesn't work well, I'll compile 2.6.32.26. I want to try both and see which one is better.

This thing looks really really good and I think it's time to upload Insidious Puppy 001. I want it to have Iceweasel and Sylpheed and just the DejaVu fonts to save some precious ISO size. Fonts are huge.

EDIT: I'm working on 2.6.32.26, I want to make an "ultimate" kernel with wireless-compat - a rock-solid 2.6.32.x with modem drivers, ndiswrapper and the latest wireless drivers.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

taca0
Posts: 123
Joined: Thu 07 May 2009, 00:57

#965 Post by taca0 »

I cant shutdown my pc (board model VIA EPIA M) as normal or ritght because its power off but with a strange sound that others kernels like 2.6.18. When shutdown its increment the fans speed and them power off.

Some solution to that??

Post Reply