|
|
|
@ -41,6 +41,9 @@ int main(int argc, char *argv[])
|
|
|
|
|
|
|
|
|
|
TDEApplication app;
|
|
|
|
|
|
|
|
|
|
// We handle autostart via standard autostart-enabled .desktop file instead of the session manager
|
|
|
|
|
app.disableSessionManagement();
|
|
|
|
|
|
|
|
|
|
TopLevel toplevel;
|
|
|
|
|
KWin::setSystemTrayWindowFor(toplevel.winId(), 0);
|
|
|
|
|
toplevel.show();
|
|
|
|
|