christianhaitian / arkos

Another rockchip Operating System
MIT License
1.47k stars 83 forks source link

ThemeMaster Preview #1153

Open lauren7ino opened 3 weeks ago

lauren7ino commented 3 weeks ago

Hi, Does ThemeMaster preview work in ArkOS? https://github.com/JohnIrvine1433/ThemeMaster/issues/36#issuecomment-2295376933

christianhaitian commented 3 weeks ago

It should but image-viewer is not displaying anything for some reason. Shows no error upon execution and strace shows a bunch of errors related to files it's looking for. I tried to compile my own version but it's resulting in the same issue. replacing image-viewer with ffplay works fine though but not sure john would want to incorporate that.

JohnIrvine1433 commented 3 weeks ago

@christianhaitian the binary works just fine on latest ArkOS release for 351P, any idea what could have changed in latest ArkOS releases with SDL2 libraries? PS : I've rewritten the image viewer as I had some problems running it on ROCKNIX, I've created a new repository for the new code : https://github.com/JohnIrvine1433/ThemeMaster-Image-Viewer

christianhaitian commented 3 weeks ago

@JohnIrvine1433 Do you mean the latest forked release by Wummle or Slayer366 for the 351P? I haven't updated ArkOS for the 351P since 2021. For supported devices, SDL is currently at 2.30.3. All I get is a black screen on there on supported rk3566 and rk3326 devices using the included image viewer or building from the original source. I tried going back to previous versions SDL2 but same results with all of the ones I tried. 2.10, 2.16, 2.18.2 and so on. Not sure what changed to cause this issue honestly.

JohnIrvine1433 commented 2 weeks ago

I have been able to reproduce the bug, it seems ArkOS doesn't like my new image build... which I made for it to run on ROCKNIX... I'll try to find a solution

christianhaitian commented 2 weeks ago

@JohnIrvine1433 I think so but i'm not 100 percent sure.