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
maybe it is not necessary to have several ApplicationLauncher instances for different Linux versions with different terminals (like now) but it is possible to just start bash directly with application launcher like bash /opt/asterics-ergo/app/start.sh
With #131 a autostart of
irserver
was implemented, soirserver
is started everytime a irTrans command is sent and there is no connection toirserver
.While on Windows this autostart can be done in background, on Linux unfortunately it is necessary to run
irserver
withroot
priviledges and therefore there has to be some kind of password prompt. Currentlyirserver
is started by https://github.com/asterics/AsTeRICS-Ergo/blob/master/custom/bin/ARE/tools/start_irserver.sh skript in a terminal, where the password has to be inserted. This could be prettier solved with e.g.gksudo
orkdesudo
.see https://github.com/asterics/P4AllBuildingBlocks/blob/master/CameraInput/XFacetrackerLK/package/linux/postinst.sudo#L66 how this could be solved in a script.
The best thing would be to patch
irserver
in order to not need admin priviledges - but this is not an easy task: https://github.com/asterics/IRTrans-ServerThe text was updated successfully, but these errors were encountered: