[systemsettings] [Bug 367080] Keyboard KCM crashes when checking Advanced > Configure keyboard options (on Wayland)

2017-10-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=367080

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/pla
   ||sma-desktop/5cd48d672782bc1
   ||1b4f949a3646aa5bc4224ab85

--- Comment #7 from Christoph Feck  ---
Fixed by Martin Flöser.

See
https://commits.kde.org/plasma-desktop/5cd48d672782bc11b4f949a3646aa5bc4224ab85

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 367080] Keyboard KCM crashes when checking Advanced > Configure keyboard options (on Wayland)

2017-10-14 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=367080

--- Comment #6 from Dr. Chapatin  ---
No crash on Arch, plasma 5.11.
Maybe fixed?

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 367080] Keyboard KCM crashes when checking Advanced > Configure keyboard options (on Wayland)

2017-07-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=367080

Christoph Feck  changed:

   What|Removed |Added

 CC||wingr...@gmail.com

--- Comment #5 from Christoph Feck  ---
*** Bug 382211 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 367080] Keyboard KCM crashes when checking Advanced > Configure keyboard options (on Wayland)

2017-06-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=367080

Christoph Feck  changed:

   What|Removed |Added

 CC||christian.lindberg@aftonpra
   ||vdan.nu

--- Comment #4 from Christoph Feck  ---
*** Bug 381305 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 367080] Keyboard KCM crashes when checking Advanced > Configure keyboard options (on Wayland)

2017-06-08 Thread Håkon Alstadheim
https://bugs.kde.org/show_bug.cgi?id=367080

Håkon Alstadheim  changed:

   What|Removed |Added

 CC||ha...@alstadheim.priv.no

--- Comment #3 from Håkon Alstadheim  ---
Have same problem, patch below works around it. Not claiming this is "The Right
Way" 

--- a/kcms/keyboard/x11_helper.cpp  2017-06-08 21:04:52.65000 +0200
+++ b/kcms/keyboard/x11_helper.cpp  2017-06-08 21:02:23.88000 +0200
@@ -239,6 +239,13 @@
char *prop_data = NULL;
Status ret;

+   if (!QX11Info::isPlatformX11())
+   {
+   qCWarning(KCM_KEYBOARD) << "Desktop platform is not X11";
+   return false;
+   }
+
+
Atom rules_atom = XInternAtom(display, _XKB_RF_NAMES_PROP_ATOM, False);

/* no such atom! */

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 367080] Keyboard KCM crashes when checking Advanced > Configure keyboard options (on Wayland)

2017-05-15 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=367080

Christoph Feck  changed:

   What|Removed |Added

 CC||jhn...@gmail.com

--- Comment #2 from Christoph Feck  ---
*** Bug 379325 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 367080] Keyboard KCM crashes when checking Advanced > Configure keyboard options (on Wayland)

2017-05-07 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=367080

Christoph Feck  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=379325

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 367080] Keyboard KCM crashes when checking Advanced > Configure keyboard options (on Wayland)

2017-01-29 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=367080

Dr. Chapatin  changed:

   What|Removed |Added

 CC||yy...@gmx.com

--- Comment #1 from Dr. Chapatin  ---
I can confirm this testing
plasma-wayland-devedition-gitunstable-20170128-2117-amd64.iso

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 367080] Keyboard KCM crashes when checking Advanced > Configure keyboard options (on Wayland)

2016-08-17 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367080

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |crash

-- 
You are receiving this mail because:
You are watching all bug changes.