Bug 492258 - KDE Wallet Manager cannot be launched (no .service file)
Summary: KDE Wallet Manager cannot be launched (no .service file)
Status: RESOLVED DUPLICATE of bug 492138
Alias: None
Product: kwalletmanager
Classification: Applications
Component: general (show other bugs)
Version: 24.08.0
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Valentin Rusu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-27 09:31 UTC by roadSurfer
Modified: 2024-08-27 13:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description roadSurfer 2024-08-27 09:31:51 UTC
***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY
After a recent system update, I received the following message whenever I try to open KDE Wallet Management Tool:
* `The name org.kde.kwalletmanager was not provided by any .service files`

My guess is that a name has been changed, but not everywhere.

STEPS TO REPRODUCE
1. Click on "KWalletManager" launcher

OBSERVED RESULT
Get error notification toast in bottom right

EXPECTED RESULT
KDE Wallet Management Tool to open.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 6.1.4
KDE Frameworks Version: 6.5.0
Qt Version: 6.7.2

ADDITIONAL INFORMATION
Workaround (create required service definition):
* `cd /usr/share/dbus-1/services`
* `sudo cp org.kde.kwalletmanager5.service org.kde.kwalletmanager.service`
* `sudo sed -i 's/kde.kwalletmanager5/kde.kwalletmanager/g' org.kde.kwalletmanager.service

Discussion:
* https://discuss.kde.org/t/kwalletmanater-not-starting-after-system-update/20469
Comment 1 roadSurfer 2024-08-27 12:10:42 UTC
KDE Version: KDE neon 6.1, based off Ubuntu 22.04
Comment 2 Méven Car 2024-08-27 13:01:26 UTC
Seems like an issue indeed:

https://invent.kde.org/utilities/kwalletmanager/-/blob/master/CMakeLists.txt?ref_type=heads#L72
https://invent.kde.org/utilities/kwalletmanager/-/blob/master/org.kde.kwalletmanager5.appdata.xml?ref_type=heads

Service user dropped the 5 but not yet kwalletmanager.
Could be a packaging issue.
Comment 3 Méven Car 2024-08-27 13:03:15 UTC

*** This bug has been marked as a duplicate of bug 492138 ***