You are not logged in.
Pages: 1
i have archlinux with gnome desktop environment
in the keyboards shrotcut
i have the following shortcut
name
emacs
command emacs
shortcut ctrl+upright arrow
when i open emacs with the shortcut
and ask to compile a latex document
a get the following
/bin/sh: γραμμή 1: xelatex: command not found
TeX Output exited abnormally with code 127 at Thu May 23 17:29:2
is not problem the latex problem
since if a start emacs from the command line
everything works fine can i fix the problem in order to everyving work when i use the shortcut
Offline
type xelatexIt's probabyl somewhere in your $PATH that's only added there by the config of your interactive shell but that environment isn't available to gnome-shell or the emacs instance spawned by it.
https://wiki.archlinux.org/title/Environment_variables
Also please try to use more relevant subjects - even w/o the typos "emacs shortcut" is like a misleading teaser.
Online
Pages: 1