This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11019 - Load background images with --root option on UI Simulator
Attached to Project:
Rockbox
Opened by Fred Bauer (freddyb) - Monday, 15 February 2010, 21:13 GMT+2
Last edited by Fred Bauer (freddyb) - Thursday, 09 September 2010, 20:40 GMT+2
Opened by Fred Bauer (freddyb) - Monday, 15 February 2010, 21:13 GMT+2
Last edited by Fred Bauer (freddyb) - Thursday, 09 September 2010, 20:40 GMT+2
|
DetailsThe purpose of this patch is to allow the simulator to load a background image when specifying the root directory. The current code ignores the --root option and tries to load from the current working directory. This patch will try to load the image from the parent of the given root directory.
|
This task depends upon
Closed by Fred Bauer (freddyb)
Thursday, 09 September 2010, 20:40 GMT+2
Reason for closing: Rejected
Additional comments about closing: No interest in running the UI simulator from outside the build directory.
Thursday, 09 September 2010, 20:40 GMT+2
Reason for closing: Rejected
Additional comments about closing: No interest in running the UI simulator from outside the build directory.
builddir/rockboxui executable
builddir/UI256.bmp background image
builddir/simdisk/ root dir of the simulator
Also, I think that whatever is done, the current working directory should be tried first.