LeonEstrak
LeonEstrak
UBUniversal Blue
Created by B0BB13 on 10/30/2024 in #🛟bazzite-help
Oversteer needs an updated package since it's not recognizing the Python version.
Yep. Doing exactly that. But it turns out i still cant use my wheel LEDs even with oversteer. I guess that is still not supported right now since this exists https://github.com/IvanVojtko/logitech-linux-rpm-led/
25 replies
UBUniversal Blue
Created by B0BB13 on 10/30/2024 in #🛟bazzite-help
Oversteer needs an updated package since it's not recognizing the Python version.
Nope. Inside. I did distrobox-enter then i ran this
25 replies
UBUniversal Blue
Created by B0BB13 on 10/30/2024 in #🛟bazzite-help
Oversteer needs an updated package since it's not recognizing the Python version.
That does have a very small chance of working. The reason i say a very small chance is cuz i tried to manually build the package and install it. And i faced a permission error.
OSError: [Errno 30] Read-only file system: '/usr/local/share/icons/hicolor/scalable/apps/org.berarma.Oversteer.svg'

ERROR: Unhandled python OSError. This is probably not a Meson bug, but an issue with your build environment.
FAILED: meson-internal__install
/usr/bin/meson install --no-rebuild
ninja: build stopped: subcommand failed.
OSError: [Errno 30] Read-only file system: '/usr/local/share/icons/hicolor/scalable/apps/org.berarma.Oversteer.svg'

ERROR: Unhandled python OSError. This is probably not a Meson bug, but an issue with your build environment.
FAILED: meson-internal__install
/usr/bin/meson install --no-rebuild
ninja: build stopped: subcommand failed.
I am assuming when Kyle forked and created oversteer.spec, some of the setup steps or build steps were modified such that it will not try to modify anything in the immutable locations. Without going through those steps from Kyle, i am doubtful it will work.
25 replies
UBUniversal Blue
Created by B0BB13 on 10/30/2024 in #🛟bazzite-help
Oversteer needs an updated package since it's not recognizing the Python version.
For now i have given up on installing this until this is fixed or some crazy idea pops up somehow. I have gone ahead and installed the flatpak version. It seems to be running but my original problem still does not look like is being solved. My led indicators on the G29 don't seem to be working when i play a game. I thought oversteer would have some option to fix that. But atleast in the flatpak version, i don't see anything.
25 replies
UBUniversal Blue
Created by B0BB13 on 10/30/2024 in #🛟bazzite-help
Oversteer needs an updated package since it's not recognizing the Python version.
Thanks Hikari. So it seems the command being run is
distrobox enter -n fedora -- bash -c 'sudo dnf copr enable -y kylegospo/oversteer && sudo dnf install -y oversteer && distrobox-export --app oversteer'
distrobox enter -n fedora -- bash -c 'sudo dnf copr enable -y kylegospo/oversteer && sudo dnf install -y oversteer && distrobox-export --app oversteer'
The exact error is nothing provides python(abi) = 3.12 needed by oversteer-0.0.git.362.0561f316-1.fc41.noarch from copr:copr.fedorainfracloud.org:kylegospo:oversteer I extracted the package itself to check the spec file. Now as far as i understand this does not seem to be stemming directly from the forked package itself but one of it's python dependencies. Since nowhere in the oversteer.spec did i see a version number specified. Not sure if there is a workaround for this currently. If anybody has any ideas, feel free to suggest.
25 replies
UBUniversal Blue
Created by B0BB13 on 10/30/2024 in #🛟bazzite-help
Oversteer needs an updated package since it's not recognizing the Python version.
Is there somewhere i can find the script that is executed when i run ujust install-oversteer ? I can take a look and maybe debug until an official fix is rolled out
25 replies