LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-25-2005, 09:39 PM   #1
crud
Member
 
Registered: Jan 2005
Distribution: Slackware-10.1.0
Posts: 41

Rep: Reputation: 15
Fluxbox and Artwiz fonts.


Hi there,
I'm trying to install artwiz fonts, to make them work on Fluxbox, but they doesn't. I installed them correctly following the instructions, and they work on xterm or aterm for exemple doing: "xterm -fn snap" but on Fluxbox doesn't work, I changed /etc/profile locale from:
Quote:
export LANG="es_ES@euro"
export LC_CTYPE="es_ES@euro"
export LC_NUMERIC="es_ES@euro"
export LC_TIME="es_ES@euro"
export LC_COLLATE="es_ES@euro"
export LC_MONETARY="es_ES@euro"
export LC_MESSAGES="es_ES@euro"
export LC_PAPER="es_ES@euro"
export LC_NAME="es_ES@euro"
export LC_ADDRESS="es_ES@euro"
export LC_TELEPHONE="es_ES@euro"
export LC_MEASUREMENT="es_ES@euro"
export LC_IDENTIFICATION="es_ES@euro"
export LC_ALL="es_ES@euro"
to
Quote:
export LANG=es_ES.utf8
export LC_CTYPE="es_ES.utf8"
export LC_NUMERIC="es_ES.utf8"
export LC_TIME="es_ES.utf8"
export LC_COLLATE="es_ES.utf8"
export LC_MONETARY="es_ES.utf8"
export LC_MESSAGES="es_ES.utf8"
export LC_PAPER="es_ES.utf8"
export LC_NAME="es_ES.utf8"
export LC_ADDRESS="es_ES.utf8"
export LC_TELEPHONE="es_ES.utf8"
export LC_MEASUREMENT="es_ES.utf8"
export LC_IDENTIFICATION="es_ES.utf8"
export LC_ALL=es_ES.utf8
but still doesn't working artwiz fonts on fluxbox. I see them like M$ fonts, nothing about artwiz.

Any ideas?

C-
 
Old 06-25-2005, 09:48 PM   #2
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
If you mean the fonts Fluxbox itself displays, you have to edit the style config file and change the specified font.
 
Old 06-25-2005, 10:19 PM   #3
crud
Member
 
Registered: Jan 2005
Distribution: Slackware-10.1.0
Posts: 41

Original Poster
Rep: Reputation: 15
wtf?? I am using artwiz themes, using a fonts called snap and nu provided by artwiz, those works on aterm and xterm, but doesn't work on fluxbox.
 
Old 06-26-2005, 02:27 AM   #4
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Where did you install the fonts, I mean is your font dir
present in xorg.conf ? Also did you run a fc-cache -fv .
in your font dir ?
 
Old 06-26-2005, 11:44 AM   #5
crud
Member
 
Registered: Jan 2005
Distribution: Slackware-10.1.0
Posts: 41

Original Poster
Rep: Reputation: 15
keefaz, the command fc-cache -fv gets me that:

Code:
# fc-cache -fv
fc-cache: "/usr/share/fonts": skipping, no such directory
fc-cache: "/usr/share/fonts/truetype": skipping, no such directory
fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 52 fonts, 0 dirs
fc-cache: "/usr/X11R6/lib/X11/fonts/Type1":  caching, 29 fonts, 0 dirs
fc-cache: "/usr/X11R6/lib/X11/fonts/misc": caching, 55 fonts, 0 dirs
fc-cache: "/root/.fonts": skipping, no such directory
fc-cache: succeeded
And I installed artwiz fonts there:

FontPath "/usr/X11R6/lib/X11/fonts/artwiz/"

And I repeat that works on xterm and aterm, but for exemple, I can't use it on a text editor like gedit or use it on fluxbox theme.
 
Old 06-26-2005, 12:04 PM   #6
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
It may not be reading it the way it is written in the style file.Open xfontsel and select the font you want to use,add (middle click to paste) that to the style's theme.cfg and restart fluxbox and see if that helps.

Last edited by comprookie2000; 06-26-2005 at 12:06 PM.
 
Old 06-26-2005, 01:00 PM   #7
ashino
LQ Newbie
 
Registered: Jun 2005
Distribution: slackware
Posts: 3

Rep: Reputation: 0
hello fluxboxers and slackers! first post here.

it took me hours to have the artwiz fonts working in fluxbox. there was something wrong with an older release of them and they were not recognized properly as freetype fonts when running fc-cache. if your fonts.cache-1 after fc-cache shows wrong font names this is the case. go to http://artwizaleczapka.sourceforge.net/ and grab the latest tarball! properties are fixed now and my fluxbox looks perfect .
 
Old 06-26-2005, 01:10 PM   #8
crud
Member
 
Registered: Jan 2005
Distribution: Slackware-10.1.0
Posts: 41

Original Poster
Rep: Reputation: 15
ashino, I have the last artwiz fonts.
 
Old 06-26-2005, 01:12 PM   #9
crud
Member
 
Registered: Jan 2005
Distribution: Slackware-10.1.0
Posts: 41

Original Poster
Rep: Reputation: 15
comprookie2000, I don't have artwiz fonts on xfontsel.
 
Old 06-26-2005, 01:17 PM   #10
ashino
LQ Newbie
 
Registered: Jun 2005
Distribution: slackware
Posts: 3

Rep: Reputation: 0
Quote:
Alec Zapka has modified the Artwiz fonts to make them compatible with fontconfig and implicitly with all the recent desktop environment releases such as KDE 3.x (QT 3.x) and Gnome 2.x (GTK+ 2.x). Utilities such as mkfontdir are now able to recognize and use the Artwiz fonts too.
are you sure you don't have the file http://xlife.zuavra.net/projects/des...-fonts.tar.bz2 ? i had exactly the same symptoms. could you post your fonts.cache-1 (in the artwiz fonts directory)?
 
Old 06-26-2005, 01:43 PM   #11
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Try creating a file called /etc/fonts/local.conf with this content:
Code:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/fonts.conf file to configure system font access -->
<fontconfig>

	<dir>/usr/X11R6/lib/X11/fonts/artwiz</dir>

</fontconfig>
And make sure xorg.conf has the correct fontpath.
And run fc-cache where you installed them, not as general:
Code:
cd /usr/X11R6/lib/X11/fonts/artwiz/ &&  fc-cache ./
Those steps are indicated in artwiz readme: http://artwizaleczapka.sourceforge.net/README

Last edited by gbonvehi; 06-26-2005 at 01:46 PM.
 
Old 06-26-2005, 02:01 PM   #12
crud
Member
 
Registered: Jan 2005
Distribution: Slackware-10.1.0
Posts: 41

Original Poster
Rep: Reputation: 15
Here it is artwiz fonts.cache-1
Code:
"snap.pcf.gz" 0 "Lucida-1:style=Sans Bold:slant=0:weight=200:width=100:pixelsize=10:foundry=B&H:antialias=False:index=0:outline=False:scalable=False:dpi=75:charset=  |>^1!|>^1!P0oWQ    :lang=fj|ho|ia|ie|io|om|so|sw|ts|xh|zu:fontversion=0:fontformat=PCF"
"drift.pcf.gz" 0 "LucidaTypewriter-10:style=Sans:slant=0:weight=100:width=100:pixelsize=10:spacing=100:foundry=B&H:antialias=False:index=0:outline=False:scalable=False:dpi=75:charset= y(9!t|>^1!|>^1!|>^1! |>]rx|>^1!P0oWQ:lang=aa|ay|bi|br|ch|da|de|en|es|eu|fj|fo|fur|fy|gd|gl|gv|ho|ia|id|ie|io|is|it|lb|mg|nb|nds|nl|nn|no|oc|om|pt|rm|sma|smj|so|sq|sv|sw|tn|ts|vo|wa|xh|yap|zu:fontversion=0:fontformat=PCF"
"glisp.pcf.gz" 0 "Lucida-0.1:style=Sans Bold:slant=0:weight=200:width=100:pixelsize=10:foundry=B&H:antialias=False:index=0:outline=False:scalable=False:dpi=75:charset=  |>^1!|>^1!P0oWQ    :lang=fj|ho|ia|ie|io|om|so|sw|ts|xh|zu:fontversion=0:fontformat=PCF"
"edges.pcf.gz" 0 "Outcast-10:style=Regular:slant=0:weight=80:width=100:pixelsize=10:spacing=110:foundry=Misc:antialias=False:index=0:outline=False:scalable=False:dpi=75:charset= |>^1!|>^1!|>^1!|>^1!|>^1!|>^1!|>^1!|>^1!:lang=aa|ast|ay|bi|br|ch|da|de|en|es|eu|fj|fo|fur|fy|gd|gl|gv|ho|ia|id|ie|io|is|it|lb|mg|nb|nds|nl|nn|no|oc|om|pt|rm|sma|smj|so|sq|sv|sw|tn|ts|vo|wa|xh|yap|zu:fontversion=0:fontformat=PCF"
"glisp-bold.pcf.gz" 0 "Lucida-0.1:style=Sans Bold:slant=0:weight=200:width=100:pixelsize=10:foundry=B&H:antialias=False:index=0:outline=False:scalable=False:dpi=75:charset=  |>^1!|>^1!P0oWQ    :lang=fj|ho|ia|ie|io|om|so|sw|ts|xh|zu:fontversion=0:fontformat=PCF"
 
Old 06-26-2005, 03:10 PM   #13
ashino
LQ Newbie
 
Registered: Jun 2005
Distribution: slackware
Posts: 3

Rep: Reputation: 0
Code:
"snap.pcf.gz" 0 "Lucida-1:style=Sans ...
in my file:
Code:
"snap.pcf" 0 "snap:style=Regular ...
you can see snap (for example) is recognized as Lucida something, not as it should. Download the correct fonts from http://sourceforge.net/project/showf...group_id=95348 .
edit the /etc/fonts/local.conf file as gbonvehi says and everything should work .
 
Old 06-26-2005, 10:14 PM   #14
crud
Member
 
Registered: Jan 2005
Distribution: Slackware-10.1.0
Posts: 41

Original Poster
Rep: Reputation: 15
Alright! Works fine now

Thnx*
 
Old 08-26-2005, 03:50 PM   #15
Janusz11
Member
 
Registered: Aug 2005
Distribution: Zenwalk
Posts: 42

Rep: Reputation: 15
Well, I try to install the artwiz fonts as well. I use the following way for a system-wide installation:
Code:
# cd /usr/X11R6/lib/X11/fonts
# tar xjf /tmp/artwiz-fonts.tar.bz2
# cd fluxbox-artwiz-fonts
# mkfontdir
# chkfontpath -q -a /usr/X11R6/lib/X11/fonts/fluxbox-artwiz-fonts:unscaled
But when I type that mkfontdir command, I get an error message telling me "command not found". Same for chkfontpath.

So, how can I install the fonts now?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
fluxbox artwiz help please ahh_dee Ubuntu 1 10-28-2005 08:05 PM
Cant install artwiz fonts infornography Slackware 3 12-01-2004 05:10 AM
Using Artwiz Aleczapka fonts in Fluxbox theme losmescaleros Linux - General 3 08-30-2004 06:59 PM
Problems installing bitmap (Artwiz) fonts in 9.1 for use with Fluxbox melquiades Slackware 3 03-14-2004 08:25 AM
Artwiz fonts for fluxbox jISV Linux - General 0 04-14-2002 12:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration