Elsaco
Elsaco
@liesenml both files are present since the first AL2022 release: ``` [~]$ cat /etc/sysconfig/i18n LANG="en_US.UTF-8" [~]$ cat /etc/sysconfig/clock ZONE="UTC" UTC=true ``` What features are you requesting? Thx!
I did a quick test by right-clicking and chose open with `App Installer` and it worked okay:  However, using the `Add-AppxPackage` is failing: ``` PS C:\Users\elsaco\Downloads> Add-AppxPackage -Path .\Microsoft.WindowsTerminalCanary.appinstaller...
@DrusTheAxe you're correct! `-AppInstallerFile` does the job: ``` PS C:\Users\elsaco> add-appxpackage -AppInstallerFile ".\Downloads\Microsoft.WindowsTerminalCanary.appinstaller" PS C:\Users\elsaco> ``` No errors!
As mentioned by @ethanbergstrom you also need to add an rpm macro to `/etc/rpm/macros.nvidia-kmod` containing `%_with_kmod_nvidia_open 1`. If the file is not present create one.
Or switch to `CachyOS` 😀
@maifeeulasad what GPU are you building for? Quick test for `Ubuntu 22.04` + `GeForce RTX 3060 Ti` by running `sudo apt install nvidia-driver-535 nvidia-dkms-535` since `530` packages are just transitionals...
This must be an issue with the store version of Ubuntu 24.04. If an image from https://cloud-images.ubuntu.com/wsl/releases/24.04/ is being used there are no system slowdowns. `rootfs` used for testing: `ubuntu-noble-wsl-amd64-24.04lts.rootfs.tar.gz`...
Could someone affected by the slowness run `systemd-analyze blame` and post the output? With Windows 11 and Ubuntu 24.04 can't repro. System manager output on my setup: ``` ubuntu@eleven:~$ systemd-analyze...
@jonaskuske there's a bug tracking GPU acceleration issues at https://github.com/microsoft/WSL/issues/8145 that might be of interest to you.
WSLg is part of the `system` distro, so when you run `wsl --update --pre-release --web-download` and a new version is available, WSLg is automatically update. Run `wsl --system` only and...