Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933418 - app-misc/solaar blindly installs udev rules for x11 when an alternate file for wayland is provided
Summary: app-misc/solaar blindly installs udev rules for x11 when an alternate file f...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-02 10:51 UTC by Jason Gantner
Modified: 2024-06-02 19:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild patch (solaar-1.1.13.ebuild.patch,572 bytes, patch)
2024-06-02 10:52 UTC, Jason Gantner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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