Monday meeting notes for 6/7/2020

Marco Martin notmart at gmail.com
Mon Jul 6 11:42:33 BST 2020


Jonathan:
* 5.19.3 is out tomorrow
* get your fixes in pronto
* also if anyone wants to test neon on focal base the preview images are up now
* https://files.kde.org/neon/images/focal-preview/user/
* that's all from me

David R:
* WidgetExplorer now only displays the applet count for visible applets
* https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/132
* So no more seeing that you have 8 panels
* Ported screenlocker kcm to qml and managedconfigmodule
* https://invent.kde.org/plasma/kscreenlocker/-/merge_requests/3

David E:
* I did a bugfix that in hindsight shows a lot of problems in Plasma.
There was a bug report on plasma-framework with a whole test case of
how to reproduce and it went unnoticed for months
* https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/29
* then following all the dupes with the same symptoms I found a bunch
of reports, some of them also had people finding out the cause and in
one case making a patch that they listed on bugzilla
* and it sucks that we're not being very responsive on that

Nico:
* Some visual improvement in KNS dialog
https://invent.kde.org/frameworks/knewstuff/-/merge_requests/5
* Fix blurry content in OverlaySheet
https://invent.kde.org/frameworks/kirigami/-/merge_requests/41
* Use Overlaysheet for license text in AboutPage
https://invent.kde.org/frameworks/kirigami/-/merge_requests/40
* Rework message items in kdeconnect-sms
https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/281
* Port KWeather to use KConfigCompiler
https://invent.kde.org/plasma-mobile/kweather/-/merge_requests/18
* Remove incorrect info from powerdevil KCM
https://invent.kde.org/plasma/powerdevil/-/merge_requests/12
* Formalize AboutPage behaviour in HIG
https://invent.kde.org/documentation/hig-kde-org/-/merge_requests/82
* Rework HIG page for lists
https://invent.kde.org/documentation/hig-kde-org/-/merge_requests/81
* Some redesgin in the mobile Wifi KCM
https://invent.kde.org/plasma/plasma-nm/-/merge_requests/7
* Use ScrollablePage where appropriate in kdeconnect-app
https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/286

Fabian:
* Leap 15.2 with Plasma 5.18 got released last week \o/ so far
feedback is positive, with some bug reports which would've been nice
during beta...
* I did some sddm fixes, but I wonder whether it would be better to
look for an alternative in the (near/far?) future
[d_ed]: there is some fix for that
* Especially the missing/broken PAM implementation is something that
many run into
* If your password expired, you're locked out - sddm doesn't support that
* Basically, only plain username/password authentication works and
only that barely
* Then there's also fingerprint auth, which works sometimes at random
and only blindly
* So it might be worthwhile to just port the theme in p-w to some
other DM, maybe write a kcm and the majority of issues is fixed
* breakout session on pro/cons of work to fix sddm vs seeing whether
there is another one that can be adapted easily-ish ?
[] Discussion on kio-fuse: blockers are
https://invent.kde.org/system/kio-fuse/-/merge_requests/33 and
https://invent.kde.org/system/kio-fuse/-/issues/8 - KIO::FileJob for
some slaves is unusuably slow
* So if something just needs the first few bytes, it doesn't download
the whole file but stops there
* For writing it uses KIO::put, so it has to download and upload the whole file
* Though I'm thinking about a mode where it uses KIO::get +
KIO::FileJob::write to avoid that
* The bigger issue is that if the files are big (or many small ones)
it needs space in /tmp, which might not be much
* And running out of disk space due to invisible temporary files is
not user friendly...
* So the current plan is to have some heuristics on what to use,
depending on the file size and available disk space...

Marco:
# Plasma
* more work on ksysguardqml polishing, in particular:
* fixed 423747 that gave back on black text for systemmonitor
plasmoids in some cases
* Refactored item dragging in ksysguardqml edit mode
* fix minimize animation on scaled screens
* system monitor/ksysguard: prototypes for sensors groups (like adding
meters for all cpu cores with a signle click)
# Kirigami
* fixed a regression for the collapsed sidebar mode


More information about the Plasma-devel mailing list