mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-23 02:42:02 -05:00
Try fixing polkit autostart
This commit is contained in:
parent
8654d42b42
commit
c3d5d3652c
1 changed files with 3 additions and 3 deletions
|
@ -111,9 +111,9 @@ void SplashController::runAutostart() {
|
|||
|
||||
//Autostart the Polkit agent
|
||||
QString pkPath = QStringLiteral(SYSTEM_LIBRARY_DIRECTORY).append("/td-polkitagent");
|
||||
if (QFile::exists(pkPath)) {
|
||||
QProcess::startDetached(pkPath, QStringList());
|
||||
}
|
||||
// if (QFile::exists(pkPath)) {
|
||||
QProcess::startDetached(pkPath, QStringList());
|
||||
// }
|
||||
|
||||
QStringList searchPaths = {
|
||||
qEnvironmentVariable("XDG_CONFIG_HOME", QDir::homePath() + "/.config") + "/autostart",
|
||||
|
|
Loading…
Reference in a new issue