Re: [dev] [slock] FDO lock event signal

2020-05-19 Thread Nicolo' Piazzalunga
Following your suggestion and the wiki of keepassxc, it seems that the command dbus-send --type=method_call --dest=org.keepassxc.KeePassXC.MainWindow /keepassxc org.keepassxc.MainWindow.lockAllDatabases does the job. Thank you.

Re: [dev] [slock] FDO lock event signal

2020-05-10 Thread Nicolo' Piazzalunga
Somethig like that should work, thank you. Let me try it. On Sun, May 10, 2020 at 7:30 AM Tobias Bengfort wrote: > I have used a wrapper script to lock gnome-keyring using this: > > ``` > dbus-send --dest=org.freedesktop.secrets /org/freedesktop/secrets > org.freedesktop.Secret.Service.Lock > arr

Re: [dev] [slock] FDO lock event signal

2020-05-09 Thread Tobias Bengfort
Hi Nicolo, On 09/05/2020 21.51, Nicolo' Piazzalunga wrote: > not sending the standard FreeDesktop.org signals I have used a wrapper script to lock gnome-keyring using this: ``` dbus-send --dest=org.freedesktop.secrets /org/freedesktop/secrets org.freedesktop.Secret.Service.Lock array:objpath:"/o

Re: [dev] [slock] FDO lock event signal

2020-05-09 Thread David Phillips
On Sat, May 09, 2020 at 09:51:25PM +0200, Nicolo' Piazzalunga wrote: > With dwm and slock on Arch Linux, my password manager (keepassxc) does > not lock when I lock my screen (while it does when I suspend). > At keepassxreboot/keepassxc github (issue 4712), they say it might be > due to slock not s

[dev] [slock] FDO lock event signal

2020-05-09 Thread Nicolo' Piazzalunga
With dwm and slock on Arch Linux, my password manager (keepassxc) does not lock when I lock my screen (while it does when I suspend). At keepassxreboot/keepassxc github (issue 4712), they say it might be due to slock not sending the standard FreeDesktop.org signals that a lock event occurred. Do yo