summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2024-04-09 09:16:23 +0200
committerPjotr Prins2024-04-09 09:16:27 +0200
commitfb9e4af6025eabb3037815dfea857a9b092056f4 (patch)
treea982b47e488723e576b7ca93fcf6003d3009d069
parent4f3da9cddc6064d6fd4e60612ae7dd0d1f552602 (diff)
downloadgn-gemtext-fb9e4af6025eabb3037815dfea857a9b092056f4.tar.gz
UT VPN: Add note on older setup
-rw-r--r--topics/deploy/uthsc-vpn-with-free-software.gmi8
1 files changed, 8 insertions, 0 deletions
diff --git a/topics/deploy/uthsc-vpn-with-free-software.gmi b/topics/deploy/uthsc-vpn-with-free-software.gmi
index 651fb83..3ef7508 100644
--- a/topics/deploy/uthsc-vpn-with-free-software.gmi
+++ b/topics/deploy/uthsc-vpn-with-free-software.gmi
@@ -53,6 +53,14 @@ Download it, tweak the %hosts variable to specify the hosts you are interested i
$(guix build -f uthsc-vpn.scm)
```
+# Troubleshooting
+
+Older versions would not show a proper dialog for sign-in. Try
+
+```
+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.