From 96eb00c7723f6c5404e9b6411b3b884e2b84d1c2 Mon Sep 17 00:00:00 2001 From: ferreol-fr <123027488+ferreol-fr@users.noreply.github.com> Date: Sat, 12 Sep 2026 15:50:21 +0200 Subject: [PATCH] Update TeeJee.System.vala to fix ** (org.gnome.Nautilus:581180): WARNING **: 15:51:47.286: Running as root is not supported. Consider running nautilus admin:/// instead. As nautilus can't run as root, it could ever be removed. Place it on second position is for me a very bad idea. --- src/Utility/TeeJee.System.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utility/TeeJee.System.vala b/src/Utility/TeeJee.System.vala index 59a5bcd6..389af9f1 100644 --- a/src/Utility/TeeJee.System.vala +++ b/src/Utility/TeeJee.System.vala @@ -120,7 +120,7 @@ namespace TeeJee.System{ } foreach(string app_name in - new string[]{ "nemo", "nautilus", "thunar", "io.elementary.files", "pantheon-files", "marlin", "dolphin" }){ + new string[]{ "nemo", "thunar", "io.elementary.files", "pantheon-files", "marlin", "dolphin", "nautilus" }){ if(!cmd_exists(app_name)) { continue; }