Last active
September 13, 2023 15:40
-
-
Save s0kil/2e1e0ebb09dcec33c3e7eecf343ec7f6 to your computer and use it in GitHub Desktop.
Chrome OS Linux BTC Tools
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
xhost +si:localuser:root | |
DISABLE_WAYLAND=1 sudo /snap/bin/btctools | |
xhost -si:localuser:root | |
# References | |
# https://support.google.com/chromebook/thread/173115216/linux-terminal-unable-to-open-display-0?hl=en |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment