LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 12-18-2007, 07:25 AM   #1
{O_o}
Member
 
Registered: Mar 2004
Distribution: Slackware 14
Posts: 70

Rep: Reputation: 16
How do i get rid of the console logging window


I use opensuse 10.2 and when X starts up a window always opens up with the title console logging. How can I stop this? other than closing it every time.
 
Old 12-18-2007, 07:59 AM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Which window manager are you using?
Do you use startx or xinit to start your session, or the graphical session manager.

On place to look are some common startup scripts, like $HOME/.xsession, $HOME/.xinitrc
Code:
session=$HOME/.xsession
xinitrc=$HOME/.xinitrc
sysinit=$XINITDIR/xinitrc
syssess=$XDMDIR/sys.xsession

#
# Forced X session type if the user asked for
# an other session environment.
#
if test "$forced" = "yes" ; then
     unset WINDOW_MANAGER STARTUP
     test -x $syssess && exec_login "$syssess"
     exec_login "/bin/bash $syssess"
fi

# User login X session
# If the user doesn't have their own xsession, then run
# system xsession or xinitrc script if they exist

if   test -f $session ; then
     test -x $session && exec_login "$session"
     exec_login "/bin/bash $session"
elif test -f $xinitrc ; then
     test -x $xinitrc && exec_login "$xinitrc"
     exec_login "/bin/bash $xinitrc"
elif test -f $syssess; then
     test -x $syssess && exec_login "$syssess"
     exec_login "/bin/bash $syssess"
elif test -f $sysinit ; then
     test -x $sysinit && exec_login "$sysinit"
     exec_login "/bin/bash $sysinit"
elif test -n "$WINDOWMANAGER" ; then
     unset WINDOW_MANAGER STARTUP
     exec_login "$WINDOWMANAGER"
fi
This isn't the normal behavior for kde or gnome. Is the terminal an xshell?
 
Old 12-18-2007, 08:50 PM   #3
odevans
Member
 
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246

Rep: Reputation: 30
Quote:
Originally Posted by {O_o} View Post
I use opensuse 10.2 and when X starts up a window always opens up with the title console logging. How can I stop this? other than closing it every time.
I'm guessing you're using XDM (usually the default when using XFCE or FVWM). If so, take a look in the file /etc/X11/xdm/Xsetup . The last entry there should look something like this:
Code:
#
# The geometry of xconsole is set in the Xresource file.
#
(
    exec setsid $xconsole -notify -nostdin -verbose -exitOnFail
) & echo $! > /var/run/xconsole.pid
Comment it out (put # at the start of each line) and restart X.

Hope this helps.

EDIT: That was from OpenSUSE 10.3. This might give you some clues if the file is different:
Code:
grep -ir xconsole /etc/X11/xdm

Last edited by odevans; 12-18-2007 at 09:14 PM.
 
Old 12-19-2007, 09:03 AM   #4
{O_o}
Member
 
Registered: Mar 2004
Distribution: Slackware 14
Posts: 70

Original Poster
Rep: Reputation: 16
I am using xdm with window maker. I'll try that when i get home, thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do i get rid of log messages in the console using Guarddog macondo Linux - Security 1 02-11-2005 09:08 PM
How to get rid of decorations from window manager? Hko Programming 8 06-27-2004 04:03 PM
Getting rid of annoying beeps in console? sharpie Slackware 8 03-11-2004 12:48 AM
how do you get rid of the yellow face above window ? RadiantBANE Slackware 4 03-10-2004 05:02 PM
Gnome 2.2 window effects... how do I get rid of them? QCompson Linux - Software 0 08-29-2003 08:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 08:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration