We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Logs are
╭[18:12:40 DEBUG client\src\app\mod.rs:84] ╰❯Starting background on screen: Monitor { name: "DISPLAY1", position: (0, 0), size: (1920, 1080) } and with file path: D:\Links\Videos\ace_astra.mp4 ╭[18:12:40 DEBUG client\src\wallpaper\mod.rs:18] ╰❯"D:\\Dev\\Rust\\projects\\lumin\\research\\mpv\\mpv.exe" ╭[18:12:40 DEBUG client\src\wallpaper\mod.rs:95] ╰❯Running mpv(D:\Dev\Rust\projects\lumin\research\mpv\mpv.exe) with args: ["--player-operation-mode=pseudo-gui", "--force-window=yes", "--terminal=no", "--no-audio", "--loop=inf", "--wid=131654", "D:\\Links\\Videos\\ace_astra.mp4"] ╭[18:12:40 DEBUG client\src\app\mod.rs:91] ╰❯Successfully created new player with id: ID(3) ╭[18:12:40 DEBUG client\src\wallpaper\player.rs:35] ╰❯Player (ID(3))exited with: exit code: 2 ╭[18:12:40 DEBUG client\src\wallpaper\mod.rs:246] ╰❯Removing player (ID(3))
but client stays with this ui
i belive that dead Wallpapers are deleted in the app.update function, maybe return the info of deleted player when that occurs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Logs are
but client stays with this ui
![image](https://github.com/Bowarc/Lumin/assets/63136904/634ec130-8b01-4ea3-8350-39cff09ab414)
i belive that dead Wallpapers are deleted in the app.update function, maybe return the info of deleted player when that occurs
The text was updated successfully, but these errors were encountered: