There is a new pull request by amak79 against master on the void-packages repository https://github.com/amak79/void-packages xdg-utils https://github.com/void-linux/void-packages/pull/32282 xdg-utils: xdg-screensaver needs xset #### General - [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [x] I generally don't use the affected packages but briefly tested this PR `xdg-screensaver` will output the following when `xset` isn't installed manually or pulled in by another package. ``` /bin/xdg-screensaver: 900: xset: not found /bin/xdg-screensaver: 908: [: Illegal number: /bin/xdg-screensaver: 647: xset: not found ``` A patch file from https://github.com/void-linux/void-packages/pull/32282.patch is attached