| Author |
Message |
vovchik

Joined: 23 Oct 2006 Posts: 1230 Location: Ukraine
|
Posted: Sat 17 Sep 2011, 05:02 Post subject:
|
|
Dear Joe,
Thanks for packaging plogo and the rest for slack. People with an older glibc can now run it, which is great.
As for the packaging of fonts, it might be simpler if people just look at the sites below and download the ttfs they like or find useful. There are lots of hollow and other interesting fonts here:
http://www.fonts101.com/styles/5/5/20/0/default.aspx
http://www.fontesgratis.com.br/index_en.htm
http://pcexpress.theolddub.com/TheToolBag/PublicDomainFonts/TrueTypeFonts/
http://www.fonts2u.com/category.html?id=51
Just download and unpack somewhere (if archived), and copy into /root/.fonts.
With kind regards,
vovchik
|
|
Back to top
|
|
 |
big_bass

Joined: 13 Aug 2007 Posts: 1736
|
Posted: Sun 18 Sep 2011, 10:51 Post subject:
|
|
Hey vovchik
thanks for those links
here are some interesting sounds you could add
Joe
a little dragNdrop test program works for mp3 and wav
takes care of files that have spaces in their names too
depends only on
http://www.puppy2.org/slaxer/mpg123-1.13.3-i486-1.tgz
| Code: |
#!/bin/bash
xterm -geometry 40x30+150+40 -e mpg123 `echo "$@" |tr ' ' '?'`
|
| Description |
|

Download |
| Filename |
sounds.tar.gz |
| Filesize |
18.21 KB |
| Downloaded |
176 Time(s) |
_________________ slackware 14
|
|
Back to top
|
|
 |
8-bit

Joined: 03 Apr 2007 Posts: 3012 Location: Oregon
|
Posted: Mon 31 Oct 2011, 01:58 Post subject:
|
|
What am I missing here?
I am running Puppy Lucid 520.
I downloaded and installed Image Magic.
I then installed the Plogo Pet.
I tried a few designs and first, Shade right was not in the selections.
Second, on clicking on the X to exit it, my dual core processor was showing about 50 percent on both cores.
Did I exit the application wrong?
|
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1230 Location: Ukraine
|
Posted: Mon 31 Oct 2011, 03:52 Post subject:
|
|
Dear 8-bit,
Sorry about the right-shadow confusion, but I explained it in the UPDATE notes:
| Quote: | | UPDATED TO VERSION 0.1d (can now handle 4000 fonts; new reflection effect added; source now included in the /usr/local/plogo/data dir; changed effect "Shade Right" to "Shade Left", since I can't usually tell the difference between right and left and I was wrong initially Smile) |
You may get a few seconds of high processor use when image magick is trying to convert a complex, decorative font (i.e. one with lots of vectors). You should let IM finish its job before exiting, otherwise the IM job might still be in memory. That is the reason why I put in the sound effects. In the next version, I will kill all IM jobs before exiting the prog.
With kind regards,
vovchik
|
|
Back to top
|
|
 |
8-bit

Joined: 03 Apr 2007 Posts: 3012 Location: Oregon
|
Posted: Mon 31 Oct 2011, 04:00 Post subject:
|
|
Thank you for the explanation!
I am still playing with getting color to the text and have had various results depending on the font used.
The fonts that come with Puppy Lucid dont work all that well.
But I did bookmark some of the font links you gave and that helps.
It just takes a bit to wade through them to find suitable fonts to use.
Again, thank you.
Edit:
I spoke too soon.
I downloaded the Pet with the d designation and after sucessfully creating a colored logo with a font called ALLSTAR, I was unable to duplicate it on a later run and all attempts with Create showed Black logos only.
Am I missing something here?
I used the color selection next to the 3D and atop as type. The rest I left black. I also was unable to fill the center of a hollow font. The outline was the only thing colored. And that also later was only black.
| Description |
What I see after Clicking on create with settings shown |
| Filesize |
56 KB |
| Viewed |
710 Time(s) |

|
|
|
Back to top
|
|
 |
8-bit

Joined: 03 Apr 2007 Posts: 3012 Location: Oregon
|
Posted: Mon 31 Oct 2011, 16:13 Post subject:
|
|
As a followup, this is from /tmp/xerrs.log.
--------------------------------------------------
GTK font name: Allstar
IM font name: Allstar-Regular
Font color: #000000
3Dcolor: #000000
Shadow color: #000000
Image size: 505 x 112
--------------------------------------------------
--------------------------------------------------
GTK font name: Allstar
IM font name: Allstar-Regular
Font color: #000000
3Dcolor: #000000
Shadow color: #000000
Image size: 505 x 112
--------------------------------------------------
So it appears the colors selected are not being passed in the creation of the plogo.
|
|
Back to top
|
|
 |
8-bit

Joined: 03 Apr 2007 Posts: 3012 Location: Oregon
|
Posted: Mon 31 Oct 2011, 16:27 Post subject:
|
|
I tried something new that worked in passing the color selection to Create.
It appears that if I try to pick a color in the color selection window, black is always returned.
But... If I select a color on my desktop outside of the color selection window using the dropper, the color is used.
That leads me to believe that the problem lies with a color selected in the color selection window not being passed correctly.
|
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1230 Location: Ukraine
|
Posted: Tue 01 Nov 2011, 02:04 Post subject:
|
|
Dear 8-bit,
I noticed that, on occasion, the color-select widget fails to return the correct hex code. Sometimes it supplies four bytes (#0000) rather than six and this seems to be the reason why the color select function may, on occasion fail. It seems to be something peculiar to that widget, as far as I know, because the code used to grab the value looks OK. To get around that bug - until I find a better solution - simply click in the new color square (shown below by the black arrow). That seems to ensure that the hex value gets into the variable.
With kind regards,
vovchik
| Description |
|
| Filesize |
70.29 KB |
| Viewed |
674 Time(s) |

|
|
|
Back to top
|
|
 |
8-bit

Joined: 03 Apr 2007 Posts: 3012 Location: Oregon
|
Posted: Tue 01 Nov 2011, 02:17 Post subject:
|
|
Thank you for the reply. I will try that.
I had found that sometimes, the colors were passed correctly.
But if I exited and ran it again, no colors were passed.
This happened without regard to where I picked a color to use.
Also, is there a trick to get hollow fonts filled with color?
So far, I have only been able to get the outline of the character to show color and the hollow part of the character remained white.
I was going to try to compile it with BaCon, but I seem to be missing a lot of dependencies.
Of course, I do not know if I have the latest version of BaCon either.
I guess I will have to revisit the BaCon thread again to check that out.
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Thu 03 Nov 2011, 04:42 Post subject:
|
|
vovchik and those plogoing
Congratulations on those using this program it looks great.
I tried to use once before and flailed (fail with splashing about)
Here are my experiences which I blame on Bugman (as per tradition)
First of all I booted into Dpup Extrimo (a Guy dog derivative) I added loads of fonts
(can not remember from where I think it was a pet in the package manager)
Then I added plogo and dependencies
I ran plogo
When I created new logos, the old plogo font remained - no new lettering was possible.
. . . then . . . Firefox (a well known browser soon to be squeezed out of funding by 'We do no Evil' Google Corp) stopped displaying fonts . . .
Mama mia . . . I unloaded Image magick (which I think was from Lucid) and everything else . . . could not get back. No intention of installing a second browser, so am back in Slacko.
Has anyone got Plogo working in Puppy 5.3, is it safe
Is there any hope for the clawless clueless class?
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1230 Location: Ukraine
|
Posted: Thu 03 Nov 2011, 05:38 Post subject:
|
|
Dear Lobster,
Sorry to hear about your problems. Plogo does not write to any font dir - and neither does ImageMagick. Plogo only writes to /tmp, where it creates symlinks to images and dumps temporary pics, and to $HOME/plogo, where it stores new images and creates a log. IM and Plogo read font dirs, however, but that is a pretty innocuous activity. Something else must be wrong - since there is nothing in the code that could cause that kind of FUBAR result. The source code (commented) is in the /usr/local/plogo/data dir (plogo.bac), so you can have a look yourself. I am puzzled.
With kind regards,
vovchik
PS. Could it be that the system "readlink" command is missing from your /bin dir?
|
|
Back to top
|
|
 |
big_bass

Joined: 13 Aug 2007 Posts: 1736
|
Posted: Thu 03 Nov 2011, 12:28 Post subject:
|
|
Hey Lobster,
| Quote: |
First of all I booted into Dpup Extrimo (a Guy dog derivative) I added loads of fonts
(can not remember from where I think it was a pet in the package manager)
.....cut
then . . . Firefox (a well known browser soon to be squeezed out of funding by 'We do no Evil' Google Corp) stopped displaying fonts . . . |
I would like a link to that "possible fonts pet package" to confirm my doubt
but looks like the default fonts were changed by the package
and from there everything was globally effected
causing the browser problem and all other related fonts problems
I would take a look at the "mystery package" if you link it
so you could a have an enjoyable experience
the next time
as you have been around a long time Lobster you already know this
when you have some time try again with just puppy pfix=ram
and try plogo without any new fonts then add fonts using the link
that vovchik provided in this thread this way you can pin point any problems
http://www.murga-linux.com/puppy/viewtopic.php?t=70058&start=11
Joe
_________________ slackware 14
|
|
Back to top
|
|
 |
8-bit

Joined: 03 Apr 2007 Posts: 3012 Location: Oregon
|
Posted: Thu 03 Nov 2011, 14:48 Post subject:
|
|
I tend to agree with big_bass that those additional fonts that got added were being used as default fonts.
It sounds like they got installed in the wrong directory.
I had also downloaded some fonts.
But I installed them to the correct directory and do not have the problem you seem to have.
Also, if you are running SeaMonkey, there is a setting that allows one to use their fonts. Make sure that has not changed.
The fonts being used by SeaMonkey are in Edit-Preferences-Appearance-Fonts.
See if any of them have been changed.
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Thu 03 Nov 2011, 15:04 Post subject:
|
|
| big_bass wrote: |
I would take a look at the "mystery package" if you link it
|
Hi Joe, thanks guys
I am pretty sure this is the one - I think we have had problems with mediafire before (silly code added somehow) - I may be wrong . . .
http://www.murga-linux.com/puppy/viewtopic.php?p=559175#559175
I am in Slacko - and have loaded the SFS - will see what happens . . .
(No Plogo for now)
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
big_bass

Joined: 13 Aug 2007 Posts: 1736
|
Posted: Fri 04 Nov 2011, 11:32 Post subject:
|
|
Hey Lobster
The update
thanks for posting the link
the problem was the default fonts were over written in
/usr/share/fonts/default/TTF
with the sfs called fonts_528.sfs
I repackaged it and renamed it with a _fixed and packaged it
as a tgz and uploaded it for an easy download
http://www.puppy2.org/slaxer/fonts_528_fixed-1.0-1_SLXR.tgz its 57MB of fonts !
P.S the guy did a good job collecting the fonts though
*it had nothing to do with Dpup Extrimo or plogo
all works correctly now
its more than safe its fun
enjoy
Joe
| Description |
|
| Filesize |
126.3 KB |
| Viewed |
617 Time(s) |

|
| Description |
|
| Filesize |
91.21 KB |
| Viewed |
588 Time(s) |

|
_________________ slackware 14
|
|
Back to top
|
|
 |
|