On Monday 21 October 2019 10:22:39 am Pisini, John wrote:
When you say almost useless what do you mean? I have noticed you can run TDE apps under Plasma and Mate but you either need to modify the paths or use absolute paths when launching the app, so instead of just typing konqueor you would have to add a shortcut to /opt/trinity/bin/konquorer. This is probably true of other desktops as well but I haven't tried them.
I've done this before and it's easier to add TDE's paths to the global path. Something like:
# User added PATH="$PATH:/opt/trinity/bin" export PATH
Unfortunately:
A) I don’t remember where I added it. Possibly just the user’s .bashrc?
B) I don’t remember all the paths TDE apps use. Here’s a partial list from memory:
/opt/trinity/bin /opt/trinity/games
You can probably use:
find /opt/trinity -executable -type f
to find other directories you want/need.
Best, Michael