| Summary: | kdesrc-build wont set DiscoverNotifier to be autostarted with development session | ||
|---|---|---|---|
| Product: | [Developer tools] kdesrc-build | Reporter: | Akseli Lahtinen <akselmo> |
| Component: | general | Assignee: | Michael Pyne <mpyne> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | aleixpol, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Akseli Lahtinen
2024-07-15 09:56:22 UTC
This seems to be an issue with kdesrc-build not installing `DiscoverNotifier` to `kde/usr/libexec/` So what happened actually was: - Desktop file opens the `kde/usr/bin/plasma-discover` as expected, which shows the updates properly - Systray notification is `/usr/libexec/DiscoverNotifier` that opens `/usr/bin/plasma-discover` which does not show updates properly There's nothing wrong with how kdesrc-build installs it.
> -- Up-to-date: /home/nico/kde/usr/lib64/libexec/DiscoverNotifier
> -- Up-to-date: /home/nico/kde/usr/share/applications/org.kde.discover.notifier.desktop
> -- Up-to-date: /home/nico/kde/usr/etc/xdg/autostart/org.kde.discover.notifier.desktop
If autostart of things in ~/kde doesn't work correctly then the problem is somewhere else
|