Actions
Bug #871
closeddesktop.sh is badly written
Start date:
10 Nov 2021
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
It's written like an init script but has problems.
- Fails to allow appmgr to run launcher with logging.
- Should either use appmgr -d or start-stop-daemon.
- Should use start-stop-daemon.
Updated by Hammel almost 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
desktop.sh updated to use start-stop-daemon. appmgr already supports config file so use of start-stop-daemon should allow logging to work where -d option doesn't.
S99UI doesn't really need updating. Will leave it be for now.
Changes committed and pushed.
Closing issue.
Actions