https://bugs.kde.org/show_bug.cgi?id=521264
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/krdp/-/commit/9395b1c8e6 | |e018a24c179b57c8e6b85fbee79 | |b7b --- Comment #4 from David Edmundson <[email protected]> --- Git commit 9395b1c8e6e018a24c179b57c8e6b85fbee79b7b by David Edmundson. Committed on 25/06/2026 at 13:55. Pushed by davidedmundson into branch 'Plasma/6.7'. server: fix portal registration by setting the correct desktop file name KAboutData derives the desktop file name from the component name as "org.kde.krdp-server", but the installed file is org.kde.krdpserver.desktop, so the portal fails to register the app on every start ("App info not found for 'org.kde.krdp-server'"). Set the desktop file name explicitly to "org.kde.krdpserver" so it matches the installed file, the KCM's pre-authorized app id, and the systemd unit. (cherry picked from commit a035b7a4d3c63e0f75c574b21ec950e5b1ee3cd4) Co-authored-by: Shouvik Kar <[email protected]> M +1 -0 server/main.cpp https://invent.kde.org/plasma/krdp/-/commit/9395b1c8e6e018a24c179b57c8e6b85fbee79b7b -- You are receiving this mail because: You are watching all bug changes.
