Botspot

Results 431 comments of Botspot

@ryanfortner, do you work much on electron apps? (Would you know how to recompile this?)

> There was a thread for ARM builds: https://forum.obsidian.md/t/builds-for-arm-architectures/5942/10 It was mostly people wanting arm64, however somebody did ask for armhf, but the thread just got closed... I saw that...

Does this run on Raspberry Pi?

Can Wine64 run 32-bit Windows apps? I'd be surprised if it **couldn't**.

Commenting on these lines of your script: ``` echo "Running Winecfg" winecfg || error "error running Winecfg" echo "Installing cabextract " "${DIRECTORY}/pkg-install" "cabextract" "$(dirname "$0")" || exit 1 ``` Doesn't...

> In my experience I need cabextract, or wine crashes with some programs What I'm asking is, why are we installing cabextract, *after* running winecfg? Are you sure winecfg doesn't...

This would go hand-in-hand with a change to move Pi-Apps data to ~/.config. And speaking of app-status, some apps install globally, others install locally, but many are partially installed both...

Would @ryanfortner be willing to test out uxplay to see if the performance is really worse or not?

> to write a app that is eligible script-wise for pi-apps you have to use the pi-apps app creator. Well not _necessarily_, but this is how it works in practice....

This is actually _really good_ for a first try. Comments on your install script: > wget https://github.com/chunky-milk/raspbian_repository/blob/master/debian/pool/rpiplay_20210320-1_armhf.deb -O /tmp/rpiplay.**deb||** error 'Failed to download .deb file' I think it'll be necessary...