Re: Sometimes only 1 desktop and no window border in KDE

2008-07-31 Thread Ana Guerrero
On Tue, Jul 29, 2008 at 01:41:35PM +0300, Anton Liaukevich wrote:
 Mumia W.. wrote:
 On 07/27/2008 10:33 AM, Anton Liaukevich wrote:
 I have been using Lenny for several weeks yet (with KDE 3.5).
 
 For first two week all was Ok but then such a bug appeared:
 1) In the KDE panel only one desktop available (but I have 4 desktops).
 2) All windows I open have no border!
 [...]
 
 It sounds like your window manager, kwin, is dying spontaneously. Keep a 
 terminal window open at all times, and when the bug occurs, type pgrep 
 kwin; if nothing is listed, kwin has gone. However, you can start it up 
 again from the terminal by typing kwin 
 
 Thank you. Actually problem is in kwin. When KDE works good pgrep kwin 
 outputs process IDs of loaded kwins, otherwise 'pgrep kwin' outputs 
 nothing. After I run kwin  command KDE begins to work good (4 destops 
 and border of the windows appears).
 
 Nevertheless, I want to correct this bug on my machine so that kwin 
 never dye. Prompt me, please, how to do this.
 
 Must I report this bug? Where?


Are you using restore previous session?
It might be related to:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491879
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492610

Ana


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



Re: Sometimes only 1 desktop and no window border in KDE

2008-07-30 Thread Anton Liaukevich

Mumia W.. wrote:

On 07/29/2008 05:41 AM, Anton Liaukevich wrote:
Thank you. Actually problem is in kwin. When KDE works good pgrep 
kwin outputs process IDs of loaded kwins, otherwise 'pgrep kwin' 
outputs nothing. After I run kwin  command KDE begins to work good 
(4 destops and border of the windows appears).


Nevertheless, I want to correct this bug on my machine so that kwin 
never dye. Prompt me, please, how to do this.


Must I report this bug? Where?




Enable corefiles by setting the appropriate ulimit before entering 
KDE; read man ulimit; when you enter KDE, perform a killall kwin and 
then do kwin  from within an X-terminal. That should allow messages 
from kwin to be displayed on the terminal.


When kwin crashes, it might display a stacktrace on the terminal, and 
you can mail both the stacktrace and corefile to the maintainers. The 
authors and maintainers for kwin can be found from apt-get show kwin 
and the file /usr/share/doc/kwin/copyright.


Good luck.

PS.
It would be better to post the corefile on your web-site and e-mail a 
link to it to the maintainers/developers since corefiles can be big.



Sorry. I'm novice at Linux. Please, explain how to use ulimit correctly 
and what is corefiles.


I have run killall kwin command in konsole x-terminal but:

[EMAIL PROTECTED]:~$ killall kwin
kwin: no process killed

Then I haven't seen any message from kwin on my terminal (after running 
kwin  command).




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




Re: Sometimes only 1 desktop and no window border in KDE

2008-07-30 Thread Anton Liaukevich

Anton Liaukevich wrote:

Mumia W.. wrote:

On 07/29/2008 05:41 AM, Anton Liaukevich wrote:
Thank you. Actually problem is in kwin. When KDE works good pgrep 
kwin outputs process IDs of loaded kwins, otherwise 'pgrep kwin' 
outputs nothing. After I run kwin  command KDE begins to work good 
(4 destops and border of the windows appears).


Nevertheless, I want to correct this bug on my machine so that kwin 
never dye. Prompt me, please, how to do this.


Must I report this bug? Where?




Enable corefiles by setting the appropriate ulimit before entering 
KDE; read man ulimit; when you enter KDE, perform a killall kwin 
and then do kwin  from within an X-terminal. That should allow 
messages from kwin to be displayed on the terminal.


When kwin crashes, it might display a stacktrace on the terminal, and 
you can mail both the stacktrace and corefile to the maintainers. The 
authors and maintainers for kwin can be found from apt-get show kwin 
and the file /usr/share/doc/kwin/copyright.


Good luck.

PS.
It would be better to post the corefile on your web-site and e-mail a 
link to it to the maintainers/developers since corefiles can be big.



Sorry. I'm novice at Linux. Please, explain how to use ulimit correctly 
and what is corefiles.


I have run killall kwin command in konsole x-terminal but:

[EMAIL PROTECTED]:~$ killall kwin
kwin: no process killed

Then I haven't seen any message from kwin on my terminal (after running 
kwin  command).



Now I have seen strange message in konsole:

[EMAIL PROTECTED]:~$ kwin: X_SetInputFocus(0x1e0057c): BadMatch (invalid 
parameter attributes)



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




Re: Sometimes only 1 desktop and no window border in KDE

2008-07-30 Thread Mumia W..

On 07/30/2008 05:35 AM, Anton Liaukevich wrote:

Anton Liaukevich wrote:
Sorry. I'm novice at Linux. Please, explain how to use ulimit 
correctly and what is corefiles.


I have run killall kwin command in konsole x-terminal but:

[EMAIL PROTECTED]:~$ killall kwin
kwin: no process killed

Then I haven't seen any message from kwin on my terminal (after 
running kwin  command).



Now I have seen strange message in konsole:

[EMAIL PROTECTED]:~$ kwin: X_SetInputFocus(0x1e0057c): BadMatch (invalid 
parameter attributes)





No biggie--I get that all the time.

Read help ulimit and man core



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




Re: Sometimes only 1 desktop and no window border in KDE

2008-07-29 Thread Anton Liaukevich

Mumia W.. wrote:

On 07/27/2008 10:33 AM, Anton Liaukevich wrote:

I have been using Lenny for several weeks yet (with KDE 3.5).

For first two week all was Ok but then such a bug appeared:
1) In the KDE panel only one desktop available (but I have 4 desktops).
2) All windows I open have no border!
[...]


It sounds like your window manager, kwin, is dying spontaneously. Keep a 
terminal window open at all times, and when the bug occurs, type pgrep 
kwin; if nothing is listed, kwin has gone. However, you can start it up 
again from the terminal by typing kwin 


Thank you. Actually problem is in kwin. When KDE works good pgrep kwin 
outputs process IDs of loaded kwins, otherwise 'pgrep kwin' outputs 
nothing. After I run kwin  command KDE begins to work good (4 destops 
and border of the windows appears).


Nevertheless, I want to correct this bug on my machine so that kwin 
never dye. Prompt me, please, how to do this.


Must I report this bug? Where?


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




Re: Sometimes only 1 desktop and no window border in KDE

2008-07-29 Thread Mumia W..

On 07/29/2008 05:41 AM, Anton Liaukevich wrote:
Thank you. Actually problem is in kwin. When KDE works good pgrep kwin 
outputs process IDs of loaded kwins, otherwise 'pgrep kwin' outputs 
nothing. After I run kwin  command KDE begins to work good (4 destops 
and border of the windows appears).


Nevertheless, I want to correct this bug on my machine so that kwin 
never dye. Prompt me, please, how to do this.


Must I report this bug? Where?




Enable corefiles by setting the appropriate ulimit before entering 
KDE; read man ulimit; when you enter KDE, perform a killall kwin and 
then do kwin  from within an X-terminal. That should allow messages 
from kwin to be displayed on the terminal.


When kwin crashes, it might display a stacktrace on the terminal, and 
you can mail both the stacktrace and corefile to the maintainers. The 
authors and maintainers for kwin can be found from apt-get show kwin 
and the file /usr/share/doc/kwin/copyright.


Good luck.

PS.
It would be better to post the corefile on your web-site and e-mail a 
link to it to the maintainers/developers since corefiles can be big.



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




Re: Sometimes only 1 desktop and no window border in KDE

2008-07-28 Thread Andrew Sackville-West
On Sun, Jul 27, 2008 at 12:54:35PM -0500, Mumia W.. wrote:
 On 07/27/2008 10:33 AM, Anton Liaukevich wrote:
 I have been using Lenny for several weeks yet (with KDE 3.5).

 For first two week all was Ok but then such a bug appeared:
 1) In the KDE panel only one desktop available (but I have 4 desktops).
 2) All windows I open have no border!
 [...]

 It sounds like your window manager, kwin, is dying spontaneously. Keep a  
 terminal window open at all times, and when the bug occurs, type pgrep  
 kwin; if nothing is listed, kwin has gone. However, you can start it up  
 again from the terminal by typing kwin 

and then leave that terminal open so you can see console errors it
might kick out when it dies.

A


signature.asc
Description: Digital signature


Sometimes only 1 desktop and no window border in KDE

2008-07-27 Thread Anton Liaukevich

I have been using Lenny for several weeks yet (with KDE 3.5).

For first two week all was Ok but then such a bug appeared:
1) In the KDE panel only one desktop available (but I have 4 desktops).
2) All windows I open have no border!

This bug appeared after I (or another user of my computer) log on first 
time (after OS boot). If I log out and log on once again KDE begins to 
work normally.


My software (Debian Lenny uptodate)
 kernel: Linux 2.6.25-2-686
 video drivers: legacy Nvidia commercial driver installed from 
NVIDIA-Linux-x86-96.43.05-pkg1.run

 x11: xserver-xorg 1:7.3+14
 kde: kde-core 5:48
 logon manager: kdm 4:3.5.9.dfsg.1-2+b1
 panel: kicker 4:3.5.9.dfsg.1-2+b

I only use kdm (don't login at console).

P.S. There are 3 real users of my system and often we use switch user 
feature. Perhaps this influence on this situation.



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




Re: Sometimes only 1 desktop and no window border in KDE

2008-07-27 Thread Mumia W..

On 07/27/2008 10:33 AM, Anton Liaukevich wrote:

I have been using Lenny for several weeks yet (with KDE 3.5).

For first two week all was Ok but then such a bug appeared:
1) In the KDE panel only one desktop available (but I have 4 desktops).
2) All windows I open have no border!
[...]


It sounds like your window manager, kwin, is dying spontaneously. Keep a 
terminal window open at all times, and when the bug occurs, type pgrep 
kwin; if nothing is listed, kwin has gone. However, you can start it up 
again from the terminal by typing kwin 





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