touchpad-window-switcher-gnome-ext icon indicating copy to clipboard operation
touchpad-window-switcher-gnome-ext copied to clipboard

Not Working on Lenovo Ideapad 330s 15ARR

Open terezos opened this issue 5 years ago • 3 comments

terezos avatar Sep 23 '20 20:09 terezos

Hi! This is a work in progress, the last version of the extension isn’t on gnome extension. What version do you have? Are you on Wayland or Xorg? Are you running the python dbus server?

gonzaarcr avatar Sep 23 '20 21:09 gonzaarcr

I am using x11 and as for the python dbus server, no i don't think so, i kinda checked my system and didnt't find any info for that. What actions should i make, to make this work?

terezos avatar Sep 26 '20 14:09 terezos

You can’t receive touchpad event on gnome-shell on x11 out-of-the-box, so that’s why I made a python service that send the events. You can install the dependencies of the python service with

sudo apt install libinput-dev python3-pip
pip3 install python-libinput==0.1.0

And then run the service with python3 main.py

gonzaarcr avatar Sep 26 '20 21:09 gonzaarcr