So, I made a .desktop file for PROClient
[Desktop Entry]
Name=Pokemon Revolution Online
Comment=Level up your Pokemon experience!
Categories=Game
Type=Application
Exec=/home/kareulo/.local/share/PROClient/PROClient.x86_64
Icon=/home/kareulo/.local/share/PROClient/PROClient_Data/Resources/UnityPlayer.png
however this happens:
A new instance will be opened instead of reusing the .desktop file. After much research, I've concluded that this must be how the executable PROClient.x86_64 works. Is there any flag I can use to make it utilize its own instance or something similar, rather than creating another one? Sorry if I'm not making sense, I can't exactly explain it.