nwg-piotr / nwg-displays

Output management utility for sway and Hyprland.
MIT License
334 stars 22 forks source link

Missing Dependency #44

Closed thamma closed 5 months ago

thamma commented 5 months ago

Hello,

I installed nwg-displays on my arch just now and upon launch was greeted with the message wlr-randr package required, but not found, terminating.. After installing wlr-randr the tool worked just fine.

From what I can see, it seems that wlr-randr should be included in the package's dependencies list to avoid future manual intervention.

Thanks for developing this tool,

Best

thamma commented 5 months ago

While reading the PKGBUILD, I should have spotted the line optdepends=('wlr-randr: for Hyprland support') which fully justifies wlr-randr not being a dependency.

Oops, thanks still!

nwg-piotr commented 5 months ago

Some Archers are sensitive to dependencies that they don't use themselves, that's why. :D

thamma commented 5 months ago

Very fair. Hyprland is my first wayland compositor and I struggle to tell apart Hyprland and Wayland utilities and sometimes assume they are the same!