JoseExposito / touche

The desktop application to configure Touchégg
GNU General Public License v3.0
543 stars 26 forks source link

Options grayed out on GNOME 40 #57

Closed AnishDe12020 closed 2 years ago

AnishDe12020 commented 2 years ago

Describe the bug

I just updated to Pop OS 21.10 (uses GNOME 40.4) and suddenly my gestures get changed. I am also not able to customize anything in the app

Expected behaviour

I should be able to customize the gestures

Actual behaviour

I am not able to customize the gestures

Logs If required, include logs of the bug: ``` Gjs-Message: 19:16:52.694: JS LOG: Reading configuration file "/home/anish/.config/touchegg/touchegg.conf" Gjs-Message: 19:16:52.699: JS LOG: Saving global settings in the model Gjs-Message: 19:16:52.699: JS LOG: Saving gestures in the model Gjs-Message: 19:16:52.700: JS LOG: Adding gesture: SWIPE, UP, 4, GNOME_SHELL, All, enabled: true Gjs-Message: 19:16:52.700: JS LOG: Adding gesture: SWIPE, DOWN, 4, GNOME_SHELL, All, enabled: true Gjs-Message: 19:16:52.700: JS LOG: Adding gesture: SWIPE, UP, 3, GNOME_SHELL, All, enabled: true Gjs-Message: 19:16:52.700: JS LOG: Adding gesture: SWIPE, DOWN, 3, GNOME_SHELL, All, enabled: true Gjs-Message: 19:16:52.700: JS LOG: Adding gesture: SWIPE, LEFT, 3, GNOME_SHELL, All, enabled: true Gjs-Message: 19:16:52.701: JS LOG: Adding gesture: SWIPE, RIGHT, 3, GNOME_SHELL, All, enabled: true Gjs-Message: 19:16:52.701: JS LOG: Adding gesture: SWIPE, LEFT, 4, GNOME_SHELL, All, enabled: true Gjs-Message: 19:16:52.701: JS LOG: Adding gesture: SWIPE, RIGHT, 4, GNOME_SHELL, All, enabled: true Gjs-Message: 19:16:52.701: JS LOG: { "globalSettings": { "animation_delay": "150", "action_execute_threshold": "20", "color": "auto", "borderColor": "auto" }, "byId": { "SWIPE_UP_4_all": { "id": "SWIPE_UP_4_all", "gestureType": "SWIPE", "gestureDirection": "UP", "numberOfFingers": "4", "actionType": "GNOME_SHELL", "actionSettings": {}, "appName": "all", "enabled": true }, "SWIPE_DOWN_4_all": { "id": "SWIPE_DOWN_4_all", "gestureType": "SWIPE", "gestureDirection": "DOWN", "numberOfFingers": "4", "actionType": "GNOME_SHELL", "actionSettings": {}, "appName": "all", "enabled": true }, "SWIPE_UP_3_all": { "id": "SWIPE_UP_3_all", "gestureType": "SWIPE", "gestureDirection": "UP", "numberOfFingers": "3", "actionType": "GNOME_SHELL", "actionSettings": {}, "appName": "all", "enabled": true }, "SWIPE_DOWN_3_all": { "id": "SWIPE_DOWN_3_all", "gestureType": "SWIPE", "gestureDirection": "DOWN", "numberOfFingers": "3", "actionType": "GNOME_SHELL", "actionSettings": {}, "appName": "all", "enabled": true }, "SWIPE_LEFT_3_all": { "id": "SWIPE_LEFT_3_all", "gestureType": "SWIPE", "gestureDirection": "LEFT", "numberOfFingers": "3", "actionType": "GNOME_SHELL", "actionSettings": {}, "appName": "all", "enabled": true }, "SWIPE_RIGHT_3_all": { "id": "SWIPE_RIGHT_3_all", "gestureType": "SWIPE", "gestureDirection": "RIGHT", "numberOfFingers": "3", "actionType": "GNOME_SHELL", "actionSettings": {}, "appName": "all", "enabled": true }, "SWIPE_LEFT_4_all": { "id": "SWIPE_LEFT_4_all", "gestureType": "SWIPE", "gestureDirection": "LEFT", "numberOfFingers": "4", "actionType": "GNOME_SHELL", "actionSettings": {}, "appName": "all", "enabled": true }, "SWIPE_RIGHT_4_all": { "id": "SWIPE_RIGHT_4_all", "gestureType": "SWIPE", "gestureDirection": "RIGHT", "numberOfFingers": "4", "actionType": "GNOME_SHELL", "actionSettings": {}, "appName": "all", "enabled": true } }, "byAppName": { "all": [ "SWIPE_UP_4_all", "SWIPE_DOWN_4_all", "SWIPE_UP_3_all", "SWIPE_DOWN_3_all", "SWIPE_LEFT_3_all", "SWIPE_RIGHT_3_all", "SWIPE_LEFT_4_all", "SWIPE_RIGHT_4_all" ] } } Gjs-Message: 19:16:52.701: JS LOG: MainView Sidebar: Reloading application list Gjs-Message: 19:16:52.702: JS LOG: - all [SELECTED] Gjs-Message: 19:16:52.703: JS LOG: Sidebar: App with name "all" selected Gjs-Message: 19:16:52.703: JS LOG: MainView Content: Loading gestures for app with name: "all" Gjs-Message: 19:16:52.703: JS LOG: SwipeView: Loading 3 fingers swipes Gjs-Message: 19:16:52.703: JS LOG: {"id":"SWIPE_UP_3_all","gestureType":"SWIPE","gestureDirection":"UP","numberOfFingers":"3","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.706: JS LOG: Updating row settings Gjs-Message: 19:16:52.706: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.706: JS LOG: {"id":"SWIPE_DOWN_3_all","gestureType":"SWIPE","gestureDirection":"DOWN","numberOfFingers":"3","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.708: JS LOG: Updating row settings Gjs-Message: 19:16:52.708: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.708: JS LOG: {"id":"SWIPE_LEFT_3_all","gestureType":"SWIPE","gestureDirection":"LEFT","numberOfFingers":"3","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.710: JS LOG: Updating row settings Gjs-Message: 19:16:52.710: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.711: JS LOG: {"id":"SWIPE_RIGHT_3_all","gestureType":"SWIPE","gestureDirection":"RIGHT","numberOfFingers":"3","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.712: JS LOG: Updating row settings Gjs-Message: 19:16:52.712: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.712: JS LOG: SwipeView: Loading 4 fingers swipes Gjs-Message: 19:16:52.712: JS LOG: {"id":"SWIPE_UP_4_all","gestureType":"SWIPE","gestureDirection":"UP","numberOfFingers":"4","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.713: JS LOG: Updating row settings Gjs-Message: 19:16:52.713: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.714: JS LOG: {"id":"SWIPE_DOWN_4_all","gestureType":"SWIPE","gestureDirection":"DOWN","numberOfFingers":"4","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.715: JS LOG: Updating row settings Gjs-Message: 19:16:52.715: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.715: JS LOG: {"id":"SWIPE_LEFT_4_all","gestureType":"SWIPE","gestureDirection":"LEFT","numberOfFingers":"4","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.716: JS LOG: Updating row settings Gjs-Message: 19:16:52.716: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.717: JS LOG: {"id":"SWIPE_RIGHT_4_all","gestureType":"SWIPE","gestureDirection":"RIGHT","numberOfFingers":"4","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.718: JS LOG: Updating row settings Gjs-Message: 19:16:52.718: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.718: JS LOG: PinchView: Loading 3 fingers pinch Gjs-Message: 19:16:52.718: JS LOG: {"id":"PINCH_IN_2_all","gestureType":"PINCH","gestureDirection":"IN","numberOfFingers":2,"appName":"all","enabled":false} Gjs-Message: 19:16:52.719: JS LOG: Updating row settings Gjs-Message: 19:16:52.719: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.720: JS LOG: {"id":"PINCH_OUT_2_all","gestureType":"PINCH","gestureDirection":"OUT","numberOfFingers":2,"appName":"all","enabled":false} Gjs-Message: 19:16:52.721: JS LOG: Updating row settings Gjs-Message: 19:16:52.721: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.721: JS LOG: PinchView: Loading 3 fingers pinch Gjs-Message: 19:16:52.721: JS LOG: {"id":"PINCH_IN_3_all","gestureType":"PINCH","gestureDirection":"IN","numberOfFingers":3,"appName":"all","enabled":false} Gjs-Message: 19:16:52.723: JS LOG: Updating row settings Gjs-Message: 19:16:52.723: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.723: JS LOG: {"id":"PINCH_OUT_3_all","gestureType":"PINCH","gestureDirection":"OUT","numberOfFingers":3,"appName":"all","enabled":false} Gjs-Message: 19:16:52.725: JS LOG: Updating row settings Gjs-Message: 19:16:52.725: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.725: JS LOG: PinchView: Loading 4 fingers pinch Gjs-Message: 19:16:52.725: JS LOG: {"id":"PINCH_IN_4_all","gestureType":"PINCH","gestureDirection":"IN","numberOfFingers":4,"appName":"all","enabled":false} Gjs-Message: 19:16:52.727: JS LOG: Updating row settings Gjs-Message: 19:16:52.727: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.727: JS LOG: {"id":"PINCH_OUT_4_all","gestureType":"PINCH","gestureDirection":"OUT","numberOfFingers":4,"appName":"all","enabled":false} Gjs-Message: 19:16:52.728: JS LOG: Updating row settings Gjs-Message: 19:16:52.729: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.729: JS LOG: TapView: Loading tap list Gjs-Message: 19:16:52.729: JS LOG: {"id":"TAP_UNKNOWN_2_all","gestureType":"TAP","gestureDirection":"UNKNOWN","numberOfFingers":2,"appName":"all","enabled":false} Gjs-Message: 19:16:52.730: JS LOG: Updating row settings Gjs-Message: 19:16:52.730: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.730: JS LOG: {"id":"TAP_UNKNOWN_3_all","gestureType":"TAP","gestureDirection":"UNKNOWN","numberOfFingers":3,"appName":"all","enabled":false} Gjs-Message: 19:16:52.732: JS LOG: Updating row settings Gjs-Message: 19:16:52.732: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.732: JS LOG: {"id":"TAP_UNKNOWN_4_all","gestureType":"TAP","gestureDirection":"UNKNOWN","numberOfFingers":4,"appName":"all","enabled":false} Gjs-Message: 19:16:52.733: JS LOG: Updating row settings Gjs-Message: 19:16:52.733: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.733: JS LOG: {"id":"TAP_UNKNOWN_5_all","gestureType":"TAP","gestureDirection":"UNKNOWN","numberOfFingers":5,"appName":"all","enabled":false} Gjs-Message: 19:16:52.734: JS LOG: Updating row settings Gjs-Message: 19:16:52.734: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.734: JS LOG: MainView Content: Loading gestures for app with name: "all" Gjs-Message: 19:16:52.735: JS LOG: SwipeView: Loading 3 fingers swipes Gjs-Message: 19:16:52.735: JS LOG: {"id":"SWIPE_UP_3_all","gestureType":"SWIPE","gestureDirection":"UP","numberOfFingers":"3","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.736: JS LOG: Updating row settings Gjs-Message: 19:16:52.736: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.736: JS LOG: {"id":"SWIPE_DOWN_3_all","gestureType":"SWIPE","gestureDirection":"DOWN","numberOfFingers":"3","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.738: JS LOG: Updating row settings Gjs-Message: 19:16:52.738: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.738: JS LOG: {"id":"SWIPE_LEFT_3_all","gestureType":"SWIPE","gestureDirection":"LEFT","numberOfFingers":"3","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.739: JS LOG: Updating row settings Gjs-Message: 19:16:52.739: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.739: JS LOG: {"id":"SWIPE_RIGHT_3_all","gestureType":"SWIPE","gestureDirection":"RIGHT","numberOfFingers":"3","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.741: JS LOG: Updating row settings Gjs-Message: 19:16:52.741: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.741: JS LOG: SwipeView: Loading 4 fingers swipes Gjs-Message: 19:16:52.741: JS LOG: {"id":"SWIPE_UP_4_all","gestureType":"SWIPE","gestureDirection":"UP","numberOfFingers":"4","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.742: JS LOG: Updating row settings Gjs-Message: 19:16:52.742: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.742: JS LOG: {"id":"SWIPE_DOWN_4_all","gestureType":"SWIPE","gestureDirection":"DOWN","numberOfFingers":"4","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.744: JS LOG: Updating row settings Gjs-Message: 19:16:52.744: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.744: JS LOG: {"id":"SWIPE_LEFT_4_all","gestureType":"SWIPE","gestureDirection":"LEFT","numberOfFingers":"4","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.745: JS LOG: Updating row settings Gjs-Message: 19:16:52.745: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.745: JS LOG: {"id":"SWIPE_RIGHT_4_all","gestureType":"SWIPE","gestureDirection":"RIGHT","numberOfFingers":"4","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.746: JS LOG: Updating row settings Gjs-Message: 19:16:52.746: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.747: JS LOG: PinchView: Loading 3 fingers pinch Gjs-Message: 19:16:52.747: JS LOG: {"id":"PINCH_IN_2_all","gestureType":"PINCH","gestureDirection":"IN","numberOfFingers":2,"appName":"all","enabled":false} Gjs-Message: 19:16:52.748: JS LOG: Updating row settings Gjs-Message: 19:16:52.748: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.748: JS LOG: {"id":"PINCH_OUT_2_all","gestureType":"PINCH","gestureDirection":"OUT","numberOfFingers":2,"appName":"all","enabled":false} Gjs-Message: 19:16:52.749: JS LOG: Updating row settings Gjs-Message: 19:16:52.749: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.749: JS LOG: PinchView: Loading 3 fingers pinch Gjs-Message: 19:16:52.749: JS LOG: {"id":"PINCH_IN_3_all","gestureType":"PINCH","gestureDirection":"IN","numberOfFingers":3,"appName":"all","enabled":false} Gjs-Message: 19:16:52.751: JS LOG: Updating row settings Gjs-Message: 19:16:52.751: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.751: JS LOG: {"id":"PINCH_OUT_3_all","gestureType":"PINCH","gestureDirection":"OUT","numberOfFingers":3,"appName":"all","enabled":false} Gjs-Message: 19:16:52.752: JS LOG: Updating row settings Gjs-Message: 19:16:52.752: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.752: JS LOG: PinchView: Loading 4 fingers pinch Gjs-Message: 19:16:52.752: JS LOG: {"id":"PINCH_IN_4_all","gestureType":"PINCH","gestureDirection":"IN","numberOfFingers":4,"appName":"all","enabled":false} Gjs-Message: 19:16:52.754: JS LOG: Updating row settings Gjs-Message: 19:16:52.754: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.754: JS LOG: {"id":"PINCH_OUT_4_all","gestureType":"PINCH","gestureDirection":"OUT","numberOfFingers":4,"appName":"all","enabled":false} Gjs-Message: 19:16:52.755: JS LOG: Updating row settings Gjs-Message: 19:16:52.755: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.756: JS LOG: TapView: Loading tap list Gjs-Message: 19:16:52.756: JS LOG: {"id":"TAP_UNKNOWN_2_all","gestureType":"TAP","gestureDirection":"UNKNOWN","numberOfFingers":2,"appName":"all","enabled":false} Gjs-Message: 19:16:52.757: JS LOG: Updating row settings Gjs-Message: 19:16:52.757: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.758: JS LOG: {"id":"TAP_UNKNOWN_3_all","gestureType":"TAP","gestureDirection":"UNKNOWN","numberOfFingers":3,"appName":"all","enabled":false} Gjs-Message: 19:16:52.759: JS LOG: Updating row settings Gjs-Message: 19:16:52.759: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.759: JS LOG: {"id":"TAP_UNKNOWN_4_all","gestureType":"TAP","gestureDirection":"UNKNOWN","numberOfFingers":4,"appName":"all","enabled":false} Gjs-Message: 19:16:52.760: JS LOG: Updating row settings Gjs-Message: 19:16:52.760: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.761: JS LOG: {"id":"TAP_UNKNOWN_5_all","gestureType":"TAP","gestureDirection":"UNKNOWN","numberOfFingers":5,"appName":"all","enabled":false} Gjs-Message: 19:16:52.762: JS LOG: Updating row settings Gjs-Message: 19:16:52.762: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.847: JS LOG: Sidebar: App with name "all" selected Gjs-Message: 19:16:52.847: JS LOG: MainView Content: Loading gestures for app with name: "all" Gjs-Message: 19:16:52.847: JS LOG: SwipeView: Loading 3 fingers swipes Gjs-Message: 19:16:52.847: JS LOG: {"id":"SWIPE_UP_3_all","gestureType":"SWIPE","gestureDirection":"UP","numberOfFingers":"3","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.849: JS LOG: Updating row settings Gjs-Message: 19:16:52.849: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.849: JS LOG: {"id":"SWIPE_DOWN_3_all","gestureType":"SWIPE","gestureDirection":"DOWN","numberOfFingers":"3","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.851: JS LOG: Updating row settings Gjs-Message: 19:16:52.851: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.851: JS LOG: {"id":"SWIPE_LEFT_3_all","gestureType":"SWIPE","gestureDirection":"LEFT","numberOfFingers":"3","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.853: JS LOG: Updating row settings Gjs-Message: 19:16:52.853: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.854: JS LOG: {"id":"SWIPE_RIGHT_3_all","gestureType":"SWIPE","gestureDirection":"RIGHT","numberOfFingers":"3","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.856: JS LOG: Updating row settings Gjs-Message: 19:16:52.856: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.857: JS LOG: SwipeView: Loading 4 fingers swipes Gjs-Message: 19:16:52.857: JS LOG: {"id":"SWIPE_UP_4_all","gestureType":"SWIPE","gestureDirection":"UP","numberOfFingers":"4","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.860: JS LOG: Updating row settings Gjs-Message: 19:16:52.860: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.861: JS LOG: {"id":"SWIPE_DOWN_4_all","gestureType":"SWIPE","gestureDirection":"DOWN","numberOfFingers":"4","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.864: JS LOG: Updating row settings Gjs-Message: 19:16:52.864: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.864: JS LOG: {"id":"SWIPE_LEFT_4_all","gestureType":"SWIPE","gestureDirection":"LEFT","numberOfFingers":"4","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.867: JS LOG: Updating row settings Gjs-Message: 19:16:52.867: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.867: JS LOG: {"id":"SWIPE_RIGHT_4_all","gestureType":"SWIPE","gestureDirection":"RIGHT","numberOfFingers":"4","actionType":"GNOME_SHELL","actionSettings":{},"appName":"all","enabled":true} Gjs-Message: 19:16:52.870: JS LOG: Updating row settings Gjs-Message: 19:16:52.870: JS LOG: Action with type GNOME_SHELL does NOT have extra settings Gjs-Message: 19:16:52.870: JS LOG: PinchView: Loading 3 fingers pinch Gjs-Message: 19:16:52.870: JS LOG: {"id":"PINCH_IN_2_all","gestureType":"PINCH","gestureDirection":"IN","numberOfFingers":2,"appName":"all","enabled":false} Gjs-Message: 19:16:52.871: JS LOG: Updating row settings Gjs-Message: 19:16:52.871: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.872: JS LOG: {"id":"PINCH_OUT_2_all","gestureType":"PINCH","gestureDirection":"OUT","numberOfFingers":2,"appName":"all","enabled":false} Gjs-Message: 19:16:52.873: JS LOG: Updating row settings Gjs-Message: 19:16:52.873: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.873: JS LOG: PinchView: Loading 3 fingers pinch Gjs-Message: 19:16:52.873: JS LOG: {"id":"PINCH_IN_3_all","gestureType":"PINCH","gestureDirection":"IN","numberOfFingers":3,"appName":"all","enabled":false} Gjs-Message: 19:16:52.874: JS LOG: Updating row settings Gjs-Message: 19:16:52.874: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.875: JS LOG: {"id":"PINCH_OUT_3_all","gestureType":"PINCH","gestureDirection":"OUT","numberOfFingers":3,"appName":"all","enabled":false} Gjs-Message: 19:16:52.876: JS LOG: Updating row settings Gjs-Message: 19:16:52.876: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.876: JS LOG: PinchView: Loading 4 fingers pinch Gjs-Message: 19:16:52.876: JS LOG: {"id":"PINCH_IN_4_all","gestureType":"PINCH","gestureDirection":"IN","numberOfFingers":4,"appName":"all","enabled":false} Gjs-Message: 19:16:52.880: JS LOG: Updating row settings Gjs-Message: 19:16:52.880: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.880: JS LOG: {"id":"PINCH_OUT_4_all","gestureType":"PINCH","gestureDirection":"OUT","numberOfFingers":4,"appName":"all","enabled":false} Gjs-Message: 19:16:52.882: JS LOG: Updating row settings Gjs-Message: 19:16:52.882: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.882: JS LOG: TapView: Loading tap list Gjs-Message: 19:16:52.882: JS LOG: {"id":"TAP_UNKNOWN_2_all","gestureType":"TAP","gestureDirection":"UNKNOWN","numberOfFingers":2,"appName":"all","enabled":false} Gjs-Message: 19:16:52.884: JS LOG: Updating row settings Gjs-Message: 19:16:52.884: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.884: JS LOG: {"id":"TAP_UNKNOWN_3_all","gestureType":"TAP","gestureDirection":"UNKNOWN","numberOfFingers":3,"appName":"all","enabled":false} Gjs-Message: 19:16:52.886: JS LOG: Updating row settings Gjs-Message: 19:16:52.886: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.886: JS LOG: {"id":"TAP_UNKNOWN_4_all","gestureType":"TAP","gestureDirection":"UNKNOWN","numberOfFingers":4,"appName":"all","enabled":false} Gjs-Message: 19:16:52.887: JS LOG: Updating row settings Gjs-Message: 19:16:52.887: JS LOG: Action with type undefined does NOT have extra settings Gjs-Message: 19:16:52.888: JS LOG: {"id":"TAP_UNKNOWN_5_all","gestureType":"TAP","gestureDirection":"UNKNOWN","numberOfFingers":5,"appName":"all","enabled":false} Gjs-Message: 19:16:52.889: JS LOG: Updating row settings Gjs-Message: 19:16:52.889: JS LOG: Action with type undefined does NOT have extra settings ```

Attach Touchégg configuration, placed at ~/.config/touchegg/touchegg.conf, if you consider it relevant.

Can't attach due to GitHub restriction but the contents -

Touchegg Config 150 20 auto auto

Your environment

JoseExposito commented 2 years ago

Does Pop!_OS include X11 Gestures by default now? You can check it in the "Extensions" app.

It looks like GitHub mangled your config copy&paste, you can attach it by adding a .txt extension or by copy and paste it in a code block.

Anyway, the easiest fix it to open your config file with a text editor, remove every gesture that has GNOME_SHELL as action and log out and in.

The extension will take care to re-add the used gestures where needed. If you have problems editing your config, attach it and I'll do it for you :)

AnishDe12020 commented 2 years ago

Does Pop!_OS include X11 Gestures by default now? You can check it in the "Extensions" app.

It looks like GitHub mangled your config copy&paste, you can attach it by adding a .txt extension or by copy and paste it in a code block.

Anyway, the easiest fix it to open your config file with a text editor, remove every gesture that has GNOME_SHELL as action and log out and in.

The extension will take care to re-add the used gestures where needed. If you have problems editing your config, attach it and I'll do it for you :)

Hey, forgot to update the comment but I was successful in editing the gestures by updating the config. Thanks for the reply though :D

JoseExposito commented 2 years ago

No problem, I'm glad it's working.