libretro / scummvm

ScummVM main repository
https://www.scummvm.org
GNU General Public License v3.0
4 stars 6 forks source link

Problem with changing themes #14

Closed KamiLordus closed 1 year ago

KamiLordus commented 1 year ago

Description

I downloaded scummvm.zip from here: https://buildbot.libretro.com/assets/system/ScummVM.zip and extracted to RA/system/scummvm/ In RA I loaded scummvm core and ran it. Then I set path to extra, and theme. In the GUI/Theme tab, the only thing that is displayed is the builtin classic theme. Can it be fixed somehow?

Expected behavior

Changing the theme to something other than classic (e.g. modern)

Actual behavior

Themes cannot be changed

Screenshots

1

2

Version/Commit

Environment information

spleen1981 commented 1 year ago

I guess it's a matter of giving the buildbot the time to get aligned, the new core version has just been issued. You should wait and try to download again ScummVM.zip later.

KamiLordus commented 1 year ago

Scummvm does not detect buildbot themes as of 2023.03.02. I solved the problem by downloading themes from: https://github.com/scummvm/scummvm/tree/master/gui/themes I noticed that the THEMERC files from the zip archive are different from those from the liberto buildbot. @spleen1981 can you update and upload these files to buildbot?

spleen1981 commented 1 year ago

Scummvm does not detect buildbot themes as of 2023.03.02

That was still aligned to the previous core version. If you check now there is the updated one.

The scummvm.zip file is not updated or uploaded manually, but it's built on the fly calling make datafiles from the core repo.

This is also the suggested way to build it locally.

KamiLordus commented 1 year ago

Thanks for your help and explanation. Now everything works fine.