Summary: | KWin crashes | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Simon Grushka <s.grushka83> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | asrail |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 4.11.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Simon Grushka
2014-01-01 14:55:53 UTC
What's the output of kreadconfig --file kwinrc --group Style --key PluginLib I got a similar crash, with the following top stack trace: #5 0x00007fb1a614bf93 in KDecorationPlugins::destroyPreviousPlugin() () from /usr/lib64/libkdecorations.so.4 #6 0x00007fb1a6762775 in ?? () from /usr/lib64/libkdeinit4_kwin.so #7 0x00007fb1a10c94ef in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib64/qt4/libQtCore.so.4 #8 0x00007fb1a10ce7dc in QObject::event(QEvent*) () from /usr/lib64/qt4/libQtCore.so.4 #9 0x00007fb1a02440ec in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/qt4/libQtGui.so.4 I was changing opacity on the application specific settings of Konsole. This command returns the following output: % kreadconfig --file kwinrc --group Style --key PluginLib kwin3_ozone That's bug #321301 do. kwriteconfig --file kwinrc --group Style --key PluginLib kwin3_oxygen @Simon same problem? No reply, dupe is likely. *** This bug has been marked as a duplicate of bug 321301 *** Sorry for the delay, I missed the earlier email. Running the command above fixed the crash. |