https://bugs.kde.org/show_bug.cgi?id=429168

--- Comment #26 from Duncan <1i5t5.dun...@cox.net> ---
(In reply to Duncan from comment #24)
> Ideally there'd be a nice kdebugsettings tutorial and such mentions of
> logging or debugging could specify the desired component and link the
> tutorial.  Unfortunately without that, I installed and turned off everything
> to stop the torrent of noise I was seeing in syslog/journal, and have
> hesitated to mess with it since lest I restart the uncontrolled torrent. 
> Maybe it's time I revisit that...

And so I am.  Just guessing on what to turn on feels like shooting in the dark
hoping to hit something, but it's what I can do ATM.  With everything else
turned all the way off, I turned the following to full debug:

KWindowSystem (kf.windowsystem)
wayland integration (windowsystem) (org.kde.kf5.kwindowsystem.kwayland)
KWin Core (kwin_core)
KWayland Server Library (kf.wayland.server)

I also tried KWayland Client Library (kf.wayland.client) but it was far too
noisy, lots of output for each app.

A full logout/login cycle didn't seem to log anything of interest (to
syslog/journal) and not much at all, beyond losing the connection at logout,
etc.

Doing a plasmashell --replace, however, with output to konsole and with the
window list and task manager plasmoids setup on one of my desktops, spit this
out (among other output) to konsole (IOW not to syslog/journal, to the konsole
I ran it from, FWIW these messages generally appeared twice each, maybe once
per activity/screen since I have two?):

org.kde.kf5.kwindowsystem.kwayland: This plugin does not support changing
KeepBelow window state
org.kde.kf5.kwindowsystem.kwayland: This plugin does not support changing
SkipPager window state
org.kde.kf5.kwindowsystem.kwayland: This plugin does not support setting window
on all desktops
org.kde.kf5.kwindowsystem.kwayland: This plugin does not support getting
windows

That's generally the expected complaints when an app tries to set window
properties on wayland that it can only set on X (they're the domain of the
compositor on wayland), and most of them appear elsewhere in the output as
well, but that last one, does not support getting windows, looks like it
/might/ be relevant, did *not* appear elsewhere in the output tho it was
appeared twice in a row right there, and was followed by:

qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView
instead.
file:///share/plasma/plasmoids/org.kde.plasma.windowlist/contents/ui/main.qml:118:13:
Unable to assign [undefined] to QString

Again, line 118 seems to be trying to set desktop which I don't believe it can
do on wayland so it would be expected, but the point here is that the doesn't
support getting windows line above is close enough to guess it /might/ be from
the windowlist plasmoid, possibly indicating something about why it can't get
and show the window list.

But as I said I'm just shooting in the dark and it could well be as irrelevant
as the other lines.

And I did *not* see anything like the "Interface
org_kde_plasma_window_management not in X-KDE-Wayland-Interfaces
of /usr/bin/plasmashell" asked about in comment #22.  But for all I know I
don't have the right logging enabled or am looking at the wrong logs. <shrug>

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to