Re: [Mono-list] linux, binfmts:Unexpected behavior

2013-01-04 Thread Jonathan Pryor
On Jan 2, 2013, at 1:02 PM, ma...@manfbraun.de wrote: I moved over a lot of utilities from windows to linux, but starting them using mono ... is a pain and luckily, I discovered binfmts. Presumably as suggested at:

Re: [Mono-list] linux, binfmts:Unexpected behavior

2013-01-03 Thread Daniel Lo Nigro
Could you just set the current directory manually with something like: var appDirectory = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); Directory.SetCurrentDirectory(appDirectory); (not tested) On Thu, Jan 3, 2013 at 5:02 AM, ma...@manfbraun.de wrote: Hi All ! I moved

[Mono-list] linux, binfmts:Unexpected behavior

2013-01-02 Thread mabra
Hi All ! I moved over a lot of utilities from windows to linux, but starting them using mono ... is a pain and luckily, I discovered binfmts. The execubales are started, but their expected path is just wrong. So, a manually given complete path, works just fine: myuser mono