Reinstate -R parameter for xcompmgr

This commit is contained in:
Simon Long 2022-04-19 10:45:24 +01:00
parent 6f2fd4b804
commit 2be7313596
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
raspi-config (20220419) bullseye; urgency=medium
* Reinstate -R parameter for xcompmgr
-- Simon Long <simon@raspberrypi.com> Tue, 19 Apr 2022 10:36:34 +0100
raspi-config (20220331) bullseye; urgency=medium
[ Serge Schneider ]

View File

@ -1,6 +1,6 @@
#!/bin/sh
if raspi-config nonint is_kms ; then
if ps ax | grep -v grep | grep -q openbox ; then
exec xcompmgr -a
exec xcompmgr -aR
fi
fi