[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] Adjust cf3/cf.workarounds. (Closes: #930122)
WolfgangSchweer
gitlab at salsa.debian.org
Sat Jun 8 11:52:00 BST 2019
WolfgangSchweer pushed to branch master at Debian Edu / debian-edu-config
Commits:
f9576741 by Wolfgang Schweer at 2019-06-08T10:43:05Z
Adjust cf3/cf.workarounds. (Closes: #930122)
Add workaround for bug #930125 to prevent firefox-esr startup issues if
the mozilla profile is on an NFS share. This is done by setting a new
NSS_SDB_USE_CACHE environment variable to 'yes'. Thanks to Mike Gabriel
for spotting the issue and providing the related information.
- - - - -
2 changed files:
- cf3/cf.workarounds
- debian/changelog
Changes:
=====================================
cf3/cf.workarounds
=====================================
@@ -30,5 +30,17 @@ commands:
# but not in Buster). FIXME: Check if this is still needed for Bullseye.
"/usr/bin/apt-get install -y xscreensaver"
contain => in_shell;
+
+ debian.workstation.installation::
+ # Fix black frame issue for mozilla profile on NFS share (workaround for #930125).
+ # FIXME: check if this is still needed with firefox-esr 68.x
+ "/usr/bin/echo 'export NSS_SDB_USE_CACHE=\"yes\"' > /etc/X11/Xsession.d/99edu-firefox-nfs"
+ contain => in_shell;
+ "/usr/bin/chmod 644 /etc/X11/Xsession.d/99edu-firefox-nfs"
+ contain => in_shell;
+ "/usr/bin/echo 'export NSS_SDB_USE_CACHE=\"yes\"' > /etc/profile.d/edu-firefox.sh"
+ contain => in_shell;
+ "/usr/bin/chmod 644 /etc/profile.d/edu-firefox.sh"
+ contain => in_shell;
}
=====================================
debian/changelog
=====================================
@@ -12,6 +12,11 @@ debian-edu-config (2.10.66) UNRELEASED; urgency=medium
Buster development cycle to ease setups with ProxyDHCP.)
* Adjust share/debian-edu-config/sudo-ldap.conf. (Closes: #929964)
- Fix sudo-ldap configuration. (The LDAP URI is needed on LDAP clients.)
+ * Adjust cf3/cf.workarounds. (Closes: #930122)
+ - Add workaround for bug #930125 to prevent firefox-esr startup issues if
+ the mozilla profile is on an NFS share. This is done by setting a new
+ NSS_SDB_USE_CACHE environment variable to 'yes'. Thanks to Mike Gabriel
+ for spotting the issue and providing the related information.
-- Petter Reinholdtsen <pere at debian.org> Sat, 20 Apr 2019 07:53:26 +0200
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/commit/f9576741ad774033575df68ce0a9c048d940245a
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/commit/f9576741ad774033575df68ce0a9c048d940245a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20190608/33fb9b2d/attachment-0001.html>
More information about the debian-edu-commits
mailing list