diff --git a/UI/obs-app.cpp b/UI/obs-app.cpp index b5ee80270..ea023a9a2 100644 --- a/UI/obs-app.cpp +++ b/UI/obs-app.cpp @@ -1164,6 +1164,8 @@ OBSApp::OBSApp(int &argc, char **argv, profiler_name_store_t *store) #else setWindowIcon(QIcon::fromTheme("obs", QIcon(":/res/images/obs.png"))); #endif + + setDesktopFileName("com.obsproject.Studio"); } OBSApp::~OBSApp()