codewhitesec / qubes-keepass

rofi based frontend for KeePassXC running on Qubes OS
12 stars 4 forks source link

gnome-keyring-secrets.desktop: Hidden=true #1

Open networkjanitor opened 1 year ago

networkjanitor commented 1 year ago

According to the documentation creating a file ~/.config/autostart/gnome-keyring-secrets.desktop with contents Hidden=true would also be sufficient, but this did not work during our tests.

Have you tried with just "Hidden=true" or also with the section header? Because the following is working for me:

[user@vault ~]$ cat .config/autostart/gnome-keyring-secrets.desktop 
[Desktop Entry]
Hidden=true
[user@vault ~]$
qtc-de commented 1 year ago

Hi @networkjanitor :wave:

thanks for the suggestion. If I remember correctly, I did try it with [Desktop Entry] included. We are currently evaluating different configurations and will try your suggestion again as well. Once we found a configuration that works reliably on different VM versions, we will update the README of the project :)