gnome-keyring now ships with user service
This commit is contained in:
parent
87c58a8766
commit
b831bdfe69
|
@ -1,6 +1,4 @@
|
|||
if [[ $(uname -o) == "GNU/Linux" ]] && [[ $(lsb_release -si) == "Artix" ]] && [[ $(tty) == "/dev/tty1" ]]; then
|
||||
eval $(gnome-keyring-daemon --start)
|
||||
export SSH_AUTH_SOCK
|
||||
export XDG_CURRENT_DESKTOP="Unity"
|
||||
export GTK_USE_PORTAL=1
|
||||
export QT_QPA_PLATFORM="wayland"
|
||||
|
|
Loading…
Reference in a new issue