gnome-keyring..
This commit is contained in:
parent
cbc13715e5
commit
a249189089
6
.zshenv
6
.zshenv
|
|
@ -34,3 +34,9 @@ export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
|||
|
||||
# QGtkStyle
|
||||
export QT_QPA_PLATFORMTHEME=gtk2
|
||||
|
||||
# Gnome keyring
|
||||
if [ -n "$DESKTOP_SESSION" ];then
|
||||
eval $(gnome-keyring-daemon --start)
|
||||
export SSH_AUTH_SOCK
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ cmatrix
|
|||
coreutils
|
||||
crda
|
||||
cryptsetup
|
||||
dbus-glib
|
||||
dell-bios-fan-control-git
|
||||
device-mapper
|
||||
dialog
|
||||
|
|
@ -47,7 +46,6 @@ fwupd
|
|||
gawk
|
||||
gcc
|
||||
gcc-libs
|
||||
gconf
|
||||
gettext
|
||||
git
|
||||
glibc
|
||||
|
|
@ -75,7 +73,6 @@ kitty
|
|||
kubectl
|
||||
less
|
||||
libglade
|
||||
libgnome-keyring
|
||||
libinput-gestures
|
||||
libnm
|
||||
libtool
|
||||
|
|
@ -140,7 +137,6 @@ python-pyqt5
|
|||
python-pywal
|
||||
python-setuptools
|
||||
python-urwid
|
||||
python2
|
||||
qt5-styleplugins
|
||||
reflector
|
||||
reiserfsprogs
|
||||
|
|
|
|||
Loading…
Reference in New Issue