Bug 158328 - Wallet service should be autostarted if not available
Summary: Wallet service should be autostarted if not available
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kwallet (show other bugs)
Version: SVN
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-24 14:40 UTC by Thomas McGuire
Modified: 2008-07-14 17:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas McGuire 2008-02-24 14:40:19 UTC
Version:           SVN trunk (using Devel)
Installed from:    Compiled sources
OS:                Linux

Currently, the wallet can not be opened when the wallet service (kded4) is not running.
Applications which use the wallet have to fallback to other things, probably prompting the user for a password.

Instead, kded4 and the wallet service should be autostarted when the wallet is accessed.

This ensures the wallet works properly when a KDE application is started outside of KDE.

An example is KMail. I use a separate user for it, and therefore kdeinit4 is not started when I log in via the shell, and I get password prompts when starting KMail.
Comment 1 Thomas McGuire 2008-07-14 17:45:31 UTC
Fixed now, thanks to Michael Leupold.