Results 100 comments of 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: ![canary_portalbe_latest](https://github.com/microsoft/terminal/assets/3933920/46fb3433-365a-46ad-86d5-923d75b9b5db)

@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: ![experimental_on](https://user-images.githubusercontent.com/3933920/197152953-d64ba1c8-08fb-47cf-9d35-e393169954d1.png) and this is with the settings `false`: ![experimental_off](https://user-images.githubusercontent.com/3933920/197153090-c910df43-39f9-4f4d-95c5-43f5b8900731.png) If only...

It works with a valid az shell account: ![az_profile_test](https://user-images.githubusercontent.com/3933920/212370265-8a06a5c3-967e-4e3b-a192-ca10fea2c2eb.png)

@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...