https://bugs.kde.org/show_bug.cgi?id=506236
--- Comment #7 from Ismael Asensio <[email protected]> --- Git commit d75d2efec3311619677f8a42d2da2dafcb15600e by Ismael Asensio. Committed on 15/08/2025 at 11:05. Pushed by iasensio into branch 'Plasma/6.4'. kcms/notifications: Fix broken "configure notification" page When clicking the configure button on a notification, we launch the KCM with the notification info so it directly navigates to the specific app/service and event. When the notification event belongs to plasma-workspace we try to show the System Notifications index, but if there is also a desktop entry, the page will override this index to the application's one, showing a "broken" page. Fix this by setting all the desired properties on the call that opens the Sources Settings page, instead of calculating it after the page is loaded. (cherry picked from commit 62f4c616c0a848b6f052f209a10f22ddba46f79c) M +3 -14 kcms/notifications/ui/SourcesPage.qml M +20 -6 kcms/notifications/ui/main.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/d75d2efec3311619677f8a42d2da2dafcb15600e -- You are receiving this mail because: You are watching all bug changes.
