Hi, The package is missing some dependencies on packages that it is using, namely wlr-randr (for wlr-randr), libkscreen-bin (for kscreen-doctor), and pciutils (for lspci). pciutils should be added to Recommends, it has a higher priority, and is more likely to be already installed, the other two should be added to Suggests. The attached patch adds the missing dependencies. Thanks.