diff --git a/obs/platform-x11.cpp b/obs/platform-x11.cpp index 51257a2b9..f17dbce4c 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());