Package Details: oversteer 0.8.1-1

Git Clone URL: https://aur.archlinux.org/oversteer.git (read-only, click to copy)
Package Base: oversteer
Description: Graphical application to configure Logitech Wheels
Upstream URL: https://github.com/berarma/oversteer
Keywords: simracing tool wheels
Licenses: GPL3
Submitter: dnmodder
Maintainer: brody
Last Packager: brody
Votes: 16
Popularity: 0.27
First Submitted: 2019-07-01 23:03 (UTC)
Last Updated: 2024-01-26 23:55 (UTC)

Latest Comments

brody commented on 2023-05-29 09:29 (UTC)

@xiota thanks for the hint.

kamelie1706 commented on 2022-02-12 18:25 (UTC)

It seems to work correctly I need to run it as root/sudo. There are some hints about permission on the project page but did not get it all :-(

Chryseus commented on 2021-12-22 23:10 (UTC)

python-cairo is required to use this, it's an optional dependency of python-matplotlib, I don't know what the criteria is for the backend selection in matplotlib, but for me it's defaulting to GTK3Cairo, making python-cairo a dependency.

dnmodder commented on 2021-05-14 23:15 (UTC)

@katt I don't know what distribution you are using, but in Manjaro and Arch Linux, python-xdg and python-pyxdg are equivalent, I mean, when installing python-xdg it automatically chooses python-pyxdg, so for now I don't see the need to change that, and about python-cairo, this is not an application dependency, it does not appear in the compilation instructions nor is there any reference in source code to the python-cairo library.

katt commented on 2021-05-14 14:54 (UTC) (edited on 2021-05-14 14:56 (UTC) by katt)

Needs python-cairo, also needs to depend on python-pyxdg rather than python-xdg:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/matplotlib/backends/backend_cairo.py", line 15, in <module>
    import cairo
ModuleNotFoundError: No module named 'cairo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/matplotlib/backends/backend_cairo.py", line 21, in <module>
    import cairocffi as cairo
ModuleNotFoundError: No module named 'cairocffi'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/bin/oversteer", line 51, in <module>
    from oversteer.application import Application
  File "/usr/lib/python3.9/site-packages/oversteer/application.py", line 5, in <module>
    from oversteer.gui import Gui
  File "/usr/lib/python3.9/site-packages/oversteer/gui.py", line 20, in <module>
    from .combined_chart import CombinedChart
  File "/usr/lib/python3.9/site-packages/oversteer/combined_chart.py", line 3, in <module>
    from matplotlib.backends.backend_gtk3cairo import FigureCanvasGTK3Cairo as FigureCanvas
  File "/usr/lib/python3.9/site-packages/matplotlib/backends/backend_gtk3cairo.py", line 3, in <module>
    from . import backend_cairo, backend_gtk3
  File "/usr/lib/python3.9/site-packages/matplotlib/backends/backend_cairo.py", line 23, in <module>
    raise ImportError(
ImportError: cairo backend requires that pycairo>=1.11.0 or cairocffi is installed
Traceback (most recent call last):
  File "/usr/bin/oversteer", line 51, in <module>
    from oversteer.application import Application
  File "/usr/lib/python3.9/site-packages/oversteer/application.py", line 5, in <module>
    from oversteer.gui import Gui
  File "/usr/lib/python3.9/site-packages/oversteer/gui.py", line 16, in <module>
    from xdg.BaseDirectory import save_config_path
ModuleNotFoundError: No module named 'xdg.BaseDirectory'

ggnoredo commented on 2021-04-15 18:06 (UTC)

It's out of date and missing a very good update

Gonzo2028 commented on 2020-02-08 19:21 (UTC)

i rebooted, same.

dnmodder commented on 2020-02-04 23:13 (UTC)

@Gonzo2028 reboot and if your problem persists, open an issue in github with the description of the problem and the steps you have taken.

Gonzo2028 commented on 2020-02-04 20:37 (UTC)

I need to use sudo to see the device. What can i do?