summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/dolphin/dolphin_revert_noroot.patch
blob: 3930959b369ed9179c9ccb7331f84e222fbf1e95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- ./src/main.cpp.orig	2022-04-22 02:04:31.917318278 -0500
+++ ./src/main.cpp	2022-04-22 02:05:16.203319268 -0500
@@ -48,13 +48,11 @@
                          "Instead use Dolphin normally and you will be prompted for elevated privileges when "
                          "performing file operations that require them."
                       << std::endl;
-            return EXIT_FAILURE;
         } else if (!qEnvironmentVariableIsEmpty("KDESU_USER")) {
             std::cout << "Running Dolphin with kdesu can cause bugs and expose you to security vulnerabilities. "
                          "Instead use Dolphin normally and you will be prompted for elevated privileges when "
                          "performing file operations that require them."
                       << std::endl;
-            return EXIT_FAILURE;
         }
     }
 #endif