You are not logged in.

#1 2008-08-27 06:37:57

Aeonhuang
Member
From: China
Registered: 2008-07-04
Posts: 6
Website

iceWM problem

when I logout,I can find this line:
IceWM: Warning: glyph not found
what's the problem?what should I do?


The word aeon, also spelled eon or æon, means "age", "forever" or "for eternity".

Offline

#2 2008-08-27 07:02:29

Mektub
Member
From: Lisbon /Portugal
Registered: 2008-01-02
Posts: 647

Re: iceWM problem

Aeonhuang wrote:

when I logout,I can find this line:
IceWM: Warning: glyph not found
what's the problem?what should I do?

I have been using icewm for ages and never had that message, but saw a few reports about it.

It seems that some font declaration on the '~/.icewm/preferences' file had something to do with it, but that's
all I can recall.

Take a look at '~/.xsession-errors', perhaps there is some more information.

Mektub


Follow me on twitter: https://twitter.com/johnbina

Offline

#3 2008-08-27 14:23:39

Aeonhuang
Member
From: China
Registered: 2008-07-04
Posts: 6
Website

Re: iceWM problem

thanks,but I can't find ~/.xsession-errors,why?


The word aeon, also spelled eon or æon, means "age", "forever" or "for eternity".

Offline

#4 2008-08-27 15:46:55

Mektub
Member
From: Lisbon /Portugal
Registered: 2008-01-02
Posts: 647

Re: iceWM problem

The xsession-errors file isnot a feature of icewm, it is generated when you login thru GDM, the Gnome Display Manager.

Probably you are using some other method to login. You can always do an 'ls -lat' immediately after logging in,
if there is some kind of log it should be at the top of the list.

Anyhow if as I somewhat recall that it has todo with fonts in the preferences file, perhaps look in there.

Of course there are a lot of definitions, f.e. I have:

grep -i font preferences 

# Font for the window's move/resize status   NOVO
moveSizeFontName="-adobe-helvetica-bold-r-*-*-*-100-*-*-*-*-*-*"
moveSizeFontNameXft="helvetica:size=10:bold"
# Minimized window font
MinimizedWindowFontName="-adobe-times-bold-r-normal-*-17-*-*-*-p-*-*-1"
MinimizedWindowFontNameXft="times:size=10:bold"
# Quick switch window font
QuickSwitchFontName="-adobe-times-bold-r-normal-*-17-*-*-*-p-*-*-1"
QuickSwitchFontNameXft="times:size=10:bold"
# Normal button font
NormalButtonFontName="-*-times new roman-bold-r-normal-*-*-110-*-*-p-*--*-*"
NormalButtonFontNameXft="times new roman:size=11:bold"
# Active button font
ActiveButtonFontName="-microsoft-comic sans ms-bold-r-normal-*-18-*-*-*-p-*-iso8859-15"
ActiveButtonFontNameXft="comic sans ms:size=10:bold"
# List box font (Window list box)
ListBoxFontName="-*-bitstream vera sans mono-bold-r-normal-*-*-140-*-*-p-*--*-*"
ListBoxFontNameXft="bitstream vera sans mono:size=14:bold"
# Dialog Label font
LabelFontName="-adobe-times-bold-r-normal-*-17-*-*-*-p-*-*-1"
LabelFontNameXft="times:size=10:bold"
# Menu font
#MenuFontName="-*-arial-bold-r-normal-*-*-120-*-*-p-*--*-*"
#MenuFontNameXft="arial:size=12:bold"
MenuFontName="-microsoft-verdana-bold-r-normal-*-14-*-*-*-p-*-iso8859-15"
MenuFontNameXft="verdana:size=10:bold"
# Normal taskbar font
NormalTaskBarFontName="-adobe-helvetica-bold-r-normal-*-17-*-*-*-p-*-*-1"
NormalTaskBarFontNameXft="helvetica:size=10:bold"
# Active taskbar font
ActiveTaskBarFontName="-adobe-times-bold-r-normal-*-18-*-*-*-p-*-koi8-ub"
ActiveTaskBarFontNameXft="times:size=10:bold"
# Tool Button font
ToolButtonFontName="-adobe-courier-bold-r-*-*-*-120-*-*-*-*-*-*"
ToolButtonFontNameXft="courier:size=12:bold"
# Clock font
ClockFontName="-microsoft-verdana-bold-r-normal-*-14-*-*-*-p-*-iso8859-15"
ClockFontNameXft="verdana:size=10:bold"
# APM font
ApmFontName="-adobe-times-bold-r-normal-*-17-*-*-*-p-*-*-1"
ApmFontNameXft="times:size=10:bold"
# Tooltip font
ToolTipFontName="-microsoft-verdana-bold-r-normal-*-14-*-*-*-p-*-iso8859-15"
ToolTipFontNameXft="verdana:size=10:bold"
# Title bar font
TitleFontName="-microsoft-verdana-bold-r-normal-*-14-*-*-*-p-*-iso8859-15"
TitleFontNameXft="verdana:size=10:bold"
# Enable XFreeType extension (buggy, may result in font-loading errors) NOVO
# FX Font font    NOVO
FxFontName="-adobe-helvetica-bold-r-normal-*-17-*-*-*-p-*-*-1"
FxFontNameXft="helvetica:size=10:bold"
# Address bar font
InputFontName="-adobe-courier-bold-r-*-*-*-140-*-*-*-*-*-*"
InputFontNameXft="courier:size=14:bold"
# Normal workspace  font
NormalWorkspaceFontName="-adobe-courier-bold-r-*-*-*-120-*-*-*-*-*-*"
NormalWorkspaceFontNameXft="courier:size=12:bold"
# Active workspace  font
ActiveWorkspaceFontName="-adobe-courier-bold-r-*-*-*-120-*-*-*-*-*-*"
ActiveWorkspaceFontNameXft="courier:size=12:bold"
# Status font
StatusFontName="-adobe-helvetica-bold-r-normal-*-17-*-*-*-p-*-*-1"
StatusFontNameXft="helvetica:size=10:bold"

Apart from that it seems that the only problem is that the message is annoying but has not adverse consequences.

Mektub


Follow me on twitter: https://twitter.com/johnbina

Offline

#5 2008-08-28 02:11:43

Aeonhuang
Member
From: China
Registered: 2008-07-04
Posts: 6
Website

Re: iceWM problem

Thanks again,I didn't install DM,I just use CLI to start X.
I will try to config the preferences file.


The word aeon, also spelled eon or æon, means "age", "forever" or "for eternity".

Offline

#6 2008-08-28 15:08:51

Aeonhuang
Member
From: China
Registered: 2008-07-04
Posts: 6
Website

Re: iceWM problem

I changed to LXDE,it work well and easy-config.


The word aeon, also spelled eon or æon, means "age", "forever" or "for eternity".

Offline

Board footer

Powered by FluxBB