You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If two different profiles both have the option for background image, the image is only displayed for the default profile. Even if background_type = image is listed on a non-default profile, it still only renders the background image of the default.
To Reproduce
on default profile, set background option to background image and select image_1.jpg
on non_default, set background option to background image and select image_2.jpg
Once saved, right click, choose either of the profiles.
Expected behavior
Each profile should have a different image rendering
Screenshots
default -
non_default -
Desktop:
Ubuntu
20.04.2 LTS
X11
The text was updated successfully, but these errors were encountered:
Hey there! Just checked, and I'm glad to say I fixed that bug in #551.
I could reproduce the bug, but it seems to work fine now.
Since the change hasn't been put in a version yet, you could install from source if you want to use it. (See INSTALL.md)
If two different profiles both have the option for background image, the image is only displayed for the default profile. Even if
background_type = image
is listed on a non-default profile, it still only renders the background image of the default.To Reproduce
on default profile, set background option to background image and select image_1.jpg
on non_default, set background option to background image and select image_2.jpg
Once saved, right click, choose either of the profiles.
Expected behavior
Each profile should have a different image rendering
Screenshots
default -
non_default -
Desktop:
The text was updated successfully, but these errors were encountered: