summaryrefslogtreecommitdiff
path: root/topics
diff options
context:
space:
mode:
Diffstat (limited to 'topics')
-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.