# which starttde returns (not found) executed on any vtty, but returns /opt/trinity/bin/starttde if run in Konsole. This means to start an R14 session with startx requires the fullpath as option to startx, rather clumsy. Anyone know what it would take to put it in the path?
This is on my first exercise of upgrading from 3.5 to r14.0.2, which fell far short of simple or easy as expected. Nevertheless, except for absence from $PATH, all seems good.
Am Mittwoch, 2. Dezember 2015 schrieb Felix Miata:
# which starttde returns (not found) executed on any vtty, but returns /opt/trinity/bin/starttde if run in Konsole. This means to start an R14 session with startx requires the fullpath as option to startx, rather clumsy. Anyone know what it would take to put it in the path?
This is on my first exercise of upgrading from 3.5 to r14.0.2, which fell far short of simple or easy as expected. Nevertheless, except for absence from $PATH, all seems good.
Well, add this line to your .bashrc:
export PATH=$PATH:/opt/trinity/bin
Nik