- Status Closed
- Percent Complete
- Task Type Bugs
- Category Settings
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#13378 - Main Menu Reordering and Maintain a List of Recent Bookmarks both broken
Only tested on build a1e4385a (haven’t bisected yet)
Main menu reordering works, until you reboot the device or plug in USB and then unplug it. Then you will only have Resume Playback and Settings in your main menu.
Workaround: delete the “root menu order:” line from the config file, the default ordering comes back ok.
To reproduce:
- Go to the main_menu_config.rock plugin, move some stuff around (I did Resume Playback to the very top) and save it.
- Note that it worked correctly on the main menu
- Reboot the device
- main menu broken
Secondarily (and actually possibly more importantly?) Recent Bookmarks doesn’t seem to stay either.
To reproduce:
- Enable Maintain a List of Recent Bookmarks = One per playlist
- Note that the entry exists in the main menu
- Reboot
- entry gone
Closed by Bilgus
2022-12-09 02:32
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2022-12-09 02:32
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
https://git.rockbox.org/c git/rockbox.git/commit/?id=3555e84a7a
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
just as a note: apparently a89f279fd4 is ok on the recent bookmark side
Both appear to be ok as of f3b522cac
And the culprit for both appears to be 90bc76956
I have checked it the Problem is the Patch
https://git.rockbox.org/cgit/rockbox.git/commit/?id=90bc76956c1a6cd29a9120a4bafa3bbdfe39f428
I have localy removed it and the Probleme is gone.