Utappia/uCareSystem

uCareSystem 24.06 version in Linux Lite 6.6 haw stopped working

cerebrux opened this issue · 3 comments

Moved comment c766c3f#commitcomment-144437077 here:

OK, I reinstalled the program and started it. It doesn't work. (see Screen1.jpg and Screen2.jpg). Calling it in the terminal didn't work either (see Screen3.jpg). The attempt to start the program as a script (previously copied from /bin/usr/ to /home/bbr/Desktop) was also unsuccessful (see Screen4.jpg).
Screen4
Screen3
Screen2
Screen1

Sorry, the order is from bottom to top. screenshot 1 is at the bottom, screenshot 4 is at the top.

@Benno726 please run the following command to do a workaround until I push a fix for your problem:

sed -i 's/^set -e/#set -e/' /usr/bin/ucaresystem-core

This will comment out the set -e in the program so that it doesn't exit prematurely.

Thank you very much. It works if I enter the command as superuser

sudo sed -i 's/^set -e/#set -e/' /usr/bin/ucaresystem-core

Thanks @Benno726 for helping me to pin point the Issue. I have good news ! I am currently testing a fix on Linux Lite 6.6 and Linux Lite 7.0. Hopefully within this week I will push an update that will permanently fix your issue.