Blob Blame History Raw
From 4032ab68f53d2b5e8337121d6b81b611af6d3b90 Mon Sep 17 00:00:00 2001
From: Joshua Strobl <me@joshuastrobl.com>
Date: Sun, 11 Dec 2022 15:46:20 +0200
Subject: [PATCH 1/1] 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 4578be1..8d45134 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;
-- 
2.38.1