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

hwdb: Allow console users access to rfkill #21605

Merged
merged 1 commit into from
Dec 6, 2021
Merged

Conversation

hadess
Copy link
Contributor

@hadess hadess commented Dec 2, 2021

This rule has been shipped in Fedora's gnome-bluetooth package for 10
years and is used by the gnome-settings-daemon rfkill plugin (used by
gnome-bluetooth, gnome-shell, and gnome-control-center) to monitor
and change software rfkill switch settings.

This rule has been shipped in Fedora's gnome-bluetooth package for 10
years and is used by the gnome-settings-daemon rfkill plugin (used by
gnome-bluetooth, gnome-shell, and gnome-control-center) to monitor
and change software rfkill switch settings.
@hadess
Copy link
Contributor Author

hadess commented Dec 2, 2021

pacman is failing for the Arch runner.

@mbiebl
Copy link
Contributor

mbiebl commented Dec 2, 2021

61-gnome-settings-daemon-rfkill.rules:# Get access to /dev/rfkill for users
61-gnome-settings-daemon-rfkill.rules:KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"
61-kde-bluetooth-rfkill.rules:# Get access to /dev/rfkill for users
61-kde-bluetooth-rfkill.rules:KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"
$ dpkg -S /lib/udev/rules.d/61-gnome-settings-daemon-rfkill.rules 
gnome-settings-daemon-common: /lib/udev/rules.d/61-gnome-settings-daemon-rfkill.rules
$ dpkg -S /lib/udev/rules.d/61-kde-bluetooth-rfkill.rules 
libkf5bluezqt-data: /lib/udev/rules.d/61-kde-bluetooth-rfkill.rules

So +1 for getting rid of this duplication and centralizing the setup of rfkill devices.

@keszybz
Copy link
Member

keszybz commented Dec 6, 2021

error: failed retrieving file 'boost-libs-1.76.0-1-x86_64.pkg.tar.zst' from mirror.mikrogravitation.org : The requested URL returned error: 404
downloading boost-libs-1.76.0-1-x86_64.pkg.tar.zst...
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.

@keszybz
Copy link
Member

keszybz commented Dec 6, 2021

LGTM. We'll need to add a NEWS entry.

@keszybz keszybz merged commit 213455e into main Dec 6, 2021
@keszybz keszybz deleted the wip/hadess/rfkill-uaccess branch December 6, 2021 10:26
gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Mar 21, 2022
The udev rules are included in systemd-250. See
systemd/systemd#21605

Signed-off-by: Matt Turner <mattst88@gentoo.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants