Skip to content
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

Open
Kartonrealista opened this issue Oct 4, 2024 · 2 comments
Open

Comments

@Kartonrealista
Copy link

That's the gist of it. It just does nothing. Doesn't set the same wallpaper on all displays anymore.

@l-const
Copy link

l-const commented Oct 23, 2024

yeah, noticed it as well

@l-const
Copy link

l-const commented Oct 23, 2024

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:

screenshot-2024-10-23-19-50-44

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants