icewm-problems after upgrading to gnome 1.0

1999-08-02 Thread Johann Spies
After apt-get upgrade icewm and icewm-gnome I do no longer have 4
workspaces and I get the following error message when I run startx
(although X11 and gnome is working otherwise):

Bad option: ShowXButton
Bad option: WindowListFontName
Bad option: AddWorkspace
Bad option: AddWorkspace
Bad option: AddWorkspace
Bad option: AddWorkspace
Could not load font ''.
Could not load font ''.
unknown window option: onTop

It seems as if something in gtk has changed.  If I remember correctly,
apt-get also upgraded gtk.

How do I get 4 workspaces back again?

Johann
 --
| Johann Spies Windsorlaan 19  |
| [EMAIL PROTECTED]3201 Pietermaritzburg |
| Tel/Faks Nr. +27 331-46-1310 Suid-Afrika (South Africa)  |
 --

 All scripture is given by inspiration of God, and is 
  profitable for doctrine, for reproof, for correction, 
  for instruction in righteousness;  
 II Timothy 3:16 


Re: icewm-problems after upgrading to gnome 1.0

1999-08-02 Thread Gergely Madarasz
On Mon, 2 Aug 1999, Johann Spies wrote:

 After apt-get upgrade icewm and icewm-gnome I do no longer have 4
 workspaces and I get the following error message when I run startx
 (although X11 and gnome is working otherwise):
 
 Bad option: ShowXButton
 Bad option: WindowListFontName
 Bad option: AddWorkspace
 Bad option: AddWorkspace
 Bad option: AddWorkspace
 Bad option: AddWorkspace
 Could not load font ''.
 Could not load font ''.
 unknown window option: onTop
 
 It seems as if something in gtk has changed.  If I remember correctly,
 apt-get also upgraded gtk.

Some icewm preferences options have changed, check the
/etc/X11/icewm/preferences.dpkg-dist 

 How do I get 4 workspaces back again?

WorkspaceNames= 1 ,  2 ,  3 ,  4 

-- 
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
HuLUG: http://mlf.linux.rulez.org/


Re: icewm-problems after upgrading to gnome 1.0

1999-08-02 Thread Kirk Hogenson
Johann Spies wrote:
 
 After apt-get upgrade icewm and icewm-gnome I do no longer have 4
 workspaces and I get the following error message when I run startx
 (although X11 and gnome is working otherwise):
 
 Bad option: ShowXButton
 Bad option: WindowListFontName
 Bad option: AddWorkspace
 Bad option: AddWorkspace
 Bad option: AddWorkspace
 Bad option: AddWorkspace
 Could not load font ''.
 Could not load font ''.
 unknown window option: onTop
 
 It seems as if something in gtk has changed.  If I remember correctly,
 apt-get also upgraded gtk.
 
 How do I get 4 workspaces back again?
 

I had the same problem, and (IIRC) the problem was that some of the
option names changed between versions of icewm.

I'm not on my debian box, so I may be remembering some details
incorrectly.  There are docs in /usr/doc/icewm, I believe.

In ~/.icewm/preferences, instead of the AddWorkspace option,
I now use something like:

  WorkSpaceName First, Second, Third, Fourth

(or whatever you want to call them).

I don't remember getting errors on ShowXButton or
WindowListFontName, apparantly more than just the workspace name
options has changed.

HTH,

Kirk