I have been trying to use Ignition to startup my exported Distrobox app.
The script that I am trying to run is env GTK_THEME=Adwaita:dark /usr/bin/distrobox-enter -n tumbleweed -- sh -c "if [ -n \"\$*\" ]; then exec emacsclient --alternate-editor= --display=\"\$DISPLAY\" \"\$@\"; else exec emacsclient --alternate-editor= --create-frame; fi" sh %F
I was wondering as to how this could be fixed.
Thanks.