Jack Greiner
Jack Greiner
> [@ProjectSynchro](https://github.com/ProjectSynchro) thank you for letting me know! I've updated the templates and readme on the staging branch to this new format. I need to double check that my changes...
I had remoting enabled due to the fact that it is on by default on Server 2008/2012. This is to keep the behaviour as close as possible as it was...
Looking into this further I was curious to see how functional remoting is, and it seems to be broken anyways. It relies on the winrm service which isn't implemented in...
What this kind of stinks of is something related to this line in the gamescope log when setting a custom resolution: `[gamescope] [Info] edid: Patching res 800x1280 -> 2560x1440` Is...
> Extract this into the Override and see if it fixes the problem: > > [plc_starmap_KBlender.zip](https://github.com/user-attachments/files/19363350/plc_starmap_KBlender.zip) That seems to do it. Can't reproduce the crash with the new model files.
~~I think I have found the core issue at fault: https://github.com/electron/electron/issues/39789~~ Nope It seems like the backend safeStorage selects falls over when the value of `XDG_CURRENT_DESKTOP` is outside of predefined...
No dice when setting `XDG_CURRENT_DESKTOP` to "unity". I was able to get into the lastfm integration settings. After connecting ytmdesktop to lastfm however the integration doesn't seem to work. Relevant...
I was poking around here: https://github.com/ytmdesktop/ytmdesktop/blob/ead0bbd58d52fa7e3f4cf060fc7aacedccb94459/src/main/index.ts#L1438-L1442 Looking at this section in the electron docs: > Note that not all Linux setups have an available secret store. If no secret store...
I think the best way forward would be to get the "basic" backend working, as if the "basic" backend is configured, cookie encryption works as well. See: https://www.electronjs.org/docs/latest/tutorial/fuses#cookieencryption > The...
> I'll be moving the companion app to bundle jdk 21, but I doubt that'll fix all the issues... I can double check if that ends up fixing anything, I...