Summary: | kwin Crash when setting "No border." | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | commerce |
Component: | aurorae | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | jbryslaw, oscar.campos |
Priority: | NOR | ||
Version: | 4.9.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/c0b762dcd51de033294784e116f9d8e02bfa5401 | Version Fixed In: | 4.10 |
Sentry Crash Report: |
Description
commerce
2012-11-25 16:56:51 UTC
you're not using the oxygen decoration but some aurorae theme (we should forbid oxygen in those theme names =) @Martin: useractions.cpp does not look like we've a general queued connection connect(m_menu, SIGNAL(triggered(QAction*)), this, SLOT(slotWindowOperation(QAction*))); just "forgotton" or was there sth. else? "Yes, because it does not work. The menu is then gone as well. We have to invoke performWindowOperation (making it Q_INVOKABLE for that purpose." And to finally embarass myself: yes works. Sth. was wrong with the window i used for testing. Blast. Git commit c0b762dcd51de033294784e116f9d8e02bfa5401 by Thomas Lübking. Committed on 25/11/2012 at 18:50. Pushed by luebking into branch 'master'. queue all menu caused window ops REVIEW: 107462 FIXED-IN: 4.10 M +1 -1 kwin/useractions.cpp http://commits.kde.org/kde-workspace/c0b762dcd51de033294784e116f9d8e02bfa5401 *** Bug 311102 has been marked as a duplicate of this bug. *** *** Bug 311102 has been marked as a duplicate of this bug. *** *** Bug 308299 has been marked as a duplicate of this bug. *** |