From 322b8afddbd1e7d80380e88faacd2d4ba5675dca Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Tue, 8 Oct 2019 00:09:12 +0300 Subject: [PATCH] Rename com.obsproject.Studio.desktop to obs.desktop Now it's impossible to add OBS to favorites applications in GNOME: https://imgur.com/B3bvnw4 I think it's because of inconsistency of `.desktop` file name and executable file name. Just after renaming OBS can be manages as regular application: https://imgur.com/acmzrNy --- UI/xdg-data/{com.obsproject.Studio.desktop => obs.desktop} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename UI/xdg-data/{com.obsproject.Studio.desktop => obs.desktop} (100%) diff --git a/UI/xdg-data/com.obsproject.Studio.desktop b/UI/xdg-data/obs.desktop similarity index 100% rename from UI/xdg-data/com.obsproject.Studio.desktop rename to UI/xdg-data/obs.desktop