about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-03-01 13:17:12 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-03-01 13:17:12 +0100
commitb00764d658fbf3a9068a57cfe1fe41e2283ad5cb (patch)
treee103fc54053b6ca63e7d8b0ee3ffaf7cb0591a8b /src/main.c
parent97e9e5d2d26359905a1c46a9236fe8331140d9c0 (diff)
downloadbox64-b00764d658fbf3a9068a57cfe1fe41e2283ad5cb.tar.gz
box64-b00764d658fbf3a9068a57cfe1fe41e2283ad5cb.zip
Some work on glib, gobject and steam
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index d1b6e8fe..48c8f99e 100755
--- a/src/main.c
+++ b/src/main.c
@@ -1067,6 +1067,10 @@ int main(int argc, const char **argv, const char **env) {
         printf_log(LOG_INFO, "Zoom detected, trying to use system libturbojpeg if possible\n");
         box64_zoom = 1;
     }
+    if(strstr(prgname, "pressure-vessel-wrap")==prgname) {
+        printf_log(LOG_INFO, "pressure-vessel-wrap detected, disabling GTK\n");
+        box64_nogtk = 1;
+    }
     /*if(strstr(prgname, "awesomium_process")==prgname) {
         printf_log(LOG_INFO, "awesomium_process detected, forcing emulated libpng12\n");
         AddPath("libpng12.so.0", &my_context->box64_emulated_libs, 0);