From 5611cf1abd5f39bbe5cbc04ac332a03a4084b128 Mon Sep 17 00:00:00 2001 From: lod Date: Mon, 30 Jun 2025 13:27:23 +0200 Subject: [PATCH] use libspc_ctrl.so path the AUR package installs it in --- SpaceBridge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SpaceBridge.py b/SpaceBridge.py index 501e833..a4dd183 100644 --- a/SpaceBridge.py +++ b/SpaceBridge.py @@ -5,7 +5,7 @@ import time import threading import sys import os -from evdev import UInput, ecodes, AbsInfo # pip install evdev +from evdev import UInput, ecodes, AbsInfo import logging # Logging levels used in this script: logging.ERROR, logging.WARNING, logging.INFO, logging.DEBUG @@ -23,7 +23,7 @@ def setup_logging(level=LOGLEVEL): logger = logging.getLogger("SpaceControl") # --- Configuration --- -SC_LIB_PATH = "/opt/SpaceControl/lib/libspc_ctrl.so" # Verify this path +SC_LIB_PATH = "/usr/lib/spacecontrol/lib/libspc_ctrl.so" # Verify this path # --- Device Enablement Flags --- # Set to True to enable the corresponding virtual device, False to disable.