Fluppy 013

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#581 Post by jemimah »

I actually think the included deja vu fonts look pretty nice.

I'm been meaning to remove the hard coded minimum font size (or set it much smaller), but I keep forgetting.

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

#582 Post by edoc »

gnash in Seamonkey fails to render the video here:
http://www.syfy.com/rewind/warehouse13/1250146/

I get only a blank box. Anyone else seeing the same?

It works OK with Lucid 5.1.1, Seamonkey, and Flash.
[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

Stripe
Posts: 658
Joined: Wed 23 Jun 2010, 05:18
Location: In a field. England

#583 Post by Stripe »

Hi all

The firefox sfs has been updated to 3.6.10
could someone please test it before it is uploaded to the petstore?

link: https://docs.google.com/leaf?id=0BwWD08 ... ist&num=50

Thanks
stripe

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

#584 Post by jonlowe »

Jemimah,
Any chance you can fix the Fluppy 006 iso and repost it? I've got an old laptop I'd like to try with it, and it can't boot from USB, only CD.

Thanks.

Jon

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

Re: Chrome Fonts

#585 Post by edoc »

jonlowe wrote:I've got Fluppy 006 working pretty much the way I want it now. Printing works, suspend and lid switch works, it looks good, fast and responsive. The last thing that is bugging me is font rendering in Chrome. Take a look at this page in Chrome:

http://deals.woot.com/sellout

The fonts are all messed up, especially on the right hand side.
Is there a font package I can install, or setting I can change to fix this? I did some searching, but didn't find anything really relevant.

Thanks for all your help.

Jon
The problem is more subtle but exists in Seamonkey 2.0.8 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

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!

Post Reply