From f9109a3d4b3606d158d48e18146eb5e587d488db Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Tue, 17 Sep 2013 18:07:17 +0200 Subject: [PATCH 1/2] Make kwin not crash under qemu due to failing glx call This fixes a kwin crash that happened under qemu when running kwin for the first time (subsequent runs had glx already disabled) --- glxbackend.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glxbackend.cpp b/glxbackend.cpp index 545dedf6cf..9e3064c092 100644 --- a/glxbackend.cpp +++ b/glxbackend.cpp @@ -222,6 +222,10 @@ bool GlxBackend::initBuffer() if (overlayWindow()->create()) { // Try to create double-buffered window in the overlay XVisualInfo* visual = glXGetVisualFromFBConfig(display(), fbconfig); + if (!visual) { + kError(1212) << "Failed to get visual from fbconfig"; + return false; + } XSetWindowAttributes attrs; attrs.colormap = XCreateColormap(display(), rootWindow(), visual->visual, AllocNone); window = XCreateWindow(display(), overlayWindow()->window(), 0, 0, displayWidth(), displayHeight(), From 7c09fb5af2ebd303d954add98927f6890744ae2b Mon Sep 17 00:00:00 2001 From: l10n daemon script Date: Sat, 21 Sep 2013 06:50:39 +0000 Subject: [PATCH 2/2] SVN_SILENT made messages (.desktop file) --- tabbox/kwindesktopswitcher.desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/tabbox/kwindesktopswitcher.desktop b/tabbox/kwindesktopswitcher.desktop index 42cc455d96..c1c2a57bc1 100644 --- a/tabbox/kwindesktopswitcher.desktop +++ b/tabbox/kwindesktopswitcher.desktop @@ -6,6 +6,7 @@ Comment=KWin Desktop Switcher Layout Comment[bs]=Izgled KWin prebacivača radnih površina Comment[ca]=Disposició del commutador d'escriptoris del KWin Comment[da]=Layout til KWins skrivebordsskifter +Comment[de]=Arbeitsflächenwechsler-Layout Comment[es]=Esquema del cambiador de escritorios de KWin Comment[fi]=KWinin työpöydänvalitsimen asettelu Comment[fr]=Une disposition du sélecteur de bureaux KWin