Jonius7 / SteamUI-OldGlory

A set of customisable Steam Library tweaks, with an installer. Also a reference that you can use to learn how to make your own tweaks.
https://jonius7.github.io
Apache License 2.0
253 stars 5 forks source link

install script requires both python-jsbeautify and js-beautifier which are in conflict with eachother #102

Closed NilTPL closed 5 months ago

NilTPL commented 1 year ago

i can't use the install script without having both those packages installed, but i cant install both of them at once

distro: arch linux package manager: pacman aur helper: yay

Jonius7 commented 1 year ago

OldGlory should only need jsbeautifier not sure what python-jsbeautify is

NilTPL commented 1 year ago

image either way, this is what i get running python old_glory.py

Jonius7 commented 1 year ago

Since 5.12, you'll also need to install Rust, create a Python virtual environment and run maturin develop I'll try settting up a Linux Virtual Machine so I can inform you of further steps you need to take.

Jonius7 commented 1 year ago

I have added some details to the Linux page in the Wiki: https://github.com/Jonius7/SteamUI-OldGlory/wiki/Linux

I have successfully got it running in Linux Mint, though with the following error: https://imgur.com/a/3eZsXVb

This means CSS tweaks are working, but JS tweaks aren't.

NilTPL commented 1 year ago

Thanks,

although building this on arch is a pain, you might want somebody to look into that

Jonius7 commented 5 months ago

I have successfully got it running in Linux Mint, though with the following error: https://imgur.com/a/3eZsXVb

This means CSS tweaks are working, but JS tweaks aren't.

Turns out fixes.txt had CRLF line endings (from Windows), converting the file to use LF line endings fixed the error.