diff --git a/fl_studio20_linux.md b/fl_studio20_linux.md new file mode 100644 index 0000000..c2740db --- /dev/null +++ b/fl_studio20_linux.md @@ -0,0 +1,11 @@ +# FL Studio 20 on Linux hint: it works pretty good! +If you are running a KDE Plasma environment and get some problems running the program you should definetly try to run it with this command: `wine start /unix "$HOME/.wine/drive_c/Program Files/Image-Line/FL Studio 20/FL64.exe` + +according to the [wine wiki](https://wiki.winehq.org/Start) this starts the executable like Windows explorer + +``` +/unix Use a Unix filename and start the file like windows + explorer. +``` + +I made a desktop file using KDE Plasma to make it easier for myself to launch it whenever I need it quickly, my solution can be found [here](https://git.lat/schrumpel/desktop-files/src/branch/master/FL%20Studio%2020.desktop) \ No newline at end of file