Elsaco
Elsaco
I'm using a CBL-Mariner vm built with the ISO because it has all the tools installed already, i.e. compiler and more. The same can be done with a container. After...
@dagood why was `gnupg2-2.3.3-3.cm2` package built without `dirmngr` support, just like the `gnupg2-2.2.20-3.cm1` ?
@pocc try with `AAAA` instead lower cases: ``` [tux@fedora ~]$ dog AAAA google.com AAAA google.com. 1m24s 2607:f8b0:400a:806::200e ``` On Linux it returns server failure when using `aaaa`: ``` [tux@fedora ~]$...
FWIW after building the latest pre-release ( main 721440b ) lowercase options work also: ``` [~]$ dog aaaa www.cloudflare.com AAAA www.cloudflare.com. 4m41s 2606:4700::6810:7c60 AAAA www.cloudflare.com. 4m41s 2606:4700::6810:7b60 ```
The portable builds work: 
@bluevisor what Nvidia driver are you using? And is that a WSL instance? On Ubuntu with driver version `545.23.8` and CUDA vesion `12.3` using Python `3.11` it starts okay, A4000...
I don't get what the issue is! With the `useBackgroundImageForWindow` set the background image is expanded beneath other panes:  and this is with the settings `false`:  If only...
It works with a valid az shell account: 
@avlec you're correct, wslg already starts a compositor: ``` Command line: /usr/bin/weston --backend=rdp-backend.so --modules=wslgd-notify.so --xwayland --socket=wayland-0 --shell=rdpr ail-shell.so --log=/mnt/wslg/weston.log --logger-scopes=log,rdp-backend,rdprail-shell ``` Looks like the Ubuntu-24.04 switches to cloud-init and has...
@davidgiga1993 the issue was introduced with the `2.0.6` release. After upgrading to 2.0.6 I've upgraded the Nvidia graphics driver also and wasn't sure what causes the artifacts. Building `WSLg` and...