- Status Closed
- Percent Complete
- Task Type Bugs
- Category
- Assigned To No-one
- Operating System
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#892 - Font, wps, and lang filenames not saved in system settings
In struct user_settings, the fields font_file, wps_file,
and lang_file are declared as only 20 characters long,
causing incomplete (wrong) file names to be saved when
the system settings are saved if the file names are
longer than 20 characters.
Firmware: CVS-030125
Model: Jukebox 5000
ROM: 5.06
USB: neg
ATA: 0×300 Mask: 0000
rb_dev@yahoo.com
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
This is not a bug, it is the designed and documented
behaviour: http://rockbox.haxx.se/lang/
Although this limitation is documented for the language and
font files, there is no mention of a file name length
limitation in the documentation for the wps (http://
rockbox.haxx.se/docs/custom_wps_format.html).
I understand that the config block size is limited because of
where you’ve chosen to save it on disk, but a max name length
of 20 + 4 for extension seems a bit small. In any case the
limitation should at least be documented on the wps format
doc page.
Agreed. Documentation updated.