Re: [kde] KDE Panel freezing when HDMI connected

2011-09-13 Thread Anne Wilson
On Monday 12 Sep 2011 Kevin Krammer wrote: Either I'm misunderstanding you, or that is unbelievable. From the earliest days of basic coding you could set a timer so that if no response was obtained by then the loop exited. Are you saying that 30 years on this is not possible? Ah, but

[kde] Kate sometimes folding two functions into one.

2011-09-13 Thread Dotan Cohen
It seems that when I fold some functions in Kate that the function following it is also folded. For instance, in PHP: function doSomething ($beer) { drink($beer); } function somethingElse () { echo Something else!; } Now when I click the arrow to fold doSomething(), both doSomething()

[kde] Plasma crash and can't log in anymore.

2011-09-13 Thread Luis Ángel Fernández Fernández
Hi there, First at all, I'm using KDE 4.7.0 under Ubuntu 11.04 with a 3.0.3 linux kernel. Today something very weird happened. I don't remember what I was doing exactly but suddenly KDE crashed and lxdm login showed up. I couldn't start KDE Plasma Desktop Session anymore and I get this

Re: [kde] Plasma crash and can't log in anymore.

2011-09-13 Thread Alex Schuster
Luis Ángel Fernández Fernández writes: Today something very weird happened. I don't remember what I was doing exactly but suddenly KDE crashed and lxdm login showed up. I couldn't start KDE Plasma Desktop Session anymore and I get this .xsession-error[1]. However I can log in using some KDE

Re: [kde] Plasma crash and can't log in anymore.

2011-09-13 Thread Luis Ángel Fernández Fernández
On Martes, 13 de septiembre de 2011 17:00:38 Alex Schuster escribió: Any idea about what's going on and how can I fix it? No. But I'd diff the output with the .xsession-errors you get when using the failsafe session. So you can separate the critical errors from harmless entries that

Re: [kde] Plasma crash and can't log in anymore.

2011-09-13 Thread Martin Bednár
Le Mardi 13 de septembre 2011 17:47:28 Luis Ángel Fernández Fernández a écrit : On Martes, 13 de septiembre de 2011 17:00:38 Alex Schuster escribió: Any idea about what's going on and how can I fix it? No. But I'd diff the output with the .xsession-errors you get when using the

Re: [kde] Plasma crash and can't log in anymore.

2011-09-13 Thread Alex Schuster
Luis Ángel Fernández Fernández writes: On Martes, 13 de septiembre de 2011 17:00:38 Alex Schuster escribió: Any idea about what's going on and how can I fix it? No. But I'd diff the output with the .xsession-errors you get when using the failsafe session. So you can separate the

Re: [kde] Plasma crash and can't log in anymore.

2011-09-13 Thread Luis Ángel Fernández Fernández
On Martes, 13 de septiembre de 2011 18:00:27 Martin Bednár escribió: First of all, thank you for yor help. Everything is working now. It seems that the driver became corrupted at some point and for some reason. XIO: fatal IO error 11 (Resource temporarily unavailable) on X server :0

Re: [kde] Kate sometimes folding two functions into one.

2011-09-13 Thread Kishore Jonnalagadda
On Sep 13, 2011 7:29 PM, Dotan Cohen dotanco...@gmail.com wrote: It seems that when I fold some functions in Kate that the function following it is also folded. For instance, in PHP: function doSomething ($beer) { drink($beer); } function somethingElse () { echo Something else!; }