Closed TeoColuccio closed 1 year ago
Hey @TeoColuccio ,
You pasted wrong content as log.
Also please share output of systemctl --user status gesture_improvements_gesture_daemon.service
to get status of service.
Also please share output of
systemctl --user status gesture_improvements_gesture_daemon.service
to get status of service.
Ok. It's strange, but the output is (with both the extension enabled and disabled):
Unit gesture_improvements_gesture_daemon.service could not be found.
@TeoColuccio that means you don't have service installed.
I'm guessing you installed it with sudo
.
First uninstall the service using sudo
again (in extracted folder of zip file)
sudo sh ./uninstall.sh
Then install without using sudo
Copying instruction from README of service
# Without sudo/root
sh install.sh # Reboot is needed after this
# ** OR ** to restart daemon, without rebooting
sh install.sh --restart
Ok, i tried, but i didn't solve, now the log is:
○ gesture_improvements_gesture_daemon.service - gesture improvements Gesture Daemon
Loaded: loaded (/home/teo/.config/systemd/user/gesture_improvements_gesture_daemon.service; static)
Active: inactive (dead)
nov 28 15:06:45 MsiPulse systemd[1728]: gesture_improvements_gesture_daemon.service: Main process exited, code=exited, status=203/EXEC
nov 28 15:06:45 MsiPulse systemd[1728]: gesture_improvements_gesture_daemon.service: Failed with result 'exit-code'.
nov 28 15:06:46 MsiPulse systemd[1728]: gesture_improvements_gesture_daemon.service: Scheduled restart job, restart counter is at 25.
nov 28 15:06:46 MsiPulse systemd[1728]: Stopped gesture improvements Gesture Daemon.
nov 28 15:06:47 MsiPulse systemd[1728]: Started gesture improvements Gesture Daemon.
nov 28 15:06:47 MsiPulse systemd[14149]: gesture_improvements_gesture_daemon.service: Failed to locate executable /root/.local/bin/gesture_improvements_gesture_daemon: Perm>
nov 28 15:06:47 MsiPulse systemd[14149]: gesture_improvements_gesture_daemon.service: Failed at step EXEC spawning /root/.local/bin/gesture_improvements_gesture_daemon: Per>
nov 28 15:06:47 MsiPulse systemd[1728]: gesture_improvements_gesture_daemon.service: Main process exited, code=exited, status=203/EXEC
nov 28 15:06:47 MsiPulse systemd[1728]: gesture_improvements_gesture_daemon.service: Failed with result 'exit-code'.
nov 28 15:06:47 MsiPulse systemd[1728]: Stopped gesture improvements Gesture Daemon.
Okay I think I see the issue, when you installed with sudo
first time, it modified file in extracted folder.
Please do this.
--restart
flag (without sudo)Please do this.
- Uninstall service (without sudo)
- Delete extracted folder
- Extract zip file again (download again you don't have zipfile)
- Install with
--restart
flag (without sudo)- Toggle extension
Thank you very much, that was exactly the problem. Following your steps I now have the fully functional extension. So I close the issue and thank you again.
I'm on debian testing, so gnome 43.1 and I've installed gesture-improvements via gnome-extensions. Testing it on wayland everything works fine. The problem is that due to some gnome graphical glitches, I'm currently forced to stay on x11 and here the gestures simply don't work. As if the extension is disabled… To start, I installed gnome-x11-gesture-daemon as per the guide and made sure my user is in the input group, but nothing changed. If it helps, by disabling the extension, this is the
journalctl -f -o cat /usr/bin/gnome-shell
log:whereas the
journalctl --user -f -o cat -u gesture_improvements_gesture_daemon.service
command, simply returns nothing.