Opened 2 years ago
Closed 2 years ago
#13538 closed feature request (fixed)
GUI: Add default Icon Path
Reported by: | Thunderforge | Owned by: | Thunderforge |
---|---|---|---|
Priority: | normal | Component: | GUI |
Version: | Keywords: | icon | |
Cc: | Game: |
Description
ScummVM 2.6.0 includes the new Icon GUI. However, there is no default Icon Path set, so ScummVM has no way to download it without additional user configuration.
Reproduction Steps
- From the launcher, click "Global Options…"
- Under the "Paths" tab, click the X button near "Icon Path" to set to default, which will appear as "None"
- Under the "Misc" tab, click "Update Icons", which will fail with
ERROR: No Icons path set
Suggested Paths
While each platform will need to set a default path, we can probably close this ticket if Windows, macOS, and the most common Linux distros support it. Suggested paths are:
- Windows:
%APPDATA%\ScummVM\
- macOS:
~/Library/Application Support/ScummVM
- Linux:
~/.local/share/scummvm/
Change History (1)
comment:1 by , 2 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Implemented in PR #4024.