askmrsinh / touchpad-indicator

Touchpad management GNOME Shell Extension.
https://extensions.gnome.org/extension/131/touchpad-indicator/
GNU General Public License v2.0
83 stars 20 forks source link

Fixes issues with gnome-shell 40 #73

Closed c84c closed 2 years ago

c84c commented 2 years ago

Resolves #70

  1. Convert Settings.ui to gtk4
  2. Fix code to work with gtk4
  3. Fix issue in event of missing xinput
  4. Add Makefile for development common operations
  5. Upgrade manifest.json to gnome-shell 40

    Testing enviroment:

image

askmrsinh commented 2 years ago

Looks good! Thank you!