Closed ghost closed 1 year ago
Hello,
I tried building this on Nobara (Steam Deck edition), building was successful, but after starting the service, I get the below error:
[230827_21:48:53 | handycon.py:85:__init__] Starting Handhend Game Console Controller Service... Traceback (most recent call last): File "/usr/local/bin/handycon", line 8, in <module> sys.exit(main()) ^^^^^^ File "/usr/local/lib/python3.11/site-packages/handycon/handycon.py", line 200, in main handycon = HandheldController() ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/handycon/handycon.py", line 89, in __init__ Path(HIDE_PATH).mkdir(parents=True, exist_ok=True) File "/usr/lib64/python3.11/pathlib.py", line 1116, in mkdir os.mkdir(self, mode) PermissionError: [Errno 13] Permission denied: '/dev/input/.hidden'
Hello,
I tried building this on Nobara (Steam Deck edition), building was successful, but after starting the service, I get the below error: