diff options
author | Arun Isaac | 2023-10-06 13:07:43 +0100 |
---|---|---|
committer | Arun Isaac | 2023-10-06 13:07:43 +0100 |
commit | b4af5b2ab018455c3117938628d4dc658ca3556a (patch) | |
tree | 89d54b393060ffe222b5941e34b306a182b8a2ca /topics | |
parent | 4f3b27059a6e746e86a850e312e0123ea37e245a (diff) | |
download | gn-gemtext-b4af5b2ab018455c3117938628d4dc658ca3556a.tar.gz |
Remove note about qtwebengine text rendering bug.
The qtwebengine text rendering bug has now been fixed in upstream
Guix.
Diffstat (limited to 'topics')
-rw-r--r-- | topics/uthsc-vpn-with-free-software.gmi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/topics/uthsc-vpn-with-free-software.gmi b/topics/uthsc-vpn-with-free-software.gmi index 1593c3a..abb7e4a 100644 --- a/topics/uthsc-vpn-with-free-software.gmi +++ b/topics/uthsc-vpn-with-free-software.gmi @@ -21,15 +21,6 @@ $ openconnect-sso --server uthscvpn1.uthsc.edu --authgroup UTHSC -- --script 'vp ``` The vpn-slice script looks up the hostnames tux01 and tux02e on the VPN DNS and adds /etc/hosts entries and routes to your system. vpn-slice can also set up more complicated routes. To learn more, read the vpn-slice documentation. -## qtwebengine text rendering bug - -There is currently a bug in Guix with qtwebengine text rendering. -=> https://issues.guix.gnu.org/52672 -This causes text to not render in the Duo authentication browser window. Until this bug is fixed, work around it by setting the following environment variable. -``` -export QTWEBENGINE_CHROMIUM_FLAGS=--disable-seccomp-filter-sandbox -``` - ## Acknowledgement Many thanks to Pjotr Prins and Erik Garrison without whose earlier work this guide would not be possible. |