summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-05-27 11:42:05 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-05-27 11:42:05 +0200
commit770895cb6a52b51ed9a1750227e0888dd8e72768 (patch)
treeaaeee5f707eb76c3ffd582ee990cc0909a6dcc84
parentfbd64133b5a98561dcec3accbef59aac0aa734c8 (diff)
downloaditzks-systems-770895cb6a52b51ed9a1750227e0888dd8e72768.tar.gz
itzks-systems-770895cb6a52b51ed9a1750227e0888dd8e72768.tar.bz2
itzks-systems-770895cb6a52b51ed9a1750227e0888dd8e72768.zip
etc/X11/Xsession.d/98itzks-systems: Also export NSS_SDB_USE_CACHE=yes via 98itzks-systems Xsession.d script. Otherwise, the variable does not get set inside an X11 session.
-rw-r--r--debian/itzks-systems-diskless.install1
-rw-r--r--debian/itzks-systems-terminalserver.install1
-rw-r--r--debian/itzks-systems-workstation.install1
-rw-r--r--etc/X11/Xsession.d/98itzks-systems1
4 files changed, 4 insertions, 0 deletions
diff --git a/debian/itzks-systems-diskless.install b/debian/itzks-systems-diskless.install
index f2088dd..de6b80b 100644
--- a/debian/itzks-systems-diskless.install
+++ b/debian/itzks-systems-diskless.install
@@ -1,6 +1,7 @@
bin/itzks-hosts usr/bin/
bin/itzks-goodbye-user-session usr/bin/
etc/.java etc/
+etc/X11/Xsession.d/98itzks-systems etc/X11/Xsession.d/
etc/mimeapps.list etc/
etc/profile.d/itzks-systems.sh etc/profile.d/
etc/shutdown-at-night/ etc/
diff --git a/debian/itzks-systems-terminalserver.install b/debian/itzks-systems-terminalserver.install
index 4da3d60..781df11 100644
--- a/debian/itzks-systems-terminalserver.install
+++ b/debian/itzks-systems-terminalserver.install
@@ -1,5 +1,6 @@
bin/itzks-goodbye-user-session usr/bin/
etc/.java etc/
+etc/X11/Xsession.d/98itzks-systems etc/X11/Xsession.d/
etc/mimeapps.list etc/
etc/profile.d/itzks-systems.sh etc/profile.d/
share/glib-2.0/schemas/90_itzks+mate.gschema.override usr/share/glib-2.0/schemas/
diff --git a/debian/itzks-systems-workstation.install b/debian/itzks-systems-workstation.install
index 026e3a5..286644e 100644
--- a/debian/itzks-systems-workstation.install
+++ b/debian/itzks-systems-workstation.install
@@ -1,6 +1,7 @@
bin/itzks-hosts usr/bin/
bin/itzks-goodbye-user-session usr/bin/
etc/.java etc/
+etc/X11/Xsession.d/98itzks-systems etc/X11/Xsession.d/
etc/cron.daily/itzks-systems-workstation /etc/cron.daily/
etc/mimeapps.list etc/
etc/profile.d/itzks-systems.sh etc/profile.d/
diff --git a/etc/X11/Xsession.d/98itzks-systems b/etc/X11/Xsession.d/98itzks-systems
new file mode 100644
index 0000000..7c63d5b
--- /dev/null
+++ b/etc/X11/Xsession.d/98itzks-systems
@@ -0,0 +1 @@
+export NSS_SDB_USE_CACHE="yes"