Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 933418

Summary: app-misc/solaar blindly installs udev rules for x11 when an alternate file for wayland is provided
Product: Gentoo Linux Reporter: Jason Gantner <jason>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: UNCONFIRMED ---    
Severity: normal CC: jason
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild patch

Description Jason Gantner 2024-06-02 10:51:50 UTC
The current ebuild always install the file rules.d/42-logitech-unify-permissions.rules but wayland users need the one in rules.d-input/42-logitech-unify-permissions.rules

I'll attach a patch that installs the later when the wayland use flag is active

Reproducible: Always
Comment 1 Jason Gantner 2024-06-02 10:52:50 UTC
Created attachment 894947 [details, diff]
Ebuild patch