Skip to content

Commit

Permalink
Run GUI updater on wayland platform by default; fall back to xcb if i…
Browse files Browse the repository at this point in the history
…t's not available
  • Loading branch information
zenmonkeykstop committed Mar 8, 2024
1 parent 6978cf8 commit f4c8d9b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# authenticated onion services to /etc/tor/torrc
# and reloads Tor


# Run only when the interface is not "lo":
if [ "$1" = "lo" ]; then
exit 0
Expand All @@ -14,4 +15,4 @@ if [ "$2" != "up" ]; then
exit 0
fi

/usr/bin/python3 /home/amnesia/Persistent/.securedrop/securedrop_init.py
QT_QPA_PLATFORM="wayland;xcb" /usr/bin/python3 /home/amnesia/Persistent/.securedrop/securedrop_init.py

0 comments on commit f4c8d9b

Please sign in to comment.