lunaneff / gnome-shell-extension-zenbook-duo

GNU General Public License v3.0
14 stars 10 forks source link

Brightness not working on Fedora 37 (38beta) #13

Open allofmex opened 1 year ago

allofmex commented 1 year ago

Extension does not set ScreenPad brightness on Fedora 37.

I am using fork mjollnir14/gnome-shell-extension-zenbook-duo since Gnome 43 PR https://github.com/laurinneff/gnome-shell-extension-zenbook-duo/pull/11 is still not merged.

After login, Extension is showing enabled in ExtensionManager. If I disable it, it shows error this._brightnessSlider is undefined and cannot be re-enabled (until next login).

journalctl /usr/bin/gnome-shell -f -o cat shows Error: Failed to add keybinding: 'Tools'

Calling /usr/local/bin/screenpad-$USER set 10 is working, brightness of screenpad changes (But I still had to call sudo ./installer.sh --prefix /usr --suffix $USER --extension-path ../ install manually after extension setup, it is not running automatically (as already mentioned in Issue https://github.com/laurinneff/gnome-shell-extension-zenbook-duo/issues/5)

Screenshot key is not woking too (error Failed to execute child process "gnome-screenshot" (No such file or directory)

Tested on 6.1.15-200 (Fedora 38beta) 6.1.18-200 (Fedora 37, Gnome 43.3) 6.2.2-200

allofmex commented 1 year ago

I fixed some of the issues in https://github.com/allofmex/gnome-shell-extension-zenbook-duo/tree/link_to_main

Brightness change now working in Ubuntu 23.04 (Gnome 44).