Summary: | Assigning a window to an activity has no effect at all | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Elias Probst <mail> |
Component: | activities | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ivan.cukic |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kwin/b995c9da231d65805621f9264975c74ec30fa88b | Version Fixed In: | |
Sentry Crash Report: |
Description
Elias Probst
2014-05-26 22:11:56 UTC
I have to admit that I haven't tried with KWin/5 yet. Ivan are there any changes needed in the activities code? Added some debug statements to the code and the most useful pointer I could find so far: client.cpp:1606 → QStringList allActivities = Activities::self()->all(); this returns only a single activity: 00000000-0000-0000-0000-000000000000 Git commit b995c9da231d65805621f9264975c74ec30fa88b by Ivan Čukić. Committed on 01/06/2014 at 16:55. Pushed by ivan into branch 'master'. KWin activities usage ported to the new library paradigm Since the KActivities library now keeps an internal cache (and is non-blocking), there is no point in thread-based information fetching. REVIEW: 118443 M +2 -78 activities.cpp M +9 -12 activities.h M +2 -3 useractions.cpp M +0 -3 workspace.cpp http://commits.kde.org/kwin/b995c9da231d65805621f9264975c74ec30fa88b |