It is currently Wed Jun 19, 2013 10:09 am

All times are UTC




Post new topic Reply to topic  [ 14 posts ] 
Author Message
 Post subject: [HOWTO] Have Windows Fonts In Zenwalk
PostPosted: Fri Oct 05, 2007 8:25 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Wed Apr 25, 2007 11:45 pm
Posts: 66
Sometimes when you are viewing Yahoo.com or friendster.com for example, the fonts look weird because the page using windows font. So here we go :

1. download this http://thelinuxbox.org/downloads/fonts/msttcorefonts.tar.gz
2. extract to /usr/share/fonts/ttf

reboot and done.  :)


Last edited by gudds on Fri Oct 05, 2007 8:27 pm, edited 1 time in total.

 Profile Send private message  
 
 Post subject: Re: [HOWTO] Have Windows Fonts In Zenwalk
PostPosted: Sun Oct 07, 2007 11:55 pm 
Zenwalker
Zenwalker

Joined: Sun Oct 07, 2007 10:31 pm
Posts: 5
gudds wrote:
Sometimes when you are viewing Yahoo.com or friendster.com for example, the fonts look weird because the page using windows font. So here we go :

1. download this http://thelinuxbox.org/downloads/fonts/msttcorefonts.tar.gz
2. extract to /usr/share/fonts/ttf

reboot and done.  :)

Exactly how does one do this?  I get a 'permission denied' when I try...


 Profile Send private message  
 
 Post subject: Re: [HOWTO] Have Windows Fonts In Zenwalk
PostPosted: Mon Oct 08, 2007 12:15 am 
Master of the known universe
Master of the known universe
User avatar

Joined: Thu Mar 29, 2007 2:34 am
Posts: 1253
Location: Taiwan
rich wrote:
Exactly how does one do this?  I get a 'permission denied' when I try...



I think you have to do that with root privilege. (sudo, or simply become root)

:)

_________________
Wisdom begins in wonder. -- Socrates


 Profile Send private message  
 
 Post subject: Re: [HOWTO] Have Windows Fonts In Zenwalk
PostPosted: Mon Oct 08, 2007 1:04 am 
Zenwalker
Zenwalker

Joined: Sun Oct 07, 2007 10:31 pm
Posts: 5
infwonder wrote:
I think you have to do that with root privilege. (sudo, or simply become root)

:)

I tried a terminal - su>password, etc.- so far so good
But now, how does one proceed?  I opened thunar in the terminal but couldn't find the tar package on the desktop to extract - it doesn't show up anywhere although it's there - so????


 Profile Send private message  
 
 Post subject: Re: [HOWTO] Have Windows Fonts In Zenwalk
PostPosted: Mon Oct 08, 2007 1:11 am 
Master of the known universe
Master of the known universe
User avatar

Joined: Fri Mar 30, 2007 5:51 am
Posts: 1677
rich wrote:
But now, how does one proceed?  I opened thunar in the terminal but couldn't find the tar package on the desktop to extract - it doesn't show up anywhere although it's there - so????


You probably download it as a non-root user and it will be located in that user's desktop.  In thunar, if you click on Home (left panel) and the click the username --> Desktop, you should find it there.

If not, while you are in the terminal as root do the following (root> is just the prompt):
Code:
root> cd
root> wget http://thelinuxbox.org/downloads/fonts/msttcorefonts.tar.gz
root> cd /usr/share/fonts/ttf
root> tar xvf /root/msttcorefonts.tar.gz

_________________
If you make the time for it, you can do it.
My Asus M3N spec


 Profile Send private message  
 
 Post subject: Re: [HOWTO] Have Windows Fonts In Zenwalk
PostPosted: Mon Oct 08, 2007 1:14 am 
Zenwalker
Zenwalker

Joined: Sun Oct 07, 2007 10:31 pm
Posts: 5
fushark wrote:
You probably download it as a non-root user and it will be located in that user's desktop.  In thunar, if you click on Home (left panel) and the click the username --> Desktop, you should find it there.

If not, while you are in the terminal as root do the following (root> is just the prompt):
Code:
root> cd
root> wget http://thelinuxbox.org/downloads/fonts/msttcorefonts.tar.gz
root> cd /usr/share/fonts/ttf
root> tar xvf /root/msttcorefonts.tar.gz


I got it - thanks!


 Profile Send private message  
 
 Post subject: Re: [HOWTO] Have Windows Fonts In Zenwalk
PostPosted: Mon Oct 08, 2007 5:19 am 
Senior Zenwalker
Senior Zenwalker
User avatar

Joined: Wed Oct 18, 2006 1:46 am
Posts: 269
Location: Sydney, Australia
You don't actually need to re-boot at the end of this process, because you can tell the system to re-read all of its fonts and bring them online. All you need to do is issue the command

                  fc-cache -fv

which will scan the directories with apparently valid font caches and rebuild them, whilst at the same time gives you loads of terribly interesting information. You will notice that when you re-boot, the system runs fc-cache to update its font libraries. All you are doing here is avioding the hassle of a re-boot and bringing the fonts directly online.

Regards

Michael

And if you really want to annoy the life out of peoples with your use of creative fonts then you can start downloading from here

        http://www.themeworld.com/fonts/top50-daily.html


 Profile Send private message  
 
 Post subject: Re: [HOWTO] Have Windows Fonts In Zenwalk
PostPosted: Mon Oct 08, 2007 10:22 pm 
Regular Zenwalker
Regular Zenwalker

Joined: Wed Apr 25, 2007 11:45 pm
Posts: 66
Sorry. Didn't know that, newbie here and still learning.  ;)
BTW, thanks.


 Profile Send private message  
 
 Post subject: Re: [HOWTO] Have Windows Fonts In Zenwalk
PostPosted: Thu Dec 25, 2008 1:12 pm 
Zenwalker
Zenwalker

Joined: Thu Dec 25, 2008 1:10 pm
Posts: 8
Its not /usr/share/fonts/ttf its /usr/share/fonts/TTF why i am telling this is linux is case sensitive. But thanks for the post


 Profile Send private message  
 
 Post subject: Re: [HOWTO] Have Windows Fonts In Zenwalk
PostPosted: Wed Mar 25, 2009 11:38 pm 
Zenwalker
Zenwalker

Joined: Wed Mar 25, 2009 11:51 am
Posts: 2
I do not what to add, but the information was helpful for me. Thanks

_________________
rapidshare soft Free Game
Best Blog FTP Blog Free Soft


 Profile Send private message  
 
 Post subject: Re: [HOWTO] Have Windows Fonts In Zenwalk
PostPosted: Mon Jul 13, 2009 3:10 pm 
Regular Zenwalker
Regular Zenwalker
User avatar

Joined: Sun Jul 12, 2009 8:50 am
Posts: 37
Location: new delhi, India
correct me if i'm wrong
there isn't any need of becoming root

you could just extract the package to .fonts in your home directory
ofcourse if there are multiple users for which you want to achieve this
the we'll have to stick with your approach

_________________
Some People think that football is about Life and Death.
They r wrong its a whole lot more than that.

ManUtd for the rest of my life.


 Profile Send private message  
 
 Post subject: Re: [HOWTO] Have Windows Fonts In Zenwalk
PostPosted: Wed Sep 16, 2009 6:44 am 
Zenwalker
Zenwalker

Joined: Thu Jan 24, 2008 8:24 pm
Posts: 1
If you want the fonts are system-wise available, you extract the fonts to /usr/share/fonts/TTF with root privilege.

If only you use the fonts, you can extract the fonts to ~/.fonts

then issue the command:

fc-cache -vf

You don't have to reboot the system for the fonts to be recognized.


 Profile Send private message  
 
 Post subject: Re: [HOWTO] Have Windows Fonts In Zenwalk
PostPosted: Wed Sep 16, 2009 7:10 am 
Zenwalk Packager
Zenwalk Packager

Joined: Thu May 25, 2006 9:21 am
Posts: 1788
Location: Portugal
Hi,

another option is to build a package with the windows fonts that already run all the necessary commands.

P.S. the created package can't be redistributed.

Regards,


 Profile Send private message  
 
 Post subject: Re: [HOWTO] Have Windows Fonts In Zenwalk
PostPosted: Wed Sep 16, 2009 11:24 am 
Master of the known universe
Master of the known universe
User avatar

Joined: Fri Oct 06, 2006 5:12 am
Posts: 2441
Location: India - Silicon City
is it not good enough to add fc-cache -fv to the install build script, so that it auto runs after the installation is complete. THe users who want, no need to rem this cmd often.

_________________
Happiness is REAL, when SHARED
Christopher mcCandles

Software is like sex: it's better when it's free.
Linus Torvalds


 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC


 Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: