GregLH said: I'm getting an error doing as you said. Maybe you might know.
/usr/bin/doukutsu: 6: function: not found
mkdir: cannot create directory `/home/greg/.doukutsu': File exists
ln: creating symbolic link `/home/greg/.doukutsu/{doukutsu,DoConfig.exe,data,doc}' to `/usr/share/doukutsu/{doukutsu,DoConfig.exe,data,doc}': File exists
/usr/bin/doukutsu: 11: Syntax error: "}" unexpected
I mean I can wine it fine however it does have times of slowdowns on Ubuntu and I would like it to run at native speeds. :P
To fix this open /usr/bin/doukutsu in a text editor and replace ``` #!/bin/sh
#!/bin/bash
Also a tip is to use "mkdir -p" so it doesn't spam that folders are already created :P
And please make a 64-bit build too!