BenWestgate / bitcoin-core-on-tails

Deprecated Setup script for installing Bitcoin Core to Tails persistent storage. Full node, wallet, backup and clone for a friend functions
MIT License
10 stars 1 forks source link

GUI conflict, unable to load bitcoin-qt #6

Closed jorishr closed 1 year ago

jorishr commented 1 year ago

Screenshot from 2023-01-15 19-35-37

What config files do I need to edit to that make my fix permanent?

BenWestgate commented 1 year ago

This is a known issue in Tails 5.8 with all Qt apps. https://gitlab.tails.boum.org/tails/tails/-/issues/19326

to make the fix permanent, you should turn on dotfiles in the Persistent Storage application, then enter the following commands in terminal

echo 'export QT_QPA_PLATFORM="wayland;xcb"' | tee -a $HOME/.bashrc followed by cp $HOME/.bashrc /live/persistence/TailsData_unlocked/dotfiles/.bashrc

I just had to write this automation for the sister project https://github.com/BenWestgate/Bails