Re: icewm and windowmaker

2003-11-29 Thread John Peter
Marc Wilson wrote:

On Fri, Nov 28, 2003 at 07:59:20PM +, Antony Gelberg wrote:
 

I don't really care, as it works, then again I don't think that editing
this file is advisable for the integrity of my system.  Did I miss the
Debian Way here, or is it a bug / one of those things?
   

No, you missed the normal X way.

$ echo exec wmaker  ~/.xsession

and restart X.
 

Can this command be used with any other desktop manager or  does
this depend on wich it is ?
John

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: icewm and windowmaker

2003-11-29 Thread Karsten M. Self
on Sat, Nov 29, 2003 at 01:26:59PM +, John Peter ([EMAIL PROTECTED]) wrote:
 Marc Wilson wrote:
 
 On Fri, Nov 28, 2003 at 07:59:20PM +, Antony Gelberg wrote:
  
 I don't really care, as it works, then again I don't think that editing
 this file is advisable for the integrity of my system.  Did I miss the
 Debian Way here, or is it a bug / one of those things?
 
 No, you missed the normal X way.
 
 $ echo exec wmaker  ~/.xsession
 
 and restart X.
 
 Can this command be used with any other desktop manager or  does
 this depend on wich it is ?

   $ man startx

Peace.

-- 
Karsten M. Self [EMAIL PROTECTED]http://kmself.home.netcom.com/
 What Part of Gestalt don't you understand?
   What doesn't kill you makes you stranger.
 -- Karsten M. Self, misreading as usual, San Marcos Pass Rd., 1988


pgp0.pgp
Description: PGP signature


icewm and windowmaker

2003-11-28 Thread Antony Gelberg
Hi all,

I've just installed windowmaker to have a look at it.  (Running
unstable.)  I was using icewm before.  In order to get windowmaker to
start, I have to edit
/etc/X11/Xsession.d/50xfree86-common_determine-startup - specifically to
change:

  if [ -x /usr/bin/x-session-manager ]; then
REALSTARTUP=x-session-manager
  elif [ -x /usr/bin/x-window-manager ]; then

to:

#  if [ -x /usr/bin/x-session-manager ]; then
#REALSTARTUP=x-session-manager
  if [ -x /usr/bin/x-window-manager ]; then

This is because x-session-manager is provided by the installed
icewm-session:

$ sudo update-alternatives --config x-session-manager 

There is only 1 program which provides x-session-manager
(/usr/bin/icewm-session). Nothing to configure.

I don't really care, as it works, then again I don't think that editing
this file is advisable for the integrity of my system.  Did I miss the
Debian Way here, or is it a bug / one of those things?

A


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: icewm and windowmaker

2003-11-28 Thread Marc Wilson
On Fri, Nov 28, 2003 at 07:59:20PM +, Antony Gelberg wrote:
 I don't really care, as it works, then again I don't think that editing
 this file is advisable for the integrity of my system.  Did I miss the
 Debian Way here, or is it a bug / one of those things?

No, you missed the normal X way.

$ echo exec wmaker  ~/.xsession

and restart X.

-- 
 Marc Wilson | The sheep died in the wool.
 [EMAIL PROTECTED] |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]