tuxedocomputers / tuxedo-tomte

Magic housekeeping package for TUXEDO books
https://www.tuxedocomputers.com/en/What-is-TUXEDO-Tomte.tuxedo
Other
37 stars 11 forks source link

Ensure that spawned apps like dpkg are using C messages #8

Closed Skywalker13 closed 2 years ago

Skywalker13 commented 2 years ago

It prevents errors (in a french system for example):

Use of uninitialized value  in concatenation (.) or string at src/tuxedo-tomte line 4357.
E: Aucun paquet n'a été trouvé
Use of uninitialized value  in concatenation (.) or string at src/tuxedo-tomte line 4357.
E: Aucun paquet n'a été trouvé
Use of uninitialized value  in concatenation (.) or string at src/tuxedo-tomte line 4357.
E: Aucun paquet n'a été trouvé
Use of uninitialized value  in concatenation (.) or string at src/tuxedo-tomte line 4357.
E: Aucun paquet n'a été trouvé
Use of uninitialized value  in concatenation (.) or string at src/tuxedo-tomte line 4357.
E: Aucun paquet n'a été trouvé
Use of uninitialized value  in concatenation (.) or string at src/tuxedo-tomte line 4357.
E: Aucun paquet n'a été trouvé
Emohr-Tuxedo commented 2 years ago

Thank you for your support.

I have added that line into the code. There are as well several changes at how relevant parts of how programs are called by Tomte. That might as well have solved the issue. Anyway, this does not harm anything and will be released with the next Tomte release.

To simplify the process, please close this issue yourself as the code will be online next week.

Thanks

Skywalker13 commented 2 years ago

Thank you