Summary: | Kwin segfault when automatically group similar windows enabled | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | Christopher <chuckyanutsup> |
Component: | style | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | hugo.pereira.da.costa |
Priority: | NOR | ||
Version First Reported In: | 4.9 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christopher
2012-11-04 19:13:43 UTC
This bug is not reproducible with stock window decorations, sorry I was hasty to report before here properly troubleshotting. reassigning to Oxygen as it's Oxygen transparent I initially installed oxygen transparent from source. I've uninstalled and added the version from the AUR. The issue is still present when oxygen transparent is selected as the window decoration. ... can reproduce. In fact even manually grouping two windows causes a crash with oxygen-transparent. Will investigate tomorrow. Git commit d1b1d27752e4ade81418a1951932408683ec598f by Hugo Pereira Da Costa. Committed on 04/11/2012 at 22:56. Pushed by hpereiradacosta into branch 'master'. Sync to 27913bd1e29f268bb7341c66633096a3ff323aab. Fixed access to _itemData. M +22 -17 decoration/config/oxygenexceptionlistwidget.cpp M +1 -1 decoration/oxygenclient.cpp M +0 -1 libs/oxygenhelper.cpp M +99 -115 libs/oxygenlistmodel.h http://commits.kde.org/oxygen-transparent/d1b1d27752e4ade81418a1951932408683ec598f Fixed, as far as I can tell. Please give a shot to latest oxygen-transparent, from source, and confirm. Cheers, Hugo I keep getting the following error when running ./oxygen-setup.pl Sorry if it's a noob error on my part. I'm new to Arch. BTW, I love your work on this project. oxygen-transparent is one of the nicest things I've seen in KDE :) It's one of the first things I install whenever I try a new distro. Building CXX object style/CMakeFiles/oxygen_transparent.dir/oxygenblurhelper.o /home/christopher/builds/oxygen/oxygen-transparent/src/style/oxygenblurhelper.cpp: In member function ‘void Oxygen::BlurHelper::trimBlurRegion(QWidget*, QWidget*, QRegion&) const’: /home/christopher/builds/oxygen/oxygen-transparent/src/style/oxygenblurhelper.cpp:182:1: error: ‘s’ was not declared in this scope /home/christopher/builds/oxygen/oxygen-transparent/src/style/oxygenblurhelper.cpp:182:18: error: expected ‘;’ before ‘}’ token make[2]: *** [style/CMakeFiles/oxygen_transparent.dir/oxygenblurhelper.o] Error 1 make[1]: *** [style/CMakeFiles/oxygen_transparent.dir/all] Error 2 make: *** [all] Error 2 system make>&1 failed: 512 This is now fixed. One extra character that sneaked in between last compilation attempt and actual pushing. Can you double check ? Sorry for the trouble. Hugo Thank you, all fixed :) I'm getting a slight flicker when first opening a tabbed window, but that may be unrelated. I'll have a look through my effects settings as there may be some slight tweaking to do. Thank you so much for the prompt response and fantastic style. Let me know if there anything I can to do with regards to this report. Peace, Christopher Jazzcat Nothing to do, I'll just close the report. Thanks for reporting in the first place ! |