LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-08-2007, 01:39 AM   #1
navin_karnam
Member
 
Registered: May 2007
Posts: 52

Rep: Reputation: 15
window mager corrupted because of icewm


Hi all,

I am using Redhat Linux-2.16.9-11 EL machine. Everything was fine till today morning, I tried to check what is icewm and i installed it. Now i am unable to minimize or maximize and so many other graphical related things are not working only in my user account.
All other users window manager is working fine...

Please help me out How i can start my default window manager..

Thanks and Regards,
Naveen.
 
Old 06-08-2007, 03:11 AM   #2
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
You'll probably find the entry for the wm in ~/.xinitrc, should be able to change it from there, the line will look like
Code:
start icewm
or something
 
Old 06-08-2007, 04:36 AM   #3
navin_karnam
Member
 
Registered: May 2007
Posts: 52

Original Poster
Rep: Reputation: 15
Thank you, for ur reply,

There is no file called .xinitrc in my home directory (/home/naveen/).

But i found the below 3 files :


.Xauthority
------------------------------
binary file
^A^@^@^Ealwin^@^B10^@^RMIT-MAGIC-COOKIE-1^@^PH?\
VÒïÕ<96>5ª
<98>öÉ×^A^@^@ LocalHost^@^B15^@^RMIT-MAGIC-COOKIE-1^@^PÉ?_^?¥QþÓ úë/Ö|ãL^A^@^@ LocalHost^@^B12^@^RMIT-MAGIC-COOKIE-1^@^P^O(z<88><9f>b^?oôTÅ×¼h<8b>ú^A^@^@ LocalHost^@^B10^@^RMIT-MAGIC-COOKIE-1^@^P ø¸ãù=ÑH\â!^^ïúE ^A^@^@ LocalHost^@^B11^@^RMIT-MAGIC-COOKIE-1^@^P?è*wÏ<94>a']öÊh¬Ë¢K
------------------------------------------


.Xclients

------------------------------
#! /bin/bash

# Created by Red Hat Desktop Switcher

if [ -e "$HOME/.Xclients-$HOSTNAME$DISPLAY" ]; then
exec $HOME/.Xclients-$HOSTNAME$DISPLAY
else
exec $HOME/.Xclients-default
fi
-----------------------------------------

.Xclients-default

-----------------------------------------
#! /bin/bash
# Created by Red Hat Desktop Switcher

WM="startkde"
WMPATH="/usr/bin /opt/bin /usr/local/bin /usr/X11R6/bin"

for p in $WMPATH ; do
[ -x $p/$WM ] && exec $p/$WM
done

exit 1
-----------------------------------


In the above files i didnt find icewm..
instead it is having startkde...

I Think there is no window manger running init....
what are the things i should do to make it work...

Thanks and Regards,
Naveen.
 
Old 06-08-2007, 04:36 AM   #4
navin_karnam
Member
 
Registered: May 2007
Posts: 52

Original Poster
Rep: Reputation: 15
Thank you, for ur reply,

There is no file called .xinitrc in my home directory (/home/naveen/).

But i found the below 3 files :


.Xauthority
------------------------------
binary file
^A^@^@^Ealwin^@^B10^@^RMIT-MAGIC-COOKIE-1^@^PH?\
VÒïÕ<96>5ª
<98>öÉ×^A^@^@ LocalHost^@^B15^@^RMIT-MAGIC-COOKIE-1^@^PÉ?_^?¥QþÓ úë/Ö|ãL^A^@^@ LocalHost^@^B12^@^RMIT-MAGIC-COOKIE-1^@^P^O(z<88><9f>b^?oôTÅ×¼h<8b>ú^A^@^@ LocalHost^@^B10^@^RMIT-MAGIC-COOKIE-1^@^P ø¸ãù=ÑH\â!^^ïúE ^A^@^@ LocalHost^@^B11^@^RMIT-MAGIC-COOKIE-1^@^P?è*wÏ<94>a']öÊh¬Ë¢K
------------------------------------------


.Xclients

------------------------------
#! /bin/bash

# Created by Red Hat Desktop Switcher

if [ -e "$HOME/.Xclients-$HOSTNAME$DISPLAY" ]; then
exec $HOME/.Xclients-$HOSTNAME$DISPLAY
else
exec $HOME/.Xclients-default
fi
-----------------------------------------

.Xclients-default

-----------------------------------------
#! /bin/bash
# Created by Red Hat Desktop Switcher

WM="startkde"
WMPATH="/usr/bin /opt/bin /usr/local/bin /usr/X11R6/bin"

for p in $WMPATH ; do
[ -x $p/$WM ] && exec $p/$WM
done

exit 1
-----------------------------------


In the above files i didnt find icewm..
instead it is having startkde...

I Think there is no window manger running init....
what are the things i should do to make it work...

Thanks and Regards,
Naveen.
 
Old 06-08-2007, 06:07 AM   #5
navin_karnam
Member
 
Registered: May 2007
Posts: 52

Original Poster
Rep: Reputation: 15
Hi ,

I make it to work by removing ~/.gconf and ~/.gnome directories.

But the problem i lost my previous settings of my desktop...

Any way now i am setting up my desktop for previous settings..

Thanks and Regards,
Naveen.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Window manger corrupted because of icewm navin_karnam Linux - Desktop 1 06-09-2007 09:51 AM
Dont want Sub Window on taskbar in Icewm iali Linux - General 0 02-22-2006 08:26 AM
ICEWM: A nice window manager. glock19 Linux - General 19 10-02-2004 11:32 PM
How to close a corrupted window satimis Red Hat 14 06-21-2004 11:13 PM
icewm window movement aliensub Linux - Software 1 09-04-2002 04:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:59 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