Happyrobot33 / PVEThemes

Patcher to add custom themes to Proxmox WebUI
64 stars 7 forks source link

Theme doesn't load. Python issue? #14

Closed igiffrekt closed 1 week ago

igiffrekt commented 2 months ago

Hey, after installing the theme and reloaded browser with cache delete, I don't see any change. I tried running python3 PVEThemes.py but then I get the following:

FATAL: requirements missing, please run 'pip3 install -r requirements.txt'

Is there something I can try to make it work? (Proxmox VE8.2.4)

Happyrobot33 commented 2 months ago

There is python packages you need to install to run the installer. Run that recommended command and it should allow you to run the program properly

Happyrobot33 commented 2 months ago

huh, upon fixing another bug it seems python has changed how this works..... which is annoying. Need to figure out a fix for this

Happyrobot33 commented 2 months ago

should be fixed in the latest version

do this to get up to date

git pull
chmod +x install.sh
./install.sh

it should all work at that point. Make sure to use the run.sh shell script instead of running the python file directly now

Jopo-JP commented 1 month ago

I just installed the theme but couldn't see any change in appearance and didn't have an error message either.

I emptied the cache but no change. Do I have to consider something else?

Happyrobot33 commented 1 month ago

I just installed the theme but couldn't see any change in appearance and didn't have an error message either.

I emptied the cache but no change. Do I have to consider something else?

You should have more options in the appearance selector you fan access via the buttons on the top right of the UI

Jopo-JP commented 1 month ago

I just installed the theme but couldn't see any change in appearance and didn't have an error message either.

I emptied the cache but no change. Do I have to consider something else?

You should have more options in the appearance selector you fan access via the buttons on the top right of the UI

I just rebooted the system and now it seems to be working.

Thanks!

Happyrobot33 commented 1 week ago

Hey, after installing the theme and reloaded browser with cache delete, I don't see any change. I tried running python3 PVEThemes.py but then I get the following:

FATAL: requirements missing, please run 'pip3 install -r requirements.txt'

Is there something I can try to make it work? (Proxmox VE8.2.4)

Just reminding you about this, otherwise I am going to close this issue. You can re open it if its still a issue