Start polkit-kde-authentication-agent-1 on startup

This commit is contained in:
Bhushan Shah 2015-09-15 18:20:18 +05:30
parent bbf9c0c61d
commit d4d7c4e7bc

View file

@ -42,6 +42,9 @@ dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/D
sleep 1 sleep 1
paplay /usr/share/sounds/sitter/ohits.ogg & paplay /usr/share/sounds/sitter/ohits.ogg &
# start polkit authentication agent
@CMAKE_INSTALL_FULL_LIBEXECDIR@/polkit-kde-authentication-agent-1 &
# Start kscreen_backend_launcher manually so plasmashell can restart properly # Start kscreen_backend_launcher manually so plasmashell can restart properly
@CMAKE_INSTALL_FULL_LIBEXECDIR_KF5@/kscreen_backend_launcher --backend QScreen & @CMAKE_INSTALL_FULL_LIBEXECDIR_KF5@/kscreen_backend_launcher --backend QScreen &