gummi
gummi copied to clipboard
gummi ignores custom PATH
I search a lot, but I did not found any solution, just these suggestions that are far from being good.
- I have installed Tex Live in a bin folder inside $HOME.
- I have added inside
.bashrc
the Tex Live folder location.
When I launch Gummi from applications menu, Gummi complains that:
Compilation program is missing
But, if i launch it from a terminal, Gummi works as expected as it detects automatically the Tex Live folder.
Why such behavior? What can I do to make Gummi detect the Tex Live folder when launch from menu?
If you are using systemd, create ~/.config/environment.d/envvars.conf
and add PATH=/path/to/texlive/bin:$PATH
. See https://www.man7.org/linux/man-pages/man5/environment.d.5.html for details.