G
G
Guest
User
Korathas
Korathas
·
Thanks for writing these :)!
Hydras
Hydras
·
Thank you.
doskious
doskious
·
FYI: As far as supporting the custom URL scheme in conjunction with Steam-launched Proton, any flavor of Linux that uses xdg-open to register and handle that kind of thing should be able to use the .desktop file and xdg-mime registration command I worked out, which is best summarized by Adriannom in this post in the discord: https://discord.com/channels/262552432968466432/575333285719310376/849404372404273173

Flavors of Linux that do not use xdg-open do typically use something really similar, and solutions for them (if needed) should be fairly easy to derive.

The one real kicker is the need to configure the .desktop file with the right path to the wine64 executable, but if the functionality was included in a Steam-managed Proton install process, presumably Steam ought to know the location of the binary it's using to launch TaleSpire...
B
Baggers
User
Baggers
User ·
Ace. This matches up with what I had read too. Thanks for the info!
Christopherwalzak
AS an owner of TS  we need a  SPLINE to map or lock objects to to build walls faster..... on vertex facing up in Z or Y
Revenancer
Revenancer
·
I had to write similar code in windows but I ended up not using Named Pipes. Too much hassle to pass over a string. What I ended up doing was just using a window handle and using SetText on the window to set the window title to the string I wanted to use. Then I sent a message to the other app's window with the window handle I wanted it to read the URL from. Done. Easy IPC without the need of all the IO handling from named pipes.
B
Baggers
User
Baggers
User ·
Aye, that would be great but doesn't that use Windows.Forms? We don't have that available IIRC.