diff --git a/obs/platform-x11.cpp b/obs/platform-x11.cpp index 51257a2b9def828a0eee926a35ae1743616bfe6a..f17dbce4cce1bf0a420c86965716fdf4821c8872 100644 --- a/obs/platform-x11.cpp +++ b/obs/platform-x11.cpp @@ -28,7 +28,7 @@ using namespace std; static inline bool check_path(const char* data, const char *path, string &output) { ostringstream str; - str << "/usr/local/share/obs-studio/" << data; + str << path << data; output = str.str(); printf("Attempted path: %s\n", output.c_str());