ARKye03
ARKye03
> > Should AstalGizmo implement Gtk.Buildable? > > No. Creating a Gizmo with a Builder is nonesense, as you can't define the functions that way. Yes, I realized this rather...
+1 As of 10th October 2024, this issue persists, yt-dlp can't be updated unless using a workaround, it will install the already installed and up-to-date FFmpeg.
> I installed via Arch AUR, running Gnome 47. In apps like Firefox, the cursors appears to render correctly, however in Gnome UI, Files/Nautilus, etc., the cursors appear to be...
> If you're on Hyprland, scaling is a known issue (#31) because I believe the current implementation uses PNGs in order to work around a different bug raised a while...
3 Apr 2025. Arch Linux, btrfs + Timeshift same issue. No snapshot is found, however if manually made it does find that manually made snapshot. Any insights what this could...
> There's no builtin function for getting CPU usage, memory usage and disks that are mounted on the system so I'll have to build those myself reading directly from /proc...
> 1. in `apps/application.vala` in `to_json` the builder chaining has an extra indent. I can't find a single solution for this behaviour. The required rule for it is `indent_member`, which...
+1 I'm getting seg faults on my Arch Linux machine while running any app even the example [counter](https://github.com/iced-rs/iced/tree/master/examples/counter) I even installed via AUR the [ytdlp-gui](https://github.com/BKSalman/ytdlp-gui), and seg faults too. Extra...
> ``` > WGPU_BACKEND=vulkan > ``` Using the env var, the error persists: Running the `counter` example: ```sh $ WGPU_BACKEND=vulkan cargo run ``` after a few seconds, it results in:...