Skip to content

Commit

Permalink
Add xorg-xrandr dependence for vm-archlinux
Browse files Browse the repository at this point in the history
qubes-set-monitor-layout relies on calling xrandr for successful
operation. Make sure the archlinux template has the binary present, so
the script doesn't end up running an infinite loop, utilizing CPU cycles
for nothing.

Signed-off-by: Kamil Aronowski <[email protected]>
  • Loading branch information
aronowski committed May 6, 2024
1 parent 2d5273b commit 7a9ed34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions archlinux/PKGBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ build() {
package_qubes-vm-gui() {
depends=(
'xorg-xinit'
'xorg-xrandr'
'libxcomposite'
'zenity'
'qubes-libvchan'
Expand Down

0 comments on commit 7a9ed34

Please sign in to comment.