<div dir="ltr"><div>Missing form David Redondo:<br></div><div>* I made a simple patch so QMenus are polished before creating the platform window</div><div>*  <a href="https://codereview.qt-project.org/c/qt/qtbase/+/320154">https://codereview.qt-project.org/c/qt/qtbase/+/320154</a></div><div>*  Which was the cause for ugly menus appearing in some places</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 9, 2020 at 1:16 PM Marco Martin <<a href="mailto:notmart@gmail.com">notmart@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">David E<br>
* First thing to discuss -  there's a KDE community ML thread that<br>
says we didn't follow procedures wrt telemetry policy<br>
* There's a line that says "must have two reviewers" and then suggests<br>
two mailing lists<br>
* what should be done? a thread on kde-community for each place?<br>
[krop]: the purpose of the user feedback is not clearly identife,<br>
needs better wording<br>
[d_ed] krop: so what needs clarifying, the "it's for Plasma" aspect of it?<br>
* In terms of other Plasma news<br>
 - SDDM 0.19.0 had a release<br>
 - There's some major breakage wrt some annoying race condition when<br>
people have multiple cards<br>
 [fvogt] And there are some reports that the security fix somehow<br>
broke with the prop. nvidia driver, which I don't understand (yet)<br>
 [d_ed] FWIW any breakage isn't universal - I'm booting using it here<br>
* In general we do need to improve our testing on SDDM, it's harder to<br>
deploy than other apps so we have fewer people running master<br>
<br>
Luca:<br>
* Major breakage in plasma-framework<br>
  KDE bug 428811 in frameworks-plasma (libplasma) "Visual regression:<br>
margins no longer honored for Folder View in applet<br>
* it will be in 5.76, needs a revert or a fix<br>
[Marco] will look at it today<br>
<br>
JustinZ<br>
* Been doing loads of bug triage but that's about it. I'm new af, hi 👋<br>
<br>
Fabian:<br>
* openQA found that kwin didn't get the color scheme from the lnf:<br>
<a href="https://bugs.kde.org/show_bug.cgi?id=428771" rel="noreferrer" target="_blank">https://bugs.kde.org/show_bug.cgi?id=428771</a><br>
* The kconfig notify mechanism doesn't seem that reliable either<br>
* It's opt-in and in many cases just doesn't work...<br>
* That's all I've got (to complain about) for now<br>
<br>
<br>
Nico<br>
* I fixed volume button handling in PlaMo:<br>
<a href="https://invent.kde.org/plasma/plasma-phone-components/-/merge_requests/102" rel="noreferrer" target="_blank">https://invent.kde.org/plasma/plasma-phone-components/-/merge_requests/102</a><br>
* That uncovered an issue in KWin: <a href="https://bugs.kde.org/show_bug.cgi?id=428859" rel="noreferrer" target="_blank">https://bugs.kde.org/show_bug.cgi?id=428859</a><br>
    KDE bug 428859 in kwin (wayland-generic) "OSDs are maximized when<br>
using Maximized window placement policy" [normal,]<br>
<a href="https://bugs.kde.org/show_bug.cgi?id=428859" rel="noreferrer" target="_blank">https://bugs.kde.org/show_bug.cgi?id=428859</a><br>
* But I see zzag is already on it. nice<br>
* The main thing I want to talk about is the clang-formatting of Plasma.<br>
* I updated an older patch for this and did some manual intervention:<br>
<a href="https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/381" rel="noreferrer" target="_blank">https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/381</a><br>
* One of the concerns was that enums are folded into one line<br>
* One can prevent that by including a trailing comma, which is a good<br>
idea regardless, so I made<br>
<a href="https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/434" rel="noreferrer" target="_blank">https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/434</a><br>
* The remaining concerns are mostly about clang-format being quite<br>
aggressive in putting things on a single line.<br>
* I see a few possible resolutions:<br>
 1) We live with it<br>
 2) We refactor those lines to be shorter<br>
 3) We use `// clang-format off` directives to prevent formatting<br>
where it would be too bad<br>
 4) We give clang-format a line length limit that prevents it from formatting<br>
<br>
Kai Uwe<br>
* Not much from me.<br>
* I promise I'll have a look at the p-b-i patch from fvogt tonight...<br>
<a href="https://invent.kde.org/plasma/plasma-browser-integration/-/merge_requests/14" rel="noreferrer" target="_blank">https://invent.kde.org/plasma/plasma-browser-integration/-/merge_requests/14</a><br>
* Also figured out the panel margin situaton with the new panel<br>
padding/"bleed into the border" stuff, nicolove will fix<br>
* (I have a gap on the left and right of my panel I can't click)<br>
<br>
David R<br>
* I was away at the end of last week<br>
* Disable bouncy cursor during ksplash<br>
** <a href="https://invent.kde.org/plasma/kwin/-/merge_requests/416" rel="noreferrer" target="_blank">https://invent.kde.org/plasma/kwin/-/merge_requests/416</a><br>
* Fix ctrl+q only working on second press in plasma-systemmonitor<br>
** <a href="https://invent.kde.org/frameworks/kirigami/-/merge_requests/149" rel="noreferrer" target="_blank">https://invent.kde.org/frameworks/kirigami/-/merge_requests/149</a><br>
* Fix collapsed icons not being centered in kirigami drawer<br>
** <a href="https://invent.kde.org/frameworks/kirigami/-/merge_requests/150" rel="noreferrer" target="_blank">https://invent.kde.org/frameworks/kirigami/-/merge_requests/150</a><br>
* Needs review so we can get it inot next bugfix release:<br>
** <a href="https://invent.kde.org/plasma/khotkeys/-/merge_requests/6" rel="noreferrer" target="_blank">https://invent.kde.org/plasma/khotkeys/-/merge_requests/6</a><br>
<br>
Bhushan<br>
* Not much to add, but I had been mostly working on PlaMo things<br>
* I also did some rework of keyboard_interface for grab_keyboard stuff<br>
<br>
Carl<br>
## Kirigami<br>
<a href="https://invent.kde.org/frameworks/kirigami/-/merge_requests/128" rel="noreferrer" target="_blank">https://invent.kde.org/frameworks/kirigami/-/merge_requests/128</a><br>
<a href="https://invent.kde.org/frameworks/kirigami/-/merge_requests/153" rel="noreferrer" target="_blank">https://invent.kde.org/frameworks/kirigami/-/merge_requests/153</a><br>
<a href="https://invent.kde.org/frameworks/kirigami/-/merge_requests/146" rel="noreferrer" target="_blank">https://invent.kde.org/frameworks/kirigami/-/merge_requests/146</a> (merged)<br>
## Website<br>
Kde.org/plasma-desktop is now translated in a few languages \o/<br>
<br>
Aleix<br>
* I have mostly been working on the surface activation wayland protocol.<br>
* I have a PoC implementation for plasma as server and Qt as clients<br>
and it's working as expected, still it will take some time until the<br>
work is useful to  the userbase<br>
<br>
Arjen<br>
* biggest thing is that we did the public preview release of<br>
plasma-systemmonitor last week<br>
* see <a href="https://quantumproductions.info/articles/2020-2020-11/plasma-system-monitor-preview-release" rel="noreferrer" target="_blank">https://quantumproductions.info/articles/2020-2020-11/plasma-system-monitor-preview-release</a><br>
if you haven't already<br>
* it has been very well received as far as I can tell<br>
* I've mostly been working on that release last week, with a few<br>
smaller bugfixes that came out of it<br>
* and a bunch of things on bko during the weekend as well<br>
* is a bit weird is that some users are reporting incredibly low<br>
framerates on wayland only<br>
* i've yet to investigate properly since the last time I tried the<br>
wayland session the entire session was running at unusably low<br>
framerates<br>
   KDE bug 428830 in plasma-systemmonitor (general) "App responds very<br>
slowly to any input on Wayland" [normal,]<br>
<a href="https://bugs.kde.org/show_bug.cgi?id=428830" rel="noreferrer" target="_blank">https://bugs.kde.org/show_bug.cgi?id=428830</a><br>
<br>
Marco<br>
* merged the global config button for systray applets<br>
* applets export conteinmenttype, so they can know whether they are in<br>
the systray<br>
* weather plasmoid uses containmenttype now, instead of the hack it used to)<br>
* more work on systemsettings categorizing, investigating why deco kcm<br>
has a wrong name in sidebar<br>
</blockquote></div>