snippets/fl_studio20_linux.md

11 lines
716 B
Markdown
Raw Normal View History

2021-12-18 11:22:54 +00:00
# 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)