Bug 409228 - default keyring not unlocking with login
Summary: default keyring not unlocking with login
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kwalletmanager
Classification: Applications
Component: general (show other bugs)
Version: 18.04
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Valentin Rusu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-27 03:20 UTC by kinghat
Modified: 2019-07-03 17:22 UTC (History)
0 users

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


Attachments
setting default keyring password (22.93 KB, image/jpeg)
2019-06-27 03:20 UTC, kinghat
Details
asking for password after not unlocking on login. (17.87 KB, image/jpeg)
2019-06-27 03:21 UTC, kinghat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kinghat 2019-06-27 03:20:51 UTC
Created attachment 121174 [details]
setting default keyring password

SUMMARY
a couple visual studio code extensions require the install of gnome-keyring. when you set it up the first time it asks if you want to remember your password to unlock in the future. even if you select yes it will not remember and then you have to unlock the default keyring manually every time.

STEPS TO REPRODUCE
1. install live share extension on vscode
2. setup password for default keyring and save password
3. restart. if it remembers it may take a few restarts or when vscode goes through an update.

OBSERVED RESULT
asks for password every time

EXPECTED RESULT
unlock on login.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: KDE Neon
(available in About System)
KDE Plasma Version: 5.16.2
KDE Frameworks Version: 5.59.0
Qt Version: 5.12.3

ADDITIONAL INFORMATION
Comment 1 kinghat 2019-06-27 03:21:35 UTC
Created attachment 121175 [details]
asking for password after not unlocking on login.
Comment 2 Christoph Feck 2019-06-27 04:19:46 UTC
How is gnome-keyring related to kwallet?
Comment 3 kinghat 2019-06-27 04:31:43 UTC
(In reply to Christoph Feck from comment #2)
> How is gnome-keyring related to kwallet?

im not sure how all of the handling of the keyrings works or if it should be interfacing with kwallet?
Comment 4 Christoph Feck 2019-07-03 09:22:13 UTC
They are separate tools. The issue you are seeing seems a duplicate of https://gitlab.gnome.org/GNOME/gnome-keyring/issues/37

If possible, please add your investigations there.
Comment 5 kinghat 2019-07-03 17:22:57 UTC
(In reply to Christoph Feck from comment #4)
> They are separate tools. The issue you are seeing seems a duplicate of
> https://gitlab.gnome.org/GNOME/gnome-keyring/issues/37
> 
> If possible, please add your investigations there.

tyvm. not sure if related but ive added info there. sorry for taking your time.