Changes between Initial Version and Version 4 of Ticket #22833
- Timestamp:
- 2023-03-22T19:36:49+01:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22833
- Property Cc added
- Property Summary Command line arguments are overwritten by /etc/default/josm → [Patch] Command line environment variables are overwritten by /etc/default/josm
-
Ticket #22833 – Description
initial v4 3 3 4 4 ==== What is the expected result? 5 JOSM starts with appropriate assigned memory and JOSM dirs plus all arguments set in `/etc/default/josm` and `/usr/bin/josm`5 JOSM starts with appropriate assigned memory and JOSM dirs plus all environment variables set in `/etc/default/josm` and `/usr/bin/josm` 6 6 7 7 ==== What happens instead? 8 All arguments are present but the assigned memory value is taken from `/etc/default/josm`.8 All environment variables are present but the assigned memory value is taken from `/etc/default/josm`. 9 9 10 10 ==== Please provide any additional information below. Attach a screenshot if possible.