summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/dolphin/dolphin_revert_noroot.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/patch/dolphin/dolphin_revert_noroot.patch')
-rw-r--r--source/kde/kde/patch/dolphin/dolphin_revert_noroot.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/source/kde/kde/patch/dolphin/dolphin_revert_noroot.patch b/source/kde/kde/patch/dolphin/dolphin_revert_noroot.patch
deleted file mode 100644
index 3930959b3..000000000
--- a/source/kde/kde/patch/dolphin/dolphin_revert_noroot.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./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