From kde-commits Wed May 31 20:50:06 2017 From: =?utf-8?q?Andrius_=C5=A0tikonas?= Date: Wed, 31 May 2017 20:50:06 +0000 To: kde-commits Subject: [partitionmanager] src/util: Add a note about kdesu configuration Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=149626381827174 Git commit 42fc14cad135139f2d555287b11d1c7df8745bd2 by Andrius =C5=A0tikona= s. Committed on 31/05/2017 at 20:49. Pushed by stikonas into branch 'master'. Add a note about kdesu configuration M +5 -2 src/util/guihelpers.cpp https://commits.kde.org/partitionmanager/42fc14cad135139f2d555287b11d1c7df8= 745bd2 diff --git a/src/util/guihelpers.cpp b/src/util/guihelpers.cpp index dda3717..faafd57 100644 --- a/src/util/guihelpers.cpp +++ b/src/util/guihelpers.cpp @@ -86,12 +86,15 @@ bool checkPermissions() "You do not have administrative privileges.= " "It is possible to run %1= without these privileges. " "You will, however, not be allowed to= apply operations." - "Do you want to continue running %1?", + "Do you want to continue running %1?" + "If administrator login is disabled and your p= assword is " + "not accepted, then check kdesu " + "configuration.", QGuiApplication::applicationDisplayName()), xi18nc("@title:window", "No administrative privileges"), KGuiItem(xi18nc("@action:button", "Run without administrat= ive privileges"), QStringLiteral("arrow-right")), KStandardGuiItem::cancel(), - QStringLiteral("runWithoutRootPrivileges")) =3D=3D KMessag= eBox::Continue; + QStringLiteral("runWithoutRootPrivileges"), KMessageBox::A= llowLink) =3D=3D KMessageBox::Continue; } = return true;