mirror of
https://github.com/outbackdingo/hyprcosmic-session.git
synced 2026-08-25 14:53:23 +00:00
config/autostart now sets the wallpaper through the `current` symlink that `cosmic-conf import-theme --assets` maintains, rather than naming a file inside the theme directory. The test still asserted the old path and failed. The hazard it was written for is gone with it: the path no longer contains a space, because it no longer contains a theme name. That case is still covered on synthetic input by quotes_hold_arguments_containing_spaces_together, so this one now asserts what actually matters here -- that the script arrives as a single argument, that it names the link rather than one of the copies beside it, and that it waits for the daemon before setting an image. 11 profile tests pass.