Opened 2 years ago
Closed 2 years ago
#13556 closed defect (fixed)
Icon paths UI path not finding icons
Reported by: | Sandman1973 | Owned by: | antoniou79 |
---|---|---|---|
Priority: | normal | Component: | GUI |
Version: | Keywords: | path icons | |
Cc: | Game: |
Description
ScummVM 2.6.0pre11-g1732d0a5f8b (Jun 8 2022 05:45:35)
The UI is saving the path entered in to "Icon Path" on the "Paths" tab of "Options" in the ini file as "iconpath" and it should be "iconspath" (with an s).
As a result the "Misc" tab "Update Icons" claims the path is not found.
Change History (3)
comment:1 by , 2 years ago
comment:2 by , 2 years ago
The fix was merged to 2.7.0 (master) and backported to 2.6.0 (pre-release stable branch).
You will need to set the path again via the GUI, since it will now appear empty (the configuration key had a typo and is now corrected).
Thank you for the report.
comment:3 by , 2 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I've opened a PR for this with a potential fix here:
https://github.com/scummvm/scummvm/pull/3977