Add 'fl_studio20_linux.md'

This commit is contained in:
Kibi Kelburton 2021-12-18 12:22:54 +01:00
parent 15a1733fa6
commit 442b6ed081

11
fl_studio20_linux.md Normal file
View File

@ -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)