Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Eterm won't start "Unable to load font"
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Letharion
Veteran
Veteran


Joined: 13 Jun 2005
Posts: 1344
Location: Sweden

PostPosted: Fri Feb 06, 2009 9:26 am    Post subject: Eterm won't start "Unable to load font" Reply with quote

My user letharion can't start etem.
Root gets the same error message.
Another user (there are 3 in total) can load it fine. w00t?

Code:
letharion@localhost ~ $ eterm
Eterm:  Error:  Unable to load image file "tile/darkness.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "bar_vertical_3.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "bar_vertical_1.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "bar_vertical_2.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "thumb_1.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "thumb_2.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "button_arrow_up_1.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "button_arrow_up_2.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "button_arrow_up_3.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "button_arrow_down_1.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "button_arrow_down_2.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "button_arrow_down_3.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "bar_horizontal_1.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "bar_horizontal_2.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "menu1.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "menu2.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "menu3.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "bar_horizontal_1.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "bar_horizontal_1.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "bar_horizontal_2.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "bar_horizontal_3.png" -- No loader available for that file format
Eterm:  Error:  Unable to load font "-adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1".  Falling back on "fixed"
Eterm:  Error:  Unable to load image file "help.png" -- No loader available for that file format
Eterm:  Error:  Unable to load image file "exit.png" -- No loader available for that file format
Eterm:  Error:  Unable to load font "-misc-fixed-medium-r-semicondensed--13-*-*-*-c-*-iso10646-1".  Falling back on "k14"
Eterm:  FATAL:  Couldn't load the fallback font either.  Giving up.


Last edited by Letharion on Fri Feb 06, 2009 2:58 pm; edited 1 time in total
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Fri Feb 06, 2009 10:11 am    Post subject: Reply with quote

You need USE="png" for imlib2, and it seems to miss some X11 fonts.

Weird it works for a fifferent user. Maybe you have a special config for the regular user?
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Letharion
Veteran
Veteran


Joined: 13 Jun 2005
Posts: 1344
Location: Sweden

PostPosted: Fri Feb 06, 2009 11:42 am    Post subject: Reply with quote

gimpel wrote:
You need USE="png" for imlib2, and it seems to miss some X11 fonts.

Weird it works for a different user. Maybe you have a special config for the regular user?


Well, as far as I know, there is no special config...
Any idea what the fonts problem could be caused by? I think that's what's killing it, cause the other user also gets image load errors. (and I don't really care for the backgrounds that it's gonna load anyway)
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Fri Feb 06, 2009 11:46 am    Post subject: Reply with quote

Well, in case you don't have them already, try installing media-fonts/font-adobe-75dpi and/or media-fonts/font-misc-misc
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Letharion
Veteran
Veteran


Joined: 13 Jun 2005
Posts: 1344
Location: Sweden

PostPosted: Fri Feb 06, 2009 12:39 pm    Post subject: Reply with quote

gimpel wrote:
Well, in case you don't have them already, try installing media-fonts/font-adobe-75dpi and/or media-fonts/font-misc-misc


I already had them, and re-emerging didn't help.
The other user don't get any error messages about the fonts, but slocate can't find any such files...

When I get home after the weekend, I'll compare installed font packages with another computer of mine. (Where it works)

Edited thread name to better suggest what problem I want to fix :)

Code:
emerge -e eterm

didn't help me :(
Back to top
View user's profile Send private message
Letharion
Veteran
Veteran


Joined: 13 Jun 2005
Posts: 1344
Location: Sweden

PostPosted: Wed Feb 11, 2009 2:19 pm    Post subject: Reply with quote

qlist -I | grep -i font gives me the same list on my home computer as this one.
re-emerging every one of those packages also didn't help.
Back to top
View user's profile Send private message
Letharion
Veteran
Veteran


Joined: 13 Jun 2005
Posts: 1344
Location: Sweden

PostPosted: Sun Feb 15, 2009 11:45 pm    Post subject: Reply with quote

Bump... Still beats me.
Back to top
View user's profile Send private message
yolabingo
n00b
n00b


Joined: 19 Feb 2009
Posts: 12
Location: New Mexico

PostPosted: Thu Feb 19, 2009 8:47 pm    Post subject: This may help Reply with quote

I ran into this exact issue after an upgrade.
Make sure you have imlib2 with png support.
I added 'png' (as well as other image formats) to /etc/make.conf, then
# emerge --newuse world
Overkill perhaps.

I then went town on the font installs, emerging:

media-fonts/corefonts-1-r4
media-fonts/cronyx-fonts-2.3.1-r2
media-fonts/encodings-1.0.2
media-fonts/font-adobe-100dpi-1.0.0
media-fonts/font-adobe-75dpi-1.0.0
media-fonts/font-adobe-utopia-type1-1.0.1
media-fonts/font-alias-1.0.1
media-fonts/font-bh-type1-1.0.0
media-fonts/font-misc-cyrillic-1.0.0
media-fonts/font-util-1.0.1
media-fonts/freefonts-0.10-r3
media-fonts/gnu-gs-fonts-std-8.11
media-fonts/intlfonts-1.2.1
media-fonts/terminus-font-4.28
media-fonts/ttf-bitstream-vera-1.10-r3

Overkill, perhaps.
Then added each dir from '/usr/share/fonts' to /etc/X11/xorg.conf FontPath, restarted X, and voila.
Back to top
View user's profile Send private message
yolabingo
n00b
n00b


Joined: 19 Feb 2009
Posts: 12
Location: New Mexico

PostPosted: Thu Feb 19, 2009 8:53 pm    Post subject: a thought about the different user's issue Reply with quote

I just re-read that part of your post. I suspect the changes I mentioned may work. but since some of your users can use Eterm, I'd compare the contents of
~.Eterm/themes/Eterm/* for the accounts that do and don't work.

Simply copying the theme.cfg and/or user.cfg from the user that can launch Eterm would probably do it. It's here that Eterm specifies the fonts, etc it tries to load.

HTH
Back to top
View user's profile Send private message
Letharion
Veteran
Veteran


Joined: 13 Jun 2005
Posts: 1344
Location: Sweden

PostPosted: Mon Feb 23, 2009 9:59 am    Post subject: Re: a thought about the different user's issue Reply with quote

yolabingo wrote:
I just re-read that part of your post. I suspect the changes I mentioned may work. but since some of your users can use Eterm, I'd compare the contents of
~.Eterm/themes/Eterm/* for the accounts that do and don't work.

Simply copying the theme.cfg and/or user.cfg from the user that can launch Eterm would probably do it. It's here that Eterm specifies the fonts, etc it tries to load.

HTH


Hey, thanks for helping me out :)
I have tried "fixing" imlib, which does remove the png error messages, but still leaves the fonts problem.
Re-emerged all the fonts (copied your list this time), still doesn't help.
No user has a ~.Eterm at all...
Added all font dirs to a fontpath line, to no avail

*cry*
Back to top
View user's profile Send private message
kronz
n00b
n00b


Joined: 20 Jan 2009
Posts: 10

PostPosted: Tue Feb 24, 2009 9:16 am    Post subject: Reply with quote

I had that problem on a new install because the fontpath in the xorg.conf didn't include the needed fonts.

got something like this there now:

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/artwiz"
# FontPath "built-ins"
EndSection
Back to top
View user's profile Send private message
Letharion
Veteran
Veteran


Joined: 13 Jun 2005
Posts: 1344
Location: Sweden

PostPosted: Thu Feb 26, 2009 2:31 pm    Post subject: Reply with quote

Well, I did add the fonts dir I had. Anyway, I'm no longer working with that computer anymore, any the user that can start eterm uses it, so right now I don't care anymore.

Thanks all of you for taking your time and try to help me. :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum