On Thu Mar 16 10:28:20 2023 +0000, Huw Davies wrote:
> I don't think we want these in the other drivers. They're more of an
> historical artefact - they used to be the only pulse endpoints before
> support for enumerating the others was added. We may even want to
> remove them from pulse; I think @ivyl had been looking into an issue
> with them on the Steam Deck.
I think they're still useful, since they're the only "movable" devices (in PA Volume Control for example). They use the largest channel mask out of all the sources/sinks, so it's not a problem to have them movable with no notifications to the app, unlike the others.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2364#note_27048
--
v2: imm32/tests: Test basic ImmEnumInputContext usage.
imm32/tests: Test ImmUnregisterWord with the installed IME.
imm32/tests: Test ImmGetRegisterWordStyle with the installed IME.
imm32/tests: Test ImmRegisterWord with the installed IME.
imm32/tests: Test ImmEnumRegisterWord with the installed IME.
imm32/tests: Test ImmEscape with the installed IME.
imm32/tests: Test ImmGetProperty with the installed IME.
imm32/tests: Test ImmIsIME with the installed IME.
imm32/tests: Use LANG_INVARIANT for the installed IME.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2419
On Thu Mar 16 06:06:15 2023 +0000, Davide Beatrici wrote:
> @huw Bump.
I don't think we want these in the other drivers. They're more of an historical artefact - they used to be the only pulse endpoints before support for enumerating the others was added. We may even want to remove them from pulse; I think @ivyl had been looking into an issue with them on the Steam Deck.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2364#note_27025
The pop-up dialog requesting installation of Mono can be an inconvenience when automating processes involving Wine. In some cases it's also helpful to be able to install a clean Wine prefix without having Mono auto-installed as part of the prefix initialisation. This MR adds environment variables allowing the user to prevent installation of the Mono and Gecko.
--
v2: appwiz.cpl: Allow installation of add-ons to be skipped.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1661