[Differential] [Updated] D2283: patch from https://bugs.kde.org/show_bug.cgi?id=365989
ivan (Ivan Čukić)
noreply at phabricator.kde.org
Tue Jul 26 10:28:51 UTC 2016
ivan added a comment.
@abondrov
Since you are really helpful and active, I have a couple of things for you to test :) (please do not kill me)
1. Remove david's patch backported from master (the one that checks against kamd status being Unknown - `plasma-workspace-5.7.2-layout-initialization-2.patch`)
2. Remove all patches similar to this one, except for Marco's which checks `m_activityController->serviceStatus() == KActivities::Controller::Running`
3. Can you add https://phabricator.kde.org/D2288 (https://phabricator.kde.org/D2288)
4. Modify `plasma/shells/org.kde.plasma.desktop/contents/defaults` and set `Containment=org.kde.plasma.folder` - this should change the default containment type without the need to create activities from layout.js
5. Modify layout.js to this:
loadTemplate("org.kde.plasma.desktop.defaultPanel");
var desktopsArray = desktopsForActivity(currentActivity());
print(desktopsArray.length);
for (var j = 0; j < desktopsArray.length; j++) {
desktopsArray[j].wallpaperPlugin = 'org.kde.image';
desktopsArray[j].currentConfigGroup = ["General"]
desktopsArray[j].writeConfig("showToolbox", "false")
}
REVISION DETAIL
https://phabricator.kde.org/D2283
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: mart, #plasma
Cc: ivan, abondrov, davidedmundson, plasma-devel, jensreuterberg, abetts, sebas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20160726/dda0c05e/attachment-0001.html>
More information about the Plasma-devel
mailing list