JaKooLit / Arch-Hyprland

For automated installation of Hyprland on Arch or any arch based distros
GNU General Public License v3.0
1.35k stars 109 forks source link

[Bug]: Incorrect Initialization Command for swww in Hyprland Setup #51

Closed Celestarien closed 4 months ago

Celestarien commented 5 months ago

Bug Report

Description

I encountered an issue where the Hyprland setup script uses the deprecated swww init command to initialize the swww wallpaper daemon. According to the latest swww documentation and logs, the correct command should be swww-daemon --format xrgb.

Steps to Reproduce

  1. Install Hyprland using the project's installation script.
  2. Observe the startup script/configuration (Startup_Apps.conf) where swww init is used.
  3. Launch Hyprland and note any deprecation warnings in the logs regarding swww init.

Expected Behavior

I expected the installation script to use the correct, non-deprecated command to start the swww daemon without any deprecation warnings.

Actual Behavior

The installation script uses the deprecated swww init command, leading to deprecation warnings in the logs. The wallpaper may not display correctly until the command is manually corrected to swww-daemon --format xrgb.

Screenshots

None

Environment

Additional Information

Please update the installation script to reflect the correct usage of swww-daemon to avoid deprecation warnings and ensure the correct functionality right from the start.

JaKooLit commented 5 months ago

Im fully aware of this, and I have already planned to change it once swww issued a new package

the deprecated command can still be used, and right now, with swww 0.9, the old command still can be used. And yes that is what I am using still

JaKooLit commented 4 months ago

https://github.com/JaKooLit/Hyprland-Dots/commit/3677884067562f86f610381645121a762413bf31