Bug 207473

Summary: [WPE][GTK] Should install python3-secretstorage
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: agomez, aperez, bugs-noreply, clopez, cturner, ews-watchlist, ltilve, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   
See Also: https://bugs.webkit.org/show_bug.cgi?id=220796
Attachments:
Description Flags
Patch none

Description Michael Catanzaro 2020-02-10 09:40:00 PST
If python3-secretstorage is not installed, webkit-patch will use a custom encrypted file for password storage instead of utilizing the system keyring. This means unnecessary password prompts to unlock the custom encrypted key storage.

There is no benefit to using custom key storage over the system keyring.
Comment 1 Michael Catanzaro 2020-02-10 09:41:13 PST
Created attachment 390257 [details]
Patch
Comment 2 Charlie Turner 2020-05-04 07:27:44 PDT
Not sure why this wasn't picked up, the current behaviour is irritating. informal r+ from me!
Comment 3 EWS 2020-05-04 08:58:58 PDT
Committed r261087: <https://trac.webkit.org/changeset/261087>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 390257 [details].