There is a way to run Renoise as Linux session: Linux + Renoise Session Are Just Fantastic - #8 by Psalm_97
How can I run a stand-alone Renoise environment?
Renoise never needs a window or desktop environment to run. This gives you the possibility to run Renoise in a stand-alone environment. The primary advantage is that quite all the system resource are dedicated to Renoise (is that enough?).
If you are using a graphical login manager, a smart way to get a stand-alone Renoise environment is setting up a dedicated Renoise session. Prerequisites: you need a Renoise installed system-wide and you should be able to get root privileges.
Let’s start. Open you favorite editor an write the following text in it:Encoding=UTF-8
Name=Renoise
Comment=This session starts Renoise stand-alone
Exec=/path/to/renoise
Icon=
Type=ApplicationFor example if Renoise is installed in /usr/local/bin the text above looks like this:
Encoding=UTF-8
Name=Renoise
Comment=This session starts Renoise stand-alone
Exec=/usr/local/bin/renoise
Icon=
Type=ApplicationSave this file naming it renoise.desktop. Open a terminal and get root privileges. Copy renoise.desktop file into the xsessions directory (it is usually located in /usr/share/xsessions/).
Now, when you log into your machine you will be able to change the session to “Renoise” and run it stand-alone.