Hello PlayOnLinux team and users. I just have one annoyance at the moment.
As the title [partially] states, I'm trying to have a way to open a command line program via. a shortcut on my desktop. I have dug through a lot of the code installed (python and bash scripts) on my system (over 20 minutes) and gave up. I actually even tried to put pieces together to simulate it, which it failed.
I've been having an issue with native Mono on my system, but via. the Terraria prefix I have (which I have duplicated) it is just fine. I've been trying to learn C#.NET for doing stuff with a Terraria fan-made server (server-side stuff), but I need to be able to test if I am going to be making working code as compiled and completely working aren't the same thing.
I don't want to be forced to start the launcher and go through to the Configure screen, start a "fake cmd.exe terminal", then navigate to the directory, and finally start the program each and every time I want to test it. I sometimes have to close that virtual terminal (more like force quit the .exe program itself via. my Linux task manager and it closes the "fake cmd.exe terminal") sometimes as I've gotten my program to hang or not quit on its own.
I don't feel like I should just ask the Mono team (whose repo I'm using on this Xubuntu 14.04 system) for support on System.Windows.Forms and also the "missing entry point" (`public void main(string[] args){ ... }` on normal C++ programs) as others have had the same issue as me with Mono, even for programs they didn't compile themselves.
I didn't feel this as a need to open a bug report as it may already be implemented and I just cannot find the command line argument, and don't want to just take figuratively forever to write a script or more to duplicate your scripts (which I'll have to read like crazy just to get the commands used to run it).
Well, thank you for your time reading this, and I do wish you all the best of luck.
~like2omg