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
|
# QGtkStyle
|
||||||
export QT_QPA_PLATFORMTHEME=gtk2
|
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
|
coreutils
|
||||||
crda
|
crda
|
||||||
cryptsetup
|
cryptsetup
|
||||||
dbus-glib
|
|
||||||
dell-bios-fan-control-git
|
dell-bios-fan-control-git
|
||||||
device-mapper
|
device-mapper
|
||||||
dialog
|
dialog
|
||||||
|
|
@ -47,7 +46,6 @@ fwupd
|
||||||
gawk
|
gawk
|
||||||
gcc
|
gcc
|
||||||
gcc-libs
|
gcc-libs
|
||||||
gconf
|
|
||||||
gettext
|
gettext
|
||||||
git
|
git
|
||||||
glibc
|
glibc
|
||||||
|
|
@ -75,7 +73,6 @@ kitty
|
||||||
kubectl
|
kubectl
|
||||||
less
|
less
|
||||||
libglade
|
libglade
|
||||||
libgnome-keyring
|
|
||||||
libinput-gestures
|
libinput-gestures
|
||||||
libnm
|
libnm
|
||||||
libtool
|
libtool
|
||||||
|
|
@ -140,7 +137,6 @@ python-pyqt5
|
||||||
python-pywal
|
python-pywal
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-urwid
|
python-urwid
|
||||||
python2
|
|
||||||
qt5-styleplugins
|
qt5-styleplugins
|
||||||
reflector
|
reflector
|
||||||
reiserfsprogs
|
reiserfsprogs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue