canonical / mir

The Mir compositor
GNU General Public License v2.0
627 stars 100 forks source link

Rescaling outputs doesn't rescale background #3170

Open AlanGriffiths opened 10 months ago

AlanGriffiths commented 10 months ago

NB This is after the recent fix to rescaling

Start Miriway with --display-config=static=/home/$USER/.config/miriway-shell.display

Use an editor to amend the scale in ~/.config/miriway-shell.display and save...

Expect: everything rescales Actual: the background doesn't scale

Now, save the file again (without changing the scale)...

Expect: nothing changes Actual: the background rescales

It appears we're not propagating the change until the second save (which should be idempotent)

AlanGriffiths commented 10 months ago

I also saw this testing 2.15, so not new in 2.16