Store udiskie passwords in GNOME Keyring

This commit is contained in:
Fabio Scotto di Santolo
2026-04-14 14:46:20 +02:00
parent 5e8a1b7bc2
commit 461dea9a5c
6 changed files with 113 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ exec-once = wireplumber
exec-once = /usr/libexec/xfce-polkit
exec-once = nm-applet
exec-once = blueman-applet
exec-once = udiskie --tray --automount
exec-once = udiskie
env = XCURSOR_THEME,Yaru
env = XCURSOR_SIZE,24

View File

@@ -26,7 +26,7 @@ exec --no-startup-id dunst
exec --no-startup-id /usr/libexec/xfce-polkit
exec --no-startup-id nm-applet
exec --no-startup-id blueman-applet
exec --no-startup-id udiskie --tray --automount
exec --no-startup-id udiskie
exec --no-startup-id volumeicon
exec --no-startup-id xfce4-clipman

View File

@@ -33,7 +33,7 @@ exec swayosd-server
exec /usr/libexec/xfce-polkit
exec nm-applet
exec blueman-applet
exec udiskie --tray --automount
exec udiskie
exec xfce4-clipman
# Input and output defaults

View File

@@ -0,0 +1,13 @@
---
program_options:
tray: auto
automount: true
notify: true
password_cache: false
password_prompt:
- /bin/sh
- -c
- 'exec "$HOME/.local/bin/udiskie-password" "$1" "$2"'
- sh
- '{id_uuid}'
- '{device_presentation}'