mohamed-badaoui / asus-touchpad-numpad-driver

Activate Numpad inside the touchpad with top right corner switch
301 stars 70 forks source link

Install Script Tries to Place Service File in Wrong Directory for Solus OS #60

Closed moore-bryan closed 3 years ago

moore-bryan commented 3 years ago

During install on my Solus 4.3 machine, the script threw an error: ./install.sh: line 98: /lib/systemd/system/asus_touchpad_numpad.service: No such file or directory Failed to enable unit: Unit file asus_touchpad_numpad.service does not exist. Something gone wrong while enabling asus_touchpad_numpad.service

Changing line 98 from installing the service file in /lib/systemd/system/ to /etc/systemd/system/ solved the issue for me.

Fantastic work on this!

kawaegle commented 3 years ago

maybe an error with the different os.

I guess that because i'm only working on ubuntu and on arch never try other distribution but maybe i'm going to add some OS to test

btw thx for the issue

(if your issue is done please close it)

moore-bryan commented 3 years ago

I'm sure it's something distro related; although, I didn't think Arch- or Debian-based systems put systemd services files in /lib... Learned something knew! :-)

My more serious issue is in this bug. Essentially, using this service won't permit X to start. Fun, huh?

mohamed-badaoui commented 3 years ago

service path fixed by https://github.com/mohamed-badaoui/asus-touchpad-numpad-driver/commit/03b8b2c3e706db9288c58338394a3a26f9f47db4