You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that some of the executables used in the script are called by their absolute paths,
e.g. /usr/bin/xsel, /usr/bin/cat, etc.
Some of these paths are different in Ubuntu, so I had to adjust texpander to my environment.
Is this really necessary? I guess just calling xsel, cat or sleep would be sufficent?!
If you expect that these commands are not in the scope of PATH it would be better to retrieve the system specific absolute paths with which rather than using hard coded paths.
In case of the latter I could create a PR.
The text was updated successfully, but these errors were encountered:
I've noticed that some of the executables used in the script are called by their absolute paths,
e.g.
/usr/bin/xsel
,/usr/bin/cat
, etc.Some of these paths are different in Ubuntu, so I had to adjust texpander to my environment.
Is this really necessary? I guess just calling
xsel
,cat
orsleep
would be sufficent?!If you expect that these commands are not in the scope of
PATH
it would be better to retrieve the system specific absolute paths withwhich
rather than using hard coded paths.In case of the latter I could create a PR.
The text was updated successfully, but these errors were encountered: