ShadowBlip / HandyGCCS

Handheld Game Console Controller Support (Handy Geeks) for Linux
GNU General Public License v3.0
81 stars 30 forks source link

Permission Denied Error #119

Closed ghost closed 1 year ago

ghost commented 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'