[ui] adding nemo and thunar to the list of supported file managers (IJPL-171764)

(cherry picked from commit 200377bd28b9b4e4863d9403cfa1541ea5d4d3de)

IJ-CR-150378

GitOrigin-RevId: 0c2332af6ca264306c3c664300c144f8bdce4eff
This commit is contained in:
Roman Shevchenko
2024-11-27 15:39:57 +01:00
committed by intellij-monorepo-bot
parent ca48a33cce
commit 2c32c5adfc

View File

@@ -308,7 +308,9 @@ public class RevealFileAction extends DumbAwareAction implements LightEditCompat
}
private static final class Holder {
private static final String[] supportedFileManagers = {"nautilus", "pantheon-files", "dolphin", "dde-file-manager"};
@SuppressWarnings("SpellCheckingInspection") private static final String[] supportedFileManagers = {
"nautilus", "pantheon-files", "dolphin", "nemo", "thunar", "dde-file-manager"
};
private static final boolean fileManagerPresent;
private static final @Nullable String fileManagerApp;