We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Debian Testing with GNOME Shell 3.34.4
TypeError: comp[1] is undefined Stack trace: _listPointingDevices@/home/chris/.local/share/gnome-shell/extensions/touchpad-indicator@orangeshirt/xinput.js:60:13 _init@/home/chris/.local/share/gnome-shell/extensions/touchpad-indicator@orangeshirt/xinput.js:42:32 XInput@/home/chris/.local/share/gnome-shell/extensions/touchpad-indicator@orangeshirt/xinput.js:37:9 TouchpadIndicatorSettings@/home/chris/.local/share/gnome-shell/extensions/touchpad-indicator@orangeshirt/prefs.js:44:22 buildPrefsWidget@/home/chris/.local/share/gnome-shell/extensions/touchpad-indicator@orangeshirt/prefs.js:239:20 _showPrefs@resource:///org/gnome/shell/extensionPrefs/main.js:57:22 _extensionsLoaded@resource:///org/gnome/shell/extensionPrefs/main.js:320:13 _scanExtensions/<@resource:///org/gnome/shell/extensionPrefs/main.js:298:13 asyncCallback@resource:///org/gnome/gjs/modules/overrides/Gio.js:132:13 main@resource:///org/gnome/shell/extensionPrefs/main.js:707:5 @<main>:1:43
The text was updated successfully, but these errors were encountered:
I had a look into xinput.js:60:13
let comp = Lib.executeCmdSync('xinput --list'); let allDeviceLines = comp[1].split('\n');
Found out xinput was missing on my new system....
But perhaps checking if xinput is available and throwing an error with a more helpful message might be an idea ;)
Sorry, something went wrong.
Yup, checking beforehand would be better.
Done via a1e088b. https://github.com/user501254/TouchpadIndicator/blob/a1e088b35e40391d07f47d9251c8fb87ba45d41a/xinput.js#L61-L67
askmrsinh
No branches or pull requests
On Debian Testing with GNOME Shell 3.34.4
The text was updated successfully, but these errors were encountered: