Summary: | dashboard detection in the dashboard effect is too wonky | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Dave Flogeras <dflogeras2> |
Component: | effects-various | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.8.4 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/ee14781eefc60a2584636742a6bb843a3a8625d8 | Version Fixed In: | 4.9 |
Sentry Crash Report: |
Description
Dave Flogeras
2012-06-25 18:51:14 UTC
it triggers the dashboard effect which just checks for the wm class =) (kcmshell4 kwincompositing, 2nd tab, disable dashboard effect) i guess we could sharpen* the detection but reasonably the dashboard should have a tagging property (which *could* be used by other interested clients as well) or we need a window class for these things. ----------- *fullscreen, maximized, keep above, deprecated override type, skip taskbar & pager - only keep above & window type are however exported to effect windows atm - we could however check the geometry :-( it's not like i'd want to advertise this solution - explicit property is much better. Git commit ee14781eefc60a2584636742a6bb843a3a8625d8 by Thomas Lübking. Committed on 28/06/2012 at 21:08. Pushed by luebking into branch 'KDE/4.9'. use window role to detect dashboard FIXED-IN: 4.9 REVIEW: 105382 M +1 -5 kwin/effects/dashboard/dashboard.cpp M +1 -0 plasma/desktop/shell/dashboardview.cpp http://commits.kde.org/kde-workspace/ee14781eefc60a2584636742a6bb843a3a8625d8 |