From 28ecfd5a34eebefa9944840bbf83b4911f59c004 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Fri, 31 Dec 2021 10:36:31 -0700 Subject: Improve sudo/kdesu error message Now that you can get elevated privileges while using the app, we can display a more useful and descriptive error message when people try to run Dolphin using `sudo` or `kdesu`. Also bump the frameworks dependency to 5.90 since that's the KIO version that includes this change, so we can be sure that the message is always accurate. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 92b311bfc..6ab68cc93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE project(Dolphin VERSION ${RELEASE_SERVICE_VERSION}) set(QT_MIN_VERSION "5.15.0") -set(KF5_MIN_VERSION "5.89.0") +set(KF5_MIN_VERSION "5.90.0") # ECM setup find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) -- cgit v1.3.1