mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kdesudo: disable session management
kdesudo does not support session restoration Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a02c21aa91
commit
af98b78b2a
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ int main(int argc, char **argv)
|
||||||
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
|
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
|
||||||
|
|
||||||
KApplication a;
|
KApplication a;
|
||||||
|
a.disableSessionManagement();
|
||||||
|
|
||||||
QString executable, arg, command, icon;
|
QString executable, arg, command, icon;
|
||||||
QStringList executableList, commandlist;
|
QStringList executableList, commandlist;
|
||||||
|
|
Loading…
Add table
Reference in a new issue