Summary: | List of projects is empty in sessions plasma applet | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Sergey Vidyuk <sir.vestnik> |
Component: | Session support | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | intelfx |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevelop/060369230db54c308061488e223cda6f25cd8505 | Version Fixed In: | |
Sentry Crash Report: |
Description
Sergey Vidyuk
2013-12-18 08:16:13 UTC
Git commit 32e3eb65e94e5d11b091272bd4e9c35016ed9957 by Ivan Shapovalov. Committed on 18/12/2013 at 13:09. Pushed by shapovalov into branch 'master'. Re-add "SessionPrettyContents" field in the sessionrc. It is actually used (at least) in the org.kde.kdevelopsessions plasma applet. Reported by Sergey Vidyuk. M +13 -6 shell/session.cpp M +1 -1 shell/session.h http://commits.kde.org/kdevplatform/32e3eb65e94e5d11b091272bd4e9c35016ed9957 Could you please pull and test? I do not run Plasma... Your change actually modifies value format of the SessionPrettyContents key. It contains both session name and session projects now. Applet datasource splits session name with this key value and prints something like "KDE: KDE: kdevplatform, kdevelop" instead of "KDE: kdevplatform, kdevelop" so it still requires to modify applet code. I've made simple patch to fix this issue: https://git.reviewboard.kde.org/r/114535/ Git commit 060369230db54c308061488e223cda6f25cd8505 by Kevin Funk, on behalf of Sergey Vidyuk. Committed on 19/12/2013 at 05:18. Pushed by kfunk into branch 'master'. Init sessionString plasma datasource val properly Kdevelop sessionrc content is changed and SessionPrettyContents contains both seesion name and session content now. Update sessionString value initialization and remove outdated code in the plasma applet datasource. REVIEW: 114535 M +5 -20 app/plasma/dataengine/kdevelopsessionsengine.cpp M +1 -4 app/plasma/dataengine/kdevelopsessionsengine.h http://commits.kde.org/kdevelop/060369230db54c308061488e223cda6f25cd8505 |