Mailinglist Archive: opensuse (3120 mails)

< Previous Next >
Re: [SLE] Xconsole in 8.1 ?
----- Original Message -----
From: "SuSEnixER" <WideGlide@xxxxxxxxxxxxx>
To: <suse-linux-e@xxxxxxxx>
Sent: Saturday, December 07, 2002 7:39 PM
Subject: Re: [SLE] Xconsole in 8.1 ?


> * Pam R <pamroberts@xxxxxxxxxxxxxxxx> [12-07-02 13:01]:
> >
> > Nup. Been there, tried that, doesn't work, although once kde has started
you
> > _can_ get the xconsole running by launching it from the command line
(using a
> > command like the lines near the bottom of /etc/X11/xdm/Ssetup) but you
have
> > to set xhost +localhost first.
>
> You do realize that you must restart X for this to work ??
> --

No it is not necessary.

I want to solve the problem for a few weeks, and decided yesterday to make
something and happened to find the following solution.

In your home directory (for instance) write a script called (for instance)
xconsole :

#!/bin/sh
#
/usr/X11R6/bin/xhost +localhost
/usr/X11R6/bin/xconsole -file /dev/xconsole -daemon -iconic (see note)

In the directory ~/.kde/Autostart

set a link to the previous script.

xconsole starts at each login and not once over two as previously with suse.

Note : the option -file /dev/xconsole is necessary or you'll have to be root
for xconsole to log.

It works in my box.

Good luck.

Catimimi.


> Patrick Shanahan Registered Linux User #207535 @ http://counter.li.org
> icq#173753138
>
> --
> Check the headers for your unsubscription address
> For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
> Also check the archives at http://lists.suse.com
> Please read the FAQs: suse-linux-e-faq@xxxxxxxx
>
>


< Previous Next >
Follow Ups