Lukas Senionis
Lukas Senionis
@Youw, @todbot Sorry for the lat reply, but I agree with you both. I have nothing to add to this discussion :smile:
Linking these as they are possibly loosely related: [Flatpak apps do not get focused in steamcompmgr](https://github.com/ValveSoftware/SteamOS/issues/612) [SteamOS requires "STEAM_GAME" X property to display Flatpak windows](https://github.com/flatpak/flatpak/issues/1025)
> You can try this AppImage - https://ci.appveyor.com/project/cgutman/moonlight-qt/builds/48754905/job/7r54vi0b48f1b6n1/artifacts > > You'll need to make sure you run it from within the regular Steam Deck UI rather than the desktop mode...
So here are some logs (`PLVK_LOG_LEVEL=5`, for debug logs) for SteamDeck running from gamemode: [with_prefer_vulkan.log](https://github.com/moonlight-stream/moonlight-qt/files/13675644/with_prefer_vulkan.log) [with_prefer_vulkan_and_force_vaapi.log](https://github.com/moonlight-stream/moonlight-qt/files/13675645/with_prefer_vulkan_and_force_vaapi.log) [without_prefer_vulkan.log](https://github.com/moonlight-stream/moonlight-qt/files/13675646/without_prefer_vulkan.log) I noticed there is `SDL Error (0): pl_map_avframe_ex() failed`, but have no idea...
@remcohaszing I have a suggestion. I have encountered an issue when WOL does not work (with defaults) where the domain resolves to IPv6. This happens because by default the `address_family`...
This is what I'm currently using: ``` from wakeonlan import send_magic_packet def wake_on_lan(address: str, mac: str): import socket import ipaddress default_port = 9 def _try_parse_info(ip_address: str) -> tuple[socket.AddressFamily, str]: try:...
I have problems with using MSYS UCRT64. Currently the `std::regex` is just broken in it. It takes 1 min 20 sec to parse a single regex for HTTP server: ```...
> Wonder does it work on hyper-v guest ? Should work, but you'll have to try it yourself.
> @FrogTheFrog Any artifact that I can test out ? You'll have to build yourself.
> I have a review in process, but there is a lot to review here so it might take me a little bit. > > In the meantime could you...