Skip to content
New issue

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

gnome 40, missing org.freedesktop.UPower.KbdBacklight #2

Open
mfauvain opened this issue Dec 16, 2021 · 13 comments
Open

gnome 40, missing org.freedesktop.UPower.KbdBacklight #2

mfauvain opened this issue Dec 16, 2021 · 13 comments

Comments

@mfauvain
Copy link

Hi, is there a dependency I need to install to get this UPower dconf setting available?

@lovasoa
Copy link
Owner

lovasoa commented Dec 17, 2021

This should require only a recent version of upower.

What distribution are you using?

@lovasoa
Copy link
Owner

lovasoa commented Dec 17, 2021

@mfauvain
Copy link
Author

Arch, and upower-0.99.13-1 which I believe is the latest

@lovasoa
Copy link
Owner

lovasoa commented Dec 17, 2021

What is the exact error message you are seeing ?

@lovasoa
Copy link
Owner

lovasoa commented Dec 17, 2021

Maybe you are affected by this bug: https://gitlab.freedesktop.org/upower/upower/-/issues/73 ?

@mfauvain
Copy link
Author

Possibly, however I tried the solution proposed there with no luck.

@lovasoa
Copy link
Owner

lovasoa commented Dec 17, 2021

does setting your keyboard backlight via

dbus-send --type=method_call --print-reply=literal --system --dest='org.freedesktop.UPower' '/org/freedesktop/UPower/KbdBacklight' 'org.freedesktop.UPower.KbdBacklight.SetBrightness' int32:1

and

dbus-send --type=method_call --print-reply=literal --system --dest='org.freedesktop.UPower' '/org/freedesktop/UPower/KbdBacklight' 'org.freedesktop.UPower.KbdBacklight.SetBrightness' int32:0

work ?

@lovasoa
Copy link
Owner

lovasoa commented Dec 17, 2021

What are the logs from upower ?

journalctl | grep -i upowerd

@mfauvain
Copy link
Author

First command did not work:
Error org.freedesktop.DBus.Error.UnknownMethod: Object does not exist at path “/org/freedesktop/UPower/KbdBacklight”

And second one does not give anything related to keyboard backlight.

@lovasoa
Copy link
Owner

lovasoa commented Dec 17, 2021

Then the problem probably isn't with this extension. You should probably open an issue with upower

@mfauvain
Copy link
Author

mfauvain commented Dec 17, 2021

ok. thx.
just FMI, what version of uPower do you have? it seems the version that was working on Arch is 99.7, some years ago..

@lovasoa
Copy link
Owner

lovasoa commented Dec 17, 2021

I have the latest fedora version:

❯ upower --version
UPower client version 0.99.13
UPower daemon version 0.99.13

@mfauvain
Copy link
Author

I have the same version

UPower client version 0.99.13
UPower daemon version 0.99.13

So I guess the issue is not with UPower.. will revert if I find something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants