-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Regression] "Same wallpaper on all displays" toggle doesn't work #61
Comments
yeah, noticed it as well |
Here a proof that shows the settings set display the same wallpaper and a screenshot covering both my monitors that show that different wallpapers are present: Logs: DEBUG updating default background
at src/main.rs:114 on main
DEBUG loading images, source: "/usr/share/backgrounds/fedora-workstation/flight_light.webp"
at src/wallpaper.rs:236 on main
DEBUG watching source, output: "all"
at src/wallpaper.rs:325 on main
DEBUG loading images, source: "/usr/share/backgrounds/f37/default/f37-01-day.webp"
at src/wallpaper.rs:236 on main
DEBUG watching source, output: "HDMI-A-3"
at src/wallpaper.rs:325 on main
DEBUG loading images, source: "/usr/share/backgrounds/fedora-workstation/flight_light.webp"
at src/wallpaper.rs:236 on main
DEBUG watching source, output: "DP-4"
at src/wallpaper.rs:325 on main
DEBUG
new state, same_on_all: true, outputs: {},
backgrounds: [
Entry { output: "DP-4", source: Path("/usr/share/backgrounds/fedora-workstation/flight_light.webp"), filter_by_theme: false, rotation_frequency: 300, filter_method: Lanczos, scaling_mode: Zoom, sampling_method: Alphanumeric },
Entry { output: "HDMI-A-3", source: Path("/usr/share/backgrounds/f37/default/f37-01-day.webp"), filter_by_theme: false, rotation_frequency: 300, filter_method: Lanczos, scaling_mode: Zoom, sampling_method: Alphanumeric }],
default_background: Path("/usr/share/backgrounds/fedora-workstation/flight_light.webp")
at src/main.rs:158 on main
DEBUG wallpaper draw, elapsed: 424.38652ms, source: Path("/usr/share/backgrounds/f37/default/f37-01-day.webp")
at src/wallpaper.rs:221 on main
DEBUG wallpaper draw, elapsed: 770.264091ms, source: Path("/usr/share/backgrounds/fedora-workstation/flight_light.webp")
at src/wallpaper.rs:221 on main
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's the gist of it. It just does nothing. Doesn't set the same wallpaper on all displays anymore.
The text was updated successfully, but these errors were encountered: