Oughie

Results 12 comments of Oughie

Since I wanted to set a GIF as wallpaper myself, I created a quick/dirty `bash` script to do this myself, using `lutgen`, [imagemagick](https://imagemagick.org/index.php) and [ffmpeg](https://www.ffmpeg.org/): ```bash #!/bin/bash TARGET_GIF="$1" # You...

@Zai-Kun Glad to hear! ^^ I use `swww` as well and my PC is pretty old too. Running it again now, I noticed it's not actually laggy! It's probably the...

Okay, I just found out that the first two frames of the original `GIF` are identical, which produces the short pause after each loop. 😅

Same issue here on NixOS 24.11 (Linux 6.10.9), when following the [tutorial](https://vulkano.rs/): ``` error[E0463]: can't find crate for `vulkano_shaders` --> src/main.rs:47:5 | 47 | use vulkano_shaders::shader; | ^^^^^^^^^^^^^^^ can't find...

@marc0246 Thank you, that did it for me ^^

@happenslol I adjusted the `flake.nix` by adding the `shaderc` package. (see below) For some reason, only this specific order works for me: ```sh nix develop source setup-env.sh # inside the...

@marc0246 If I don't run the VulkanSDK script, the following error occurs: ```console error: failed to run custom build command for `shaderc-sys v0.8.3` Caused by: process didn't exit successfully: `/some/path/target/debug/build/shaderc-sys-cee44ea4f2edcc8c/build-script-build`...

> I'm currently encountering the same issue on EndeavourOS, can confirm the AppImage workaround _does_ work but running through flatpak does not, may try to build separately in a bit...

I'm seeing the same lines on my machine too, but on my VM I see them as well, where it does indeed work. So perhaps its related to the web-view...

Label shouldn't be `Improvement`, but rather `Add Language`.