Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Oct 31, 2020
1 parent 5500a0e commit 5ea42f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions usr/bin/sandbox-app-launcher
Expand Up @@ -157,7 +157,16 @@ setup() {

cat >> "${wrapper_script}" << 'EOF'
#!/bin/bash
EOF

## Debugging.
if [ -o xtrace ]; then
cat >> "${wrapper_script}" << 'EOF'
set -x
EOF
fi

cat >> "${wrapper_script}" << 'EOF'
xsession_d_file_list_executable=(
"/etc/X11/Xsession.d/20torbrowser"
"/etc/X11/Xsession.d/20uwt"
Expand Down

0 comments on commit 5ea42f5

Please sign in to comment.