Elsaco
Elsaco
Using the 64-bit compiler worked. No errors. Thx!
This issue is not limited to `netflix` package. Many (or all - did not test!) `msstore` apps fail to install when using `--scope` argument. Sample log when trying to install...
@Andrew1988123123 that's an interesting find! If you add a space between first profile name and semicolon then it works. Sample output with `wt -p "u"; nt -p "u"`  and...
The experimental text rendering engine does a better job:  and w/out: 
@donno2048 after building `poc.c` with `clang` on Windows this is the output: https://user-images.githubusercontent.com/3933920/152261532-3e87d9af-65e6-47a7-b8cd-a614d859496a.mp4 After canceling the test there are some characters left over, not sure what they are:  Is...
@dty717 please check your locale settings. With: ``` [tux@raspberrypi ~]$ localectl System Locale: LANG=en_US.UTF-8 VC Keymap: us X11 Layout: us ``` Unicode characters are being shown as expected. Sample `gnome-terminal`...
Thank you @DHowett. I wouldn't have guessed that `Hide the title bar` needs to be off before `Always show tabs` control becomes active. Some clue in the SUI would be...
@ohault a quick grep through `5.15.41.1-1.cm2` kernel config shows `CONFIG_MPTCP is not set`. The kernel needs to be rebuild with `Multipath TCP` enabled.
1. the `5.15.41` SRPM is on `packages.microsoft.com` at: https://packages.microsoft.com/cbl-mariner/2.0/prod/base/srpms/kernel-5.15.41.1-1.cm2.src.rpm 2. yes, you can build the kernel using a CBL-Mariner instance, just need to install the dev tools if missing.
I pointed to that SRPM because it is the source of the kernel in CBL-Mariner 2.0. After you add the SRPM please take a look in `/usr/src/mariner` and in the...