Fluppy 013

For talk and support relating specifically to Puppy derivatives
Message
Author
jonlowe
Posts: 44
Joined: Wed 08 Oct 2008, 03:38

Re: Chrome Fonts

#586 Post by jonlowe »

edoc wrote:
The problem is more subtle but exists in Seamonkey 2.0.8 as well.
Look at Jemimah's response. That fixed the problem.

Jon

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

Re: Chrome Fonts

#587 Post by edoc »

jonlowe wrote:
edoc wrote:
The problem is more subtle but exists in Seamonkey 2.0.8 as well.
Look at Jemimah's response. That fixed the problem.

Jon
OK, so adding fonts should work in Seamonkey as well as Chrome and Firefox?

Sounds simple ... and that worries me ... :roll:
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

jonlowe
Posts: 44
Joined: Wed 08 Oct 2008, 03:38

Re: Chrome Fonts

#588 Post by jonlowe »

edoc wrote:
jonlowe wrote:
edoc wrote:
The problem is more subtle but exists in Seamonkey 2.0.8 as well.
Look at Jemimah's response. That fixed the problem.

Jon
OK, so adding fonts should work in Seamonkey as well as Chrome and Firefox?

Sounds simple ... and that worries me ... :roll:
I did it in Puppy 4.3.1 in Seamonkey and it worked. Not as many choices in the font properties in Seamonkey, but it helped a lot.

Please note the script to download the fonts. In Fluppy 006, I had to remove that extra " to get the script to work. In Puppy 4.3.1 on another computer, I had to leave it in. Go figure...

Jon

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#589 Post by edoc »

jemimah wrote:Yup, I'm on it.
If jemimah is on it than it is certain to be resolved!

Standing by for the CUPS fix ...
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

Re: Chrome Fonts

#590 Post by edoc »

jonlowe wrote:
edoc wrote:
jonlowe wrote: Look at Jemimah's response. That fixed the problem.
Jon
OK, so adding fonts should work in Seamonkey as well as Chrome and Firefox?
Sounds simple ... and that worries me ... :roll:
I did it in Puppy 4.3.1 in Seamonkey and it worked. Not as many choices in the font properties in Seamonkey, but it helped a lot.
Please note the script to download the fonts. In Fluppy 006, I had to remove that extra " to get the script to work. In Puppy 4.3.1 on another computer, I had to leave it in. Go figure...
Jon
Are similar manual edits to the default config file for Seamonkey -
"minimum_font_size" and "minimum_logical_font_size" required?


If I do all of the following the problem should be solved, in both Fluppy 005 and in Lucid 5.1.1?

#

A handy little script to download MS fonts. Stolen from Browserlinux puplet.

+++++++++++++++++++++++++++++++++++++++++++
#!/bin/sh

fonts_url="http://avi.alkalay.net/software/webcore ... 3.0.tar.gz"

DISPAY=:0.0 rxvt -e bash -c "

echo Please wait...
echo

wget $fonts_url
tar -xf webcore-fonts-3.0.tar.gz
mkdir /root/.fonts
cp webcore-fonts/fonts/* /root/.fonts
rm -r webcore-fonts
rm webcore-fonts-3.0.tar.gz

echo
echo
echo Finished downloading and installing the fonts...
echo
echo
sleep 60
++++++++++++++++++++++++++++++++++++++++++++
Posted 1 month ago #
#

jonlowe
Member
PM this user

There is a mistake in the script above.

DISPAY=:0.0 rxvt -e bash -c "

should be

DISPAY=:0.0 rxvt -e bash -c

There is a stray " in the original script.
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

jonlowe
Posts: 44
Joined: Wed 08 Oct 2008, 03:38

Re: Chrome Fonts

#591 Post by jonlowe »

edoc wrote:
Are similar manual edits to the default config file for Seamonkey ?

If I do all of the following the problem should be solved, in both Fluppy 005 and in Lucid 5.1.1?
You don't have to do anything to a config file for Seamonkey.

You do both for for Fluppy, assuming you are using Chrome in it. I don't know about Lucid, but I would assume the same thing applies there if it uses Chrome or Seamonkey.

Jon

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#592 Post by edoc »

And "DISPAY" is correct and not "DISPLAY"?
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

jonlowe
Posts: 44
Joined: Wed 08 Oct 2008, 03:38

#593 Post by jonlowe »

edoc wrote:And "DISPAY" is correct and not "DISPLAY"?
Correct. Just copy and paste it into your terminal program. If it gives you an error, make a copy, remove the " and try again. Won't hurt anything.

Jon

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#594 Post by edoc »

It worked in both Floppy 005 and Lucid 5.1.1

Thanks to all!

I tweaked the Seamonkey guys to fix this. :roll:

BTW: It makes some other sites look nicer as well!
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#595 Post by edoc »

gnash is having trouble with http://syfy.com

Does anyone else see the problem with the video, the one at the top and full-width of the home page and the other down and to the right?

WDYT?
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

cthisbear
Posts: 4422
Joined: Sun 29 Jan 2006, 22:07
Location: Sydney Australia

#596 Post by cthisbear »

jemimah :

Thanks Miss Jem.

Fluppy worked here >> Acer emachines netbook eM350-21G16i

http://murga-linux.com/puppy/viewtopic. ... 247#457247

Chris.

Shep
Posts: 878
Joined: Sat 08 Nov 2008, 07:55
Location: Australia

Re: Chrome Fonts

#597 Post by Shep »

edoc wrote:If I do all of the following the problem should be solved, in both Fluppy 005 and in Lucid 5.1.1?
#

A handy little script to download MS fonts. Stolen from Browserlinux puplet.

+++++++++++++++++++++++++++++++++++++++++++
#!/bin/sh

fonts_url="http://avi.alkalay.net/software/webcore ... 3.0.tar.gz"

DISPAY=:0.0 rxvt -e bash -c "

echo Please wait...
echo

wget $fonts_url
tar -xf webcore-fonts-3.0.tar.gz
mkdir /root/.fonts
cp webcore-fonts/fonts/* /root/.fonts
rm -r webcore-fonts
rm webcore-fonts-3.0.tar.gz
I'm not using Fluppy but noted this suggestion for adding fonts to Firefox. I've been disappointed by the default "draft" quality fonts in TXZ puppy so d/l this webcore-fonts file and unpacked it to the /root/.fonts directory and :) :lol: :P the very next page I clicked on came up in a new crisp-looking font! Thank you. :P :P

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#598 Post by jemimah »

cthisbear wrote:jemimah :

Thanks Miss Jem.

Fluppy worked here >> Acer emachines netbook eM350-21G16i

http://murga-linux.com/puppy/viewtopic. ... 247#457247

Chris.
You're welcome. :)

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#599 Post by edoc »

I just went here and of the live links over half of them required Silverlight - a proprietary MS app - the rest failed to work (blank pop-up). Any idea why, please?

http://www.hannity.com/stations/georgia

I don't know if it is relevant but I am using gnash instead of Flash with Seamonkey 2.0.8 on my Samsung NB30 w.Fluppy 005 -- would an upgrade to 006 possibly sold the problem?
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

l0wt3ch

#600 Post by l0wt3ch »

Jemimah, that Fluppy logo is GORGEOUS!

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#601 Post by edoc »

Is this instruction from Page 1 still correct, please?
Download: http://puppeee.com/files/fluppy06/
http://www.smokey01.com/jemimah/fluppy06/

(The iso has a problem at the moment, please use the zip file for a frugal install until I get a chance to fix it).
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#602 Post by jemimah »

l0wt3ch wrote:Jemimah, that Fluppy logo is GORGEOUS!
Yeah, you should mention it to afgs. :)

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#603 Post by jemimah »

edoc wrote:Is this instruction from Page 1 still correct, please?
Download: http://puppeee.com/files/fluppy06/
http://www.smokey01.com/jemimah/fluppy06/

(The iso has a problem at the moment, please use the zip file for a frugal install until I get a chance to fix it).
Yeah, I've been on vacation, and I thought I was going to get a lot done, but somehow it just didn't work out. I've got a new job starting tomorrow. Things might be in disarray for a while.

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#604 Post by edoc »

Congratulations on the new job!

Still on an unpaid writing-sabbatical here. I had hoped for some work on the side but the government-caused economic mess here has really dried-up PT work.

I will wait patiently .... errr ... OK, I will try to wait patiently ... ;-)
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

mawebb88
Posts: 246
Joined: Sun 13 Jul 2008, 09:54
Location: France nr Lyon

Re: Chrome Fonts

#605 Post by mawebb88 »

The fonts fix worked just great.

Thanks & Rgds Mike

jonlowe wrote:
edoc wrote:
jonlowe wrote: Look at Jemimah's response. That fixed the problem.

Jon
OK, so adding fonts should work in Seamonkey as well as Chrome and Firefox?

Sounds simple ... and that worries me ... :roll:
I did it in Puppy 4.3.1 in Seamonkey and it worked. Not as many choices in the font properties in Seamonkey, but it helped a lot.

Please note the script to download the fonts. In Fluppy 006, I had to remove that extra " to get the script to work. In Puppy 4.3.1 on another computer, I had to leave it in. Go figure...

Jon

Post Reply