[kiofuse] [Bug 446077] VLC player does not stream video from Samba share with kio-fuse
https://bugs.kde.org/show_bug.cgi?id=446077 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 455444] Custom Shortcuts are gone in 5.25 on Wayland
https://bugs.kde.org/show_bug.cgi?id=455444 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com --- Comment #36 from Edward Oubrayrie --- >From what I understand, there's a lot of progress with 5.27 release in configuring global shortcuts, both in Plasma as Nate said, and in apps with the Portal support https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/merge_requests/80 However there's no progress on Keyboard input (macros). As workaround, in addition to what's mentioned in https://wiki.archlinux.org/title/Input_remap_utilities there is also https://github.com/snyball/Hawck, but these tools are much harder to use and can make your system unusable, unlike the basic key input functionality in the old KCM. Even after reading https://blog.martin-graesslin.com/blog/2016/12/how-input-works-keyboard-input/ something is not clear: => Can something be done in Kwin? Is even the compositor not permitted to inject keyboard events in the Wayland architecture? -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi
https://bugs.kde.org/show_bug.cgi?id=442901 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 464132] One pixel overlap when enabling screen
https://bugs.kde.org/show_bug.cgi?id=464132 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 460404] [Regression]: Kwin 5.26.0 uses software renderer instead of GLX
https://bugs.kde.org/show_bug.cgi?id=460404 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 466373] New: Qt apps don't use wp-fractional-scale-v1 for hidpi fractional scaling on Wayland
https://bugs.kde.org/show_bug.cgi?id=466373 Bug ID: 466373 Summary: Qt apps don't use wp-fractional-scale-v1 for hidpi fractional scaling on Wayland Classification: KDE Neon Product: neon Version: unspecified Platform: Neon OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Packages Testing Edition Assignee: neon-b...@kde.org Reporter: edoubray...@gmail.com CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org Target Milestone: --- SUMMARY Qt client apps using system Qt 5.15.8 still use the old downscaling mechanism to deal with fractional scaling, instead of wp-fractional-scale-v1, leading to visual artefacts. STEPS TO REPRODUCE 1. Set "Scale" to fractional eg 135% in Display Configuration 2. Open a Qt app OBSERVED RESULT App is upscaled to 2x then downscaled. This produces aliasing artifacts as detailed previously here [1] EXPECTED RESULT Native scaling... like what is done by XWayland in "Apply scaling themselves" mode. See attached picture. On the left is XWayland (Platfom=xcb) and on the right Wayland. SOFTWARE/OS VERSIONS KDE Neon based on ubuntu 22.04.2 (available in About System) KDE Plasma Version: 5.27.1 KDE Frameworks Version: 5.104.0 Qt Version: 5.15.8 libqt5core5a Version: 5.15.8+p22.04+tunstable+git20230209.0323-0 python3-pyqt5 Version: 5.15.9+dfsg-1+22.04+jammy+unstable+build21 ADDITIONAL INFORMATION I believe the previous scaling is offered by Qt since 5.6 and is described here [2] and [3]. And the new one was announced by Nate here [4]. I think the KWin part landed: ``` > wayland-info | rg frac interface: 'wp_fractional_scale_manager_v1', version: 1, name: 10 ``` but maybe the Qt patches were not added to Neon's patch collection? Is this [5] related? how can I verify if the Qt5 client libs have support? I attach the small PyQt sample [6] used to show that the scale given to the app is 2x and the screen geometry and physicalDotsPerInch is fake (dpi 115.834 instead of 163), with system Qt 5.15.8. [1]: https://www.reddit.com/r/kde/comments/lficfe/wayland_fractional_scaling_may_be_sort_of_a/ [2]: https://www.qt.io/blog/2015/01/27/qt-weekly-24-high-dpi-qtwayland [3]: https://www.qt.io/blog/2016/01/26/high-dpi-support-in-qt-5-6 [4]: https://pointieststick.com/2022/12/16/this-week-in-kde-wayland-fractional-scaling-oh-and-we-also-fixed-multi-screen/ [5]: https://invent.kde.org/qt/qt/qtwayland/-/commit/23d3fc7 [6]: https://gist.github.com/eddy-geek/2a682a415abb5d351537ae3fc865dffd -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 466373] Qt apps don't use wp-fractional-scale-v1 for hidpi fractional scaling on Wayland
https://bugs.kde.org/show_bug.cgi?id=466373 --- Comment #1 from Edward Oubrayrie --- Created attachment 156688 --> https://bugs.kde.org/attachment.cgi?id=156688&action=edit Shows clear scaling with XWayland(XCB), artifacts with Wayland -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 466373] Qt apps don't use wp-fractional-scale-v1 for hidpi fractional scaling on Wayland
https://bugs.kde.org/show_bug.cgi?id=466373 --- Comment #2 from Edward Oubrayrie --- Created attachment 156689 --> https://bugs.kde.org/attachment.cgi?id=156689&action=edit image used to find aliasing issues The previous screenshot has been obtained by running code in [6] with dpitest1px.png in the folder and this command: > QT_QPA_PLATFORM=xcb /usr/bin/python3 ./qt6-dpi.py 5 for the left window, and without ...xcb for the right window to better see the difference, beware that most software (Chrome, Firefox, Eye of Gnome) apply antialiasing. Gwenview is fine... without fractional scaling ;-) -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 466373] Qt apps don't use wp-fractional-scale-v1 for hidpi fractional scaling on Wayland
https://bugs.kde.org/show_bug.cgi?id=466373 --- Comment #4 from Edward Oubrayrie --- Created attachment 156690 --> https://bugs.kde.org/attachment.cgi?id=156690&action=edit plasma 5.27.1 - artifacts with both XWayland(XCB) and Wayland I had not rebooted after 5.27.1 final so I was probably mostly on Neon testing from 2023-02-17 So, attaching this as the current status. Unfortunately 5.27.1 changes nothing for the platform=wayland scenario -- and it seems to regress the platform=xcb XWayland scenario, making it blurry (not that I care) -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 466373] Qt apps don't use wp-fractional-scale-v1 for hidpi fractional scaling on Wayland
https://bugs.kde.org/show_bug.cgi?id=466373 Edward Oubrayrie changed: What|Removed |Added Ever confirmed|0 |1 Resolution|UPSTREAM|--- Status|RESOLVED|REOPENED --- Comment #5 from Edward Oubrayrie --- (In reply to Nicolas Fella from comment #3) So, nothing can be done on this before Plasma 6 ? Am I missing something or is the only thing missing a backport of https://invent.kde.org/qt/qt/qtwayland/-/commit/23d3fc7 into branch `kde/5.15`? If I were to try to submit a PR for this, it would be rejected? -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 466373] Qt apps don't use wp-fractional-scale-v1 for hidpi fractional scaling on Wayland
https://bugs.kde.org/show_bug.cgi?id=466373 --- Comment #6 from Edward Oubrayrie --- (I understand upstream won't backport it, this why I'm asking specifically about the KDE Qt patch collection or whatever the name of what goes into Neon) -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 465712] Periodic black screens on main monitor with 144Hz refresh rate after upgrade to 5.27
https://bugs.kde.org/show_bug.cgi?id=465712 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 417441] Update ~/.xsettingsd file for all changes that affect GTK apps
https://bugs.kde.org/show_bug.cgi?id=417441 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 459257] New: libkf5auth5 depends on unstable libpolkit-qt5
https://bugs.kde.org/show_bug.cgi?id=459257 Bug ID: 459257 Summary: libkf5auth5 depends on unstable libpolkit-qt5 Classification: Unclassified Product: neon Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Packages Testing Edition Assignee: neon-b...@kde.org Reporter: edoubray...@gmail.com CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org Target Milestone: --- SUMMARY Neon 22.04 (I know it's not released yet, feel free to close this if useless) some testing packages depend on unstable ones. can be seen on http://archive.neon.kde.org/testing/dists/jammy/main/binary-amd64/Packages STEPS TO REPRODUCE sudo apt install libkf5auth5 libkf5authcore5 libkf5auth-data OBSERVED RESULT Some packages could not be installed. The following packages have unmet dependencies: libkf5authcore5 : Depends: libpolkit-qt5-1-1 (>= 0.114.0+p22.04+tunstable+git20220908.1608) but 0.114.0+p22.04+tstable+git20220908.1608-0 is to be installed E: Unable to correct problems, you have held broken packages. EXPECTED RESULT installs. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.19.0-051900-generic KDE Plasma Version: 5.25.5 KDE Frameworks Version: 5.98.0 Qt Version: 5.15.6 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.
[neon] [Bug 456968] KDE Wallet Manager window is blank
https://bugs.kde.org/show_bug.cgi?id=456968 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com --- Comment #11 from Edward Oubrayrie --- For the KDE Neon testing situation, mentioning Bug 459257 (libkf5auth5 broken) which may be related. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 442265] Opening an app from konsole has no activation environment set
https://bugs.kde.org/show_bug.cgi?id=442265 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 459213] Bring to front system settings pages when selecting them from the app menu when system settings is already running minimized
https://bugs.kde.org/show_bug.cgi?id=459213 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 460268] Opening file manager from Disks & Devices doesn't raise Dolphin window on Wayland
https://bugs.kde.org/show_bug.cgi?id=460268 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kate] [Bug 460283] New: Kate does not raise in wayland, missing xdg_activation_v1 protocol
https://bugs.kde.org/show_bug.cgi?id=460283 Bug ID: 460283 Summary: Kate does not raise in wayland, missing xdg_activation_v1 protocol Classification: Applications Product: kate Version: 22.08.1 Platform: Neon OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: application Assignee: kwrite-bugs-n...@kde.org Reporter: edoubray...@gmail.com Target Milestone: --- STEPS TO REPRODUCE 0. In a wayland session (tested with Plasma 5.26) 1. Start kate, minimize or hide it 2. Open kate from start menu. A window displays "Session 'x' is already opened in another Kate instance." 3. Click "Switch to instance" Another scenario 0. In a wayland session (tested with Plasma 5.26) 1. Start kate, minimize or hide it 2. Open any kate file eg "foo.txt" from start menu. OBSERVED RESULT Kate window is not visible. EXPECTED RESULT Kate window is raised to forefront. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Neon 22.04 KDE Plasma Version: 5.25.90 KDE Frameworks Version: 5.99.0 Qt Version: 5.15.6 ADDITIONAL INFORMATION Xref https://invent.kde.org/plasma/kwin/-/issues/39 for more examples. protocol https://wayland.app/protocols/xdg-activation-v1 https://invent.kde.org/system/dolphin/-/merge_requests/461 for a similar dolphin fix. -- You are receiving this mail because: You are watching all bug changes.
[kde] [Bug 460318] Wayland activation bugs
https://bugs.kde.org/show_bug.cgi?id=460318 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 446389] On Wayland, KWin doesn't differentiate numberpad number key shortcuts from above-the-letters number key shortcuts
https://bugs.kde.org/show_bug.cgi?id=446389 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 477738] [NVIDIA] kwin on Wayland black screen with cursor after most resume-from-RAM
https://bugs.kde.org/show_bug.cgi?id=477738 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 475605] On X11 with NVIDIA GPU and proprietary driver, black screen with only cursor shown on wake from sleep
https://bugs.kde.org/show_bug.cgi?id=475605 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[gwenview] [Bug 465688] "Fit" on fractionally scaled wayland display doesn't actually fit
https://bugs.kde.org/show_bug.cgi?id=465688 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 443049] Screen sharing broken on Firefox
https://bugs.kde.org/show_bug.cgi?id=443049 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kimageformats] [Bug 423687] Does not support .heic image files
https://bugs.kde.org/show_bug.cgi?id=423687 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kimageformats] [Bug 394826] Add support for HEIF/HEIC
https://bugs.kde.org/show_bug.cgi?id=394826 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[ksmserver] [Bug 455515] kdeinit isn't started in plasma session since plasma 5.25.0
https://bugs.kde.org/show_bug.cgi?id=455515 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com --- Comment #3 from Edward Oubrayrie --- what is the replacement for org.kde.klauncher5 in plasma 6 then? eg: > qdbus org.kde.klauncher5 /KLauncher org.kde.KLauncher.exec_blind ... -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 474207] Provide a scripting API to run arbitrary commands
https://bugs.kde.org/show_bug.cgi?id=474207 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 447717] plasmashell crashes when hovering or clicking items on the Panel due to "zwp_linux_buffer_params_v1.add" protocol error
https://bugs.kde.org/show_bug.cgi?id=447717 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[KScreen] [Bug 447965] New: [Usability] "Keep display configuration" is almost invisible
https://bugs.kde.org/show_bug.cgi?id=447965 Bug ID: 447965 Summary: [Usability] "Keep display configuration" is almost invisible Product: KScreen Version: 5.23.5 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Plasma Applet Assignee: kscreen-bugs-n...@kde.org Reporter: edoubray...@gmail.com Target Milestone: --- Created attachment 145124 --> https://bugs.kde.org/attachment.cgi?id=145124&action=edit Auto-revert window SUMMARY the new (~Plasma 5.23) "Keep display configuration" auto-revert window is a usability nightmare for me. I forget to click it about 95% of the time. It's certainly my fault but: * It has incredibly low visibility (especially with the dark theme): very small, 0 contrast with the background "Display Configuration" window * It is on only one screen (so, since it will move around during apply (which is the point) it's usually not in front of my eyes anymore. * It does not stay on top (maybe related to Wayland limited capabilities on that front, but I'm on X11), and does not prevent me from working happily... during 1 minute of course. STEPS TO REPRODUCE 1. Open display settings 2. Chamge 3. Apply OBSERVED RESULT Auto-revert windows is easy to miss and easy to ignore. EXPECTED RESULT Auto-revert windows is *impossible* to miss and *hard* to ignore. SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE neon 20.04 KDE Plasma Version: 4:5.23.1+p20.04+tstable+git20211023.0054-0 KDE Frameworks Version: 5.87.0+p20.04+tunstable+git20211010.0149-0 Qt Version: 5.15.2+p20.04+tunstable+git20211024.0137-0 -- You are receiving this mail because: You are watching all bug changes.
[KScreen] [Bug 447965] [Usability] "Keep display configuration" is almost invisible
https://bugs.kde.org/show_bug.cgi?id=447965 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com Version|5.23.5 |5.23.1 Platform|Other |Neon Packages -- You are receiving this mail because: You are watching all bug changes.
[KScreen] [Bug 447965] [Usability] "Keep display configuration" is almost invisible
https://bugs.kde.org/show_bug.cgi?id=447965 Edward Oubrayrie changed: What|Removed |Added Attachment #145124|0 |1 is obsolete|| Ever confirmed|0 |1 Assignee|kscreen-bugs-n...@kde.org |edoubray...@gmail.com Status|RESOLVED|REOPENED Resolution|FIXED |--- --- Comment #2 from Edward Oubrayrie --- Created attachment 145616 --> https://bugs.kde.org/attachment.cgi?id=145616&action=edit Auto-revert window plasma 5.23.90 > Fixed in Plasma 5.24 already by darkening the background behind the dialog. That's great news but I don't see anything like on latest testing packages, is it Wayland-only? Can you point to relevant MR or version? (It's unclear with Neon's package versioning but "About" says I'm on the 5.24 beta...) Operating System: KDE neon Testing Edition KDE Plasma Version: 5.23.90 KDE Frameworks Version: 5.91.0 Qt Version: 5.15.3 Kernel Version: 5.8.0-59-generic (64-bit) Graphics Platform: X11 kscreen4:5.23.5+p20.04+tstable+git20220113.1818-0 amd64 -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 434144] can't open showInteractiveKWinConsole
https://bugs.kde.org/show_bug.cgi?id=434144 --- Comment #6 from Edward Oubrayrie --- This is fixed for me with today's Plasma 5.22 on focal-based KDE Neon testing Package: kwin-x11 Version: 4:5.22.0+p20.04+tstable+git20210608.0107-0 This command works again: qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.showInteractiveKWinConsole (And the old /App is still broken as expected, what I meant in comment#1 was that maybe the path change was the cause of the breakage. Sorry for the confusing wording) -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 438313] New: Wayland:
https://bugs.kde.org/show_bug.cgi?id=438313 Bug ID: 438313 Summary: Wayland: Product: plasmashell Version: 5.22.0 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: k...@davidedmundson.co.uk Reporter: edoubray...@gmail.com CC: plasma-b...@kde.org Target Milestone: 1.0 STEPS TO REPRODUCE 1. Launch a KDE App with launcher or KRunner. eg Dolphin 2. Launch another app. eg Kate 3. and so on. eg launch Okular OBSERVED RESULT 1. Dolphin does not launch 2. App#1 ie Dolphin, launches (instead of Kate) 3. App#2 ie Kate opens (instead of Okular) EXPECTED RESULT Correct app launches on time SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE Neon Testing (based on Ubuntu focal 20.04) KDE Plasma Version: 5.22.0 (5.22.0+p20.04+tstable+git20210608.1257-0) KDE Frameworks Version: 5.82.0+p20.04+tunstable+git20210608.0115-0 (kInfoCenter say 5.83.0 for some reason) Qt Version: 5.15.2+p20.04+tunstable+git20210602.0956-0 (kInfoCenter says 5.15.3 for some reason) KDE Apps: 21.04.1+p20.04+tstable+git20210608.0108-0 ADDITIONAL INFORMATION This happens in both: * the default App Launcher(the new Kickoff named SimpleMenu I think?) and the * KRunner It does *not* happen with command-line, even with dbus-launcher / kinit5 It does not happen with all apps, but for sure it does with the kde/wayland ones. The app is not just hidden, I see eg gwenview/dolphin doing their startup work when I launch the next app. Works normally on Xorg. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 438313] Wayland: Apps launcher is one launch late
https://bugs.kde.org/show_bug.cgi?id=438313 Edward Oubrayrie changed: What|Removed |Added Summary|Wayland:|Wayland: Apps launcher is ||one launch late -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 438313] Wayland: Apps launcher is one launch late
https://bugs.kde.org/show_bug.cgi?id=438313 Edward Oubrayrie changed: What|Removed |Added Status|NEEDSINFO |REPORTED Resolution|WAITINGFORINFO |--- --- Comment #2 from Edward Oubrayrie --- The funny thing is, I am waiting *forever* until I decide to launch something else. It's a FIFO queue of length =1, some component in the launch chain is holding exactly 1 item hostage -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 472369] Please allow disabling resize-both-windows when quick tiling
https://bugs.kde.org/show_bug.cgi?id=472369 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 434144] New: can't open showInteractiveKWinConsole
https://bugs.kde.org/show_bug.cgi?id=434144 Bug ID: 434144 Summary: can't open showInteractiveKWinConsole Product: kwin Version: 5.21.2 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: scripting Assignee: kwin-bugs-n...@kde.org Reporter: edoubray...@gmail.com Target Milestone: --- SUMMARY I can't open showInteractiveKWinConsole (nor it's non-KWin sibling) STEPS TO REPRODUCE 1. qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.showInteractiveConsole OBSERVED RESULT Nothing. Nothing related in `journalctl -b` and command "succeeds" (exit code 0), so I don't now how to debug this. EXPECTED RESULT Console opens, or at least an error is logged in journal. SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE neon 20.04 focal KDE Plasma Version: 4:5.21.2-0xneon+20.04+focal+build23 KDE Frameworks Version: 5.79.0-0xneon+20.04+focal+build23 Qt Version: 5.15.2+dfsg-0xneon+20.04+focal+build23 ADDITIONAL INFORMATION Last it worked for sure was before update Neon 18.04->20.04. It may have worked after too, not sure. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 434144] can't open showInteractiveKWinConsole
https://bugs.kde.org/show_bug.cgi?id=434144 --- Comment #1 from Edward Oubrayrie --- Oh, last it worked, it was with the old name: qdbus org.kde.plasma-desktop /App local.PlasmaApp.showInteractiveKWinConsole -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 352315] Dolphin crash during USB copy
https://bugs.kde.org/show_bug.cgi?id=352315 --- Comment #7 from Edward Oubrayrie --- I haven't hit this bug in some time, so, fine with closing it. Thanks! -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kio] [Bug 352315] Dolphin crash during USB copy
https://bugs.kde.org/show_bug.cgi?id=352315 --- Comment #6 from Edward Oubrayrie --- I haven't hit this bug in some time, so, fine with closing it. Thanks! -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 295633] custom shortcuts: send keyboard input does not work for keys requiring AltGr
https://bugs.kde.org/show_bug.cgi?id=295633 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 414805] New: Taskbar panel crash after external screen disconnect
https://bugs.kde.org/show_bug.cgi?id=414805 Bug ID: 414805 Summary: Taskbar panel crash after external screen disconnect Product: kwin Version: 5.17.3 Platform: unspecified OS: Linux Status: REPORTED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: kwin-bugs-n...@kde.org Reporter: edoubray...@gmail.com Target Milestone: --- Application: kwin_x11 (5.17.3) Qt Version: 5.13.2 Frameworks Version: 5.64.0 Operating System: Linux 4.15.0-70-generic x86_64 Distribution: KDE neon User Edition 5.17 -- Information about the crash: - What I was doing when the application crashed: Clicking around taskbar (including the active window "icon" and the applets icons) - Unusual behavior I noticed: Panel was "recreated" a few times before crashing - Custom settings of the application: dark theme -- Backtrace: Application: KWin (kwin_x11), signal: Segmentation fault Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Current thread is 1 (Thread 0x7f20d99ff880 (LWP 3734))] Thread 6 (Thread 0x7f20b75ef700 (LWP 29045)): #0 0x7f20d6871f79 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #1 0x7f20d689c230 in QEventDispatcherUNIX::processEvents(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #2 0x7f20d683f06a in QEventLoop::exec(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #3 0x7f20d665a3aa in QThread::exec() () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #4 0x7f20d665bb52 in () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #5 0x7f20d22ac6db in start_thread (arg=0x7f20b75ef700) at pthread_create.c:463 #6 0x7f20d936988f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 5 (Thread 0x7f20a21f7700 (LWP 9794)): [KCrash Handler] #6 0x7f20d6e3b3a4 in QScreen::handle() const () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 #7 0x7f20c1353b48 in QXcbIntegration::createPlatformOpenGLContext(QOpenGLContext*) const () at /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 #8 0x7f20d6e5676f in QOpenGLContext::create() () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 #9 0x7f20d14385ad in () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5 #10 0x7f20d1439a24 in () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5 #11 0x7f20d143d2b8 in () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5 #12 0x7f20d665bb52 in () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #13 0x7f20d22ac6db in start_thread (arg=0x7f20a21f7700) at pthread_create.c:463 #14 0x7f20d936988f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 4 (Thread 0x7f20b5984700 (LWP 4267)): #0 0x7f20d22b29f3 in futex_wait_cancelable (private=, expected=0, futex_word=0x7f20d5aabfb8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88 #1 0x7f20d22b29f3 in __pthread_cond_wait_common (abstime=0x0, mutex=0x7f20d5aabf68, cond=0x7f20d5aabf90) at pthread_cond_wait.c:502 #2 0x7f20d22b29f3 in __pthread_cond_wait (cond=0x7f20d5aabf90, mutex=0x7f20d5aabf68) at pthread_cond_wait.c:655 #3 0x7f20d57b6874 in () at /usr/lib/x86_64-linux-gnu/libQt5Script.so.5 #4 0x7f20d57b68b9 in () at /usr/lib/x86_64-linux-gnu/libQt5Script.so.5 #5 0x7f20d22ac6db in start_thread (arg=0x7f20b5984700) at pthread_create.c:463 #6 0x7f20d936988f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 3 (Thread 0x7f20b6dee700 (LWP 3946)): #0 0x7f20d935ccf6 in __GI_ppoll (fds=0x7f20a4000d28, nfds=1, timeout=, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39 #1 0x7f20d689a8a1 in qt_safe_poll(pollfd*, unsigned long, timespec const*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #2 0x7f20d689c038 in QEventDispatcherUNIX::processEvents(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #3 0x7f20d683f06a in QEventLoop::exec(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #4 0x7f20d665a3aa in QThread::exec() () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #5 0x7f20d0cb8815 in () at /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5 #6 0x7f20d665bb52 in () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #7 0x7f20d22ac6db in start_thread (arg=0x7f20b6dee700) at pthread_create.c:463 #8 0x7f20d936988f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 2 (Thread 0x7f20bd946700 (LWP 3761)): #0 0x7f20d935ccf6 in __GI_ppoll (fds=0x7f20b000b948, nfds=1, timeout=, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39 #1 0x7f20d689a8a1 in qt_safe_poll(pollfd*, unsigned long, timespec const*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #2 0x7f20d689c038 in QEventDispatcherUNIX::processEvents(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #3 0x7f20d683f06a in QEventLoop::exec(QFlags) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #4 0x0
[kwin] [Bug 392052] New: No way to launch Kwin Scripting console from command-line
https://bugs.kde.org/show_bug.cgi?id=392052 Bug ID: 392052 Summary: No way to launch Kwin Scripting console from command-line Product: kwin Version: 5.12.3 Platform: Fedora RPMs OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: scripting Assignee: kwin-bugs-n...@kde.org Reporter: edoubray...@gmail.com Target Milestone: --- I haven't been able to find a replacement for the following command, removed some time ago (Kwin 5.9 maybe?): qdbus org.kde.plasma-desktop /MainApplication showInteractiveKWinConsole It is still wrongly documented at https://techbase.kde.org/Development/Tutorials/KWin/Scripting "Alt+F2 wm console" does not work for my usecase (launch at boot). -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 392052] No way to launch Kwin Scripting console from command-line
https://bugs.kde.org/show_bug.cgi?id=392052 --- Comment #3 from Edward Oubrayrie --- Wiki updated. Thanks. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 392111] New: Kwin crashes when displaying overview repeatedly
https://bugs.kde.org/show_bug.cgi?id=392111 Bug ID: 392111 Summary: Kwin crashes when displaying overview repeatedly Product: kwin Version: 5.12.3 Platform: Fedora RPMs OS: Linux Status: UNCONFIRMED Keywords: drkonqi Severity: normal Priority: NOR Component: general Assignee: kwin-bugs-n...@kde.org Reporter: edoubray...@gmail.com Target Milestone: --- Application: kwin_x11 (5.12.3) Qt Version: 5.10.1 Frameworks Version: 5.44.0 Operating System: Linux 4.16.0-0.rc5.git0.2.fc28.x86_64 x86_64 Distribution: "Fedora release 28 (Twenty Eight)" -- Information about the crash: - What I was doing when the application crashed: hit the top-left corner multiple times. looks like a race condition. - Custom settings of the application: kwin_x11, kwin-5.12.3-2.fc28.x86_64 (fedora beta) The crash can be reproduced sometimes. -- Backtrace: Application: KWin (kwin_x11), signal: Segmentation fault Using host libthread_db library "/lib64/libthread_db.so.1". [Current thread is 1 (Thread 0x7f90b1412940 (LWP 20710))] Thread 5 (Thread 0x7f90790dc700 (LWP 20749)): #0 0x7f90a77dda46 in ppoll () at /lib64/libc.so.6 #1 0x7f90a86a5e55 in qt_safe_poll(pollfd*, unsigned long, timespec const*) () at /lib64/libQt5Core.so.5 #2 0x7f90a86a7159 in QEventDispatcherUNIX::processEvents(QFlags) () at /lib64/libQt5Core.so.5 #3 0x7f90a865812b in QEventLoop::exec(QFlags) () at /lib64/libQt5Core.so.5 #4 0x7f90a84a69c6 in QThread::exec() () at /lib64/libQt5Core.so.5 #5 0x7f90af60d489 in QQmlThreadPrivate::run() () at /lib64/libQt5Qml.so.5 #6 0x7f90a84ab11d in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5 #7 0x7f90aa92a564 in start_thread () at /lib64/libpthread.so.0 #8 0x7f90a77e833f in clone () at /lib64/libc.so.6 Thread 4 (Thread 0x7f9067fff700 (LWP 20722)): #0 0x7f90aa9304fc in pthread_cond_wait@@GLIBC_2.3.2 () at /lib64/libpthread.so.0 #1 0x7f90b06829f8 in QTWTF::TCMalloc_PageHeap::scavengerThread() () at /lib64/libQt5Script.so.5 #2 0x7f90b0682a63 in () at /lib64/libQt5Script.so.5 #3 0x7f90aa92a564 in start_thread () at /lib64/libpthread.so.0 #4 0x7f90a77e833f in clone () at /lib64/libc.so.6 Thread 3 (Thread 0x7f907b7cb700 (LWP 20719)): #0 0x7f90a77dda46 in ppoll () at /lib64/libc.so.6 #1 0x7f90a86a5e55 in qt_safe_poll(pollfd*, unsigned long, timespec const*) () at /lib64/libQt5Core.so.5 #2 0x7f90a86a7159 in QEventDispatcherUNIX::processEvents(QFlags) () at /lib64/libQt5Core.so.5 #3 0x7f90a865812b in QEventLoop::exec(QFlags) () at /lib64/libQt5Core.so.5 #4 0x7f90a84a69c6 in QThread::exec() () at /lib64/libQt5Core.so.5 #5 0x7f90af60d489 in QQmlThreadPrivate::run() () at /lib64/libQt5Qml.so.5 #6 0x7f90a84ab11d in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5 #7 0x7f90aa92a564 in start_thread () at /lib64/libpthread.so.0 #8 0x7f90a77e833f in clone () at /lib64/libc.so.6 Thread 2 (Thread 0x7f908a22b700 (LWP 20715)): #0 0x7f90a77dda46 in ppoll () at /lib64/libc.so.6 #1 0x7f90a86a5e55 in qt_safe_poll(pollfd*, unsigned long, timespec const*) () at /lib64/libQt5Core.so.5 #2 0x7f90a86a7159 in QEventDispatcherUNIX::processEvents(QFlags) () at /lib64/libQt5Core.so.5 #3 0x7f90a865812b in QEventLoop::exec(QFlags) () at /lib64/libQt5Core.so.5 #4 0x7f90a84a69c6 in QThread::exec() () at /lib64/libQt5Core.so.5 #5 0x7f90b14d2299 in QDBusConnectionManager::run() () at /lib64/libQt5DBus.so.5 #6 0x7f90a84ab11d in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5 #7 0x7f90aa92a564 in start_thread () at /lib64/libpthread.so.0 #8 0x7f90a77e833f in clone () at /lib64/libc.so.6 Thread 1 (Thread 0x7f90b1412940 (LWP 20710)): [KCrash Handler] #6 0x7f90b0defefc in QVector::contains(int const&) const [clone .isra.139] () at /lib64/libkwin.so.5 #7 0x7f90b0df4016 in KWin::Workspace::workspaceEvent(xcb_generic_event_t*) () at /lib64/libkwin.so.5 #8 0x7f90a8656c2c in QAbstractEventDispatcher::filterNativeEvent(QByteArray const&, void*, long*) () at /lib64/libQt5Core.so.5 #9 0x7f908c99ac84 in QXcbConnection::handleXcbEvent(xcb_generic_event_t*) () at /lib64/libQt5XcbQpa.so.5 #10 0x7f908c99b843 in QXcbConnection::processXcbEvents() () at /lib64/libQt5XcbQpa.so.5 #11 0x7f90a8682a26 in QObject::event(QEvent*) () at /lib64/libQt5Core.so.5 #12 0x7f90a8f20e95 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5 #13 0x7f90a8f2883a in QApplication::notify(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5 #14 0x7f90a8659376 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /lib64/libQt5Core.so.5 #15 0x7f90a865c09b in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /lib64/libQt5Core.so.5 #16 0x7f90a86a6fcf in QEventDispatcherUN
[kwin] [Bug 392111] Kwin crashes when displaying overview repeatedly
https://bugs.kde.org/show_bug.cgi?id=392111 --- Comment #1 from Edward Oubrayrie --- Glad to see Drkonqi now works in fedora :) qdbus org.kde.KWin /KWin supportInformation: https://paste.kde.org/pkg8mrjic/fplgla -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 392111] Kwin crashes when displaying overview repeatedly
https://bugs.kde.org/show_bug.cgi?id=392111 --- Comment #2 from Edward Oubrayrie --- Also, I can reproduce by frenetically moving mouse around top-left corner for some time. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 356225] Panel moves to wrong screen when external monitor is connected
https://bugs.kde.org/show_bug.cgi?id=356225 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 392111] Kwin crashes when displaying overview repeatedly
https://bugs.kde.org/show_bug.cgi?id=392111 Edward Oubrayrie changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|BACKTRACE |WORKSFORME --- Comment #4 from Edward Oubrayrie --- I couldn't reproduce with the debug symbols. Closing for now. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 387313] Subsurfaces are not clipped
https://bugs.kde.org/show_bug.cgi?id=387313 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[frameworks-kwayland] [Bug 373907] Implement Wayland Primary Selection Protocol (middle-click paste)
https://bugs.kde.org/show_bug.cgi?id=373907 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com --- Comment #5 from Edward Oubrayrie --- The protocol is available at https://git.gnome.org/browse/mutter/tree/src/wayland/protocol/gtk-primary-selection.xml It seems that main kwin developper is against this feature: In https://blog.martin-graesslin.com/blog/2016/07/synchronizing-the-x11-and-wayland-clipboard/ comments he says: "Doesn’t address the useability problems I see with the primary selection. Also does not even address the security issues [...] has it never happened to you that you copied from the wrong clipboard? You selected something and then pasted with ctrl+v? That’s part of the usability problem. Another problem is that it only works for text and you never know whether it worked or not. You will know once you paste. Not before." So, for now I would not hold my breath, even though I agree with #4. -- You are receiving this mail because: You are watching all bug changes.
[kdeconnect] [Bug 330536] Bluetooth device link
https://bugs.kde.org/show_bug.cgi?id=330536 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[gwenview] [Bug 486216] No more video in gwenview
https://bugs.kde.org/show_bug.cgi?id=486216 Edward Oubrayrie changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0 |1 CC||edoubray...@gmail.com --- Comment #2 from Edward Oubrayrie --- same here on Neon, Xorg (still on the ubuntu 22.04 base) gwenview 4:24.08.1-0zneon+22.04+jammy+release+build4 qt6-phonon 4:4.12.0-0zneon+22.04+jammy+release+build3 phonon-backend-gstreamer4:4.10.0-2+22.04+jammy+release+build1 amd64 phonon-backend-vlc 0.12.0-1+22.04+jammy+release+build15 amd64 plasma-workspace 4:6.2.0-0zneon+22.04+jammy+release+build17 kf6-kio6.6.0-0zneon+22.04+jammy+release+build11 Similar log as above on stdout: QPainter::begin: Paint device returned engine == 0, type: 2 QPainter::setOpacity: Painter not active QPainter::end: Painter not active, aborted [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5e69f8d835c0] moov atom not found [7cf014001ee0] main filter error: Failed to create video converter [7cf088093700] vdpau_avcodec generic error: Xlib is required for VDPAU [7cf0140013e0] xcb_xv vout display error: unknown XVideo YUV format 3231564e (NV12) [h264 @ 0x7cf07cd32d80] get_buffer() failed [h264 @ 0x7cf07cd32d80] thread_get_buffer() failed [h264 @ 0x7cf07cd32d80] decode_slice_header error [h264 @ 0x7cf07cd32d80] no frame! -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 356225] Panel moves to wrong screen when external monitor is connected
https://bugs.kde.org/show_bug.cgi?id=356225 Edward Oubrayrie changed: What|Removed |Added CC|edoubray...@gmail.com | -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 356225] Panel moves to wrong screen when external monitor is connected
https://bugs.kde.org/show_bug.cgi?id=356225 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 356225] Panel moves to wrong screen when external monitor is connected
https://bugs.kde.org/show_bug.cgi?id=356225 --- Comment #49 from Edward Oubrayrie --- Another data point in case someone actually wants to investigate this: - with Qt 5.6 / KF5 5.20 / Plasma 5.5.95. - Panel-1 on the laptop [LVDS] monitor + Panel-2 on the external [HDMI1] monitor - when unplugging HDMI1, nothing happens (ok) - when plugging HDMI1 - *only* Panel-1 switches monitor (wrong) - Panel-2 always remains on HDMI1 only (ok) - this is consistent, i.e. plugging it once results on both panels on HDMI1 (wrong); plugging it twice goes back to initial configuration (ok) -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 356225] Panel moves to wrong screen when external monitor is connected
https://bugs.kde.org/show_bug.cgi?id=356225 --- Comment #110 from Edward Oubrayrie --- Testing as requested in #104, with Neon (kwin 5.6.4+p16.04+git20160608.0034-0, qt 5.6.0+dfsg-2+16.04+build5) on a Dell E7450 (Intel Skylake laptop) and I can mostly confirm #108: In the following experiments laptop=eDP1, and the external panel (HDMI1, FullHD) is set as main screen when connected. * Panels added on eDP1 when alone (i.e. main) will move to the HDMI1 (main) when connected. * But they almost always will not go back to eDP1 when HDM1 is disconnected (only the first time). Restarted plasma-shell or logging out/in will solve the issue. * A panel defined on eDP1 when it's secondary screen (i.e. HDMI1 is connected) will disappear when HDMI1 is disconnected (OK!) but then reappear on HDMI1 when it's reconnected. * Restarting plasma once HDMI1 is disconnected will also bring back panels from both primary secondary screen. * Sometimes the panels stand in the middle of the (higher-res) screen when I connect it, until some/time/action (not sure). I could live with it though. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 356225] Panel moves to wrong screen when external monitor is connected
https://bugs.kde.org/show_bug.cgi?id=356225 --- Comment #111 from Edward Oubrayrie --- Also: * eDP1 has black background and no right-click when HDMI1 (main) is connected -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 345544] krunner and plasma crash opening System Settings
https://bugs.kde.org/show_bug.cgi?id=345544 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[ktorrent] [Bug 354633] [ntfs] ktorrent freezes very often
https://bugs.kde.org/show_bug.cgi?id=354633 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[frameworks-plasma] [Bug 351777] plasmashell crashed might due to applet actions is nullptr
https://bugs.kde.org/show_bug.cgi?id=351777 --- Comment #39 from Edward Oubrayrie --- @David can you fill "Version Fixed In" with the actual version ? This still happens with Qt 5.6.0RC and plasma 5.5.4, will this be fixed in the upcoming plasma 5.6 beta ? -- You are receiving this mail because: You are watching all bug changes.