Export the variable output by ‘gnome-keyring-daemon --start’
Without exporting it other programs can’t tell if the daemon is running.
This commit is contained in:
parent
6aebd64c28
commit
c07ca71f0a
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ set -x CALIBRE_USE_DARK_PALETTE 1
|
||||||
kitty + complete setup fish | source
|
kitty + complete setup fish | source
|
||||||
|
|
||||||
if test -n "$DESKTOP_SESSION"
|
if test -n "$DESKTOP_SESSION"
|
||||||
set (gnome-keyring-daemon --start | string split "=")
|
set -x (gnome-keyring-daemon --start | string split "=")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue