-
Notifications
You must be signed in to change notification settings - Fork 0
issues on RetroPie x86 #33
Comments
Hmm, regarding the first point, I have only tested it on a pi. Have to check if Second point should be the same issue. Only tested on pi. I will add some exception handling to it. |
Let me know if you need some log file to help the dashboard fixing. Cheers. |
if you want you could test with the sqlite branch and add a screenshot of the dashboard. I have changed a couple of panels on it. |
Interesting that the background is empty. That shouldn't be. |
Regaring the empty dashboard, it looks like the problem is within the integrated php webserver... it is fixed now. |
yeah, If you wanna make this tool available to other platforms than raspi you shouldn't hardcode the I make my tests/development in a x86 environment because it's on my laptop and I'm always carrying it with me, but I think it's useful for other users too. I think the scriptmodule in the RetroPie-Setup PR is at a very embryonic stage. I'll try to make something similar to what I made for RetroPie-Manager and submit to the same branch of your Pull Request there. |
Currently nothing is hardcoded :) but there is no config option for that yet. Defaults are set for raspi here. I already changed that at the setup process. I will add an admin panel later on as well for configuring. I appreciate your support with the scriptmodule :) if it is required I can also close my PR there. As soon as it is merged in the official RetroPie-Setup I will remove the scriptmodule's in my repository as well. |
It's not exactly required, but it can be a good idea since it would be cleaner to @joolswills review the code later. |
I tried to install yarman using your scriptmodule in my RetroPie x86 and the the packages php5 and php5-sqlite don't exist in the official Ubuntu/Linux Mint repositories...
Then I changed the script to install
php
andphp-sqlite
and it seems that yarman is able to run...The text was updated successfully, but these errors were encountered: