Bug 403316 - Open prompt to unlock plasma vault when entering its directory
Summary: Open prompt to unlock plasma vault when entering its directory
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: HI wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-17 16:33 UTC by Jakub Leška
Modified: 2019-06-10 20:40 UTC (History)
3 users (show)

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 Jakub Leška 2019-01-17 16:33:36 UTC
SUMMARY
When user tries to enter directory which is inside locked plasma vault it will
be nice to have unlock prompt opened, to simplify usage. Currently user need to go to system tray and unlock vault from there, which is annoying.

STEPS TO REPRODUCE
1. Create plasma vault and leave it locked
2. Using dolphin open vault directory

OBSERVED RESULT
usually empty directory will show

EXPECTED RESULT
prompt to unlock vault will be opened
after successful unlock vault data should be visible

SOFTWARE/OS VERSIONS
Windows: 
MacOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2019-01-18 21:37:24 UTC
That's a pretty nice idea. Might be somewhat technically challenging to implement though.
Comment 2 Jakub Leška 2019-01-20 12:44:24 UTC
I am not kde developer but from what I check the code of plasma vaults widget it looks like listing and unlocking of valults is done using dbus calls. Maybe this can simplify this somehow.

Also unlocking of vault is sending some dbus call with `filechanged` which is already handled by dolphin and directory is refreshed when it is recived(nothong to do here).