From f46fe893f94745b256b98cfe447c4fa50603780e Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Sun, 11 Dec 2022 15:46:20 +0200 Subject: Enable showing in Budgie Desktop and XFCE This PR enables the displaying of Caja (as a file manager) for use in Budgie Desktop and XFCE. Prior to this commit, it would only be able accessible in MATE or with downstreams like Fedora patching in the support. The addition of these is important as file managers such as Nautilus adopt libadwaita and begin to directly come into conflict with user theming choices. --- data/caja-browser.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/caja-browser.desktop.in.in b/data/caja-browser.desktop.in.in index 4578be19..8d45134e 100644 --- a/data/caja-browser.desktop.in.in +++ b/data/caja-browser.desktop.in.in @@ -12,4 +12,4 @@ Type=Application Categories=GTK;System;Core; # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=files;browser;manager;MATE; -OnlyShowIn=MATE; +OnlyShowIn=Budgie;MATE;XFCE; -- cgit v1.2.1