texstudio-org / texstudio

TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible.
http://www.texstudio.org/
GNU General Public License v3.0
2.79k stars 344 forks source link

Error Message #3768

Closed Demetrios63 closed 1 month ago

Demetrios63 commented 2 months ago

Process started: flatpak-spawn --host flatpak-wrapper pdflatex -synctex=1 -interaction=nonstopmode "book2".tex

Portal call failed: Failed to start command: Failed to execute child process “flatpak-wrapper” (No such file or directory) Process exited with error(s)

muzimuzhi commented 2 months ago

Execute flatpak-spawn in a shell run, like `sh -c "flatpak-spawn ..."? May need to deal with nested double quotes.

All commands specified in the configuration (i.e. Commands and User Commands) are executed directly. There is no shell involved. So most shell functionality does not work. https://texstudio-org.github.io/configuration.html#shell-functionality

sunderme commented 2 months ago

by the way, there is a reason why the issue template contains all those questions about version and OS. I assume txs is also a flatpack ?

sunderme commented 1 month ago

no feedback