You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build libSwell so that REAPER can use my GTK3 theme (I'm using Gnome Shell 3 on Ubuntu Studio). The library compiled successfully but it seems that it causes REAPER to run without a GUI (can't even see the splash screen). I can confirm that REAPER is running because when I run it in a terminal, I can see the stdout content written by many plugins.
This is how I'm building libSwell:
make SWELL_SUPPORT_GTK=1
The text was updated successfully, but these errors were encountered:
SWELL draws the GUI elements by itself on Linux. It doesn't use the GTK theme. The look and feel can be customized through the libSwell.colortheme file.
Hi,
I am trying to build libSwell so that REAPER can use my GTK3 theme (I'm using Gnome Shell 3 on Ubuntu Studio). The library compiled successfully but it seems that it causes REAPER to run without a GUI (can't even see the splash screen). I can confirm that REAPER is running because when I run it in a terminal, I can see the stdout content written by many plugins.
This is how I'm building libSwell:
The text was updated successfully, but these errors were encountered: