Go to file
Sebastian Kügler ff40813454 Crash recovery for plasma-shell
We restart plasma-shell after crashes. When it crashes subsequently on startup,
and more than two times in a row, we give up in order to not endlessly loop.
Once the shell process stays alive for at least 15 seconds, we reset the crash
counter, so a later crash, at runtime rather than on startup will still be
recovered from.

This logic is very similar as to how kwin handles it.

DIGEST:
2013-12-04 04:15:24 +01:00
desktoptheme SVN_SILENT made messages (.desktop file) 2013-11-02 03:45:23 +00:00
examples SVN_SILENT made messages (.desktop file) 2013-11-28 04:08:15 +00:00
src Crash recovery for plasma-shell 2013-12-04 04:15:24 +01:00
tools Small example how to dumb-port from qDebug to qCDebug 2013-11-20 04:37:47 +01:00
.reviewboardrc Add reviewboardrc file 2013-08-16 21:58:50 +01:00
CMakeLists.txt Allow builds with Qt 5.2 2013-12-02 12:27:34 +01:00
config-compiler.h.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
config-prefix.h.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
CTestConfig.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
CTestCustom.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
FindPlasma.cmake Try a bit saner setup of the cmake foo 2013-05-03 03:17:26 +02:00
Mainpage.dox Create Mainpage.dox for kde-runtime plasma sub-projects 2012-12-14 16:15:44 +01:00
PlasmaConfig.cmake.in Rename target plasma to Plasma 2013-10-16 00:47:47 +02:00
PlasmaMacros.cmake Deprecate plasma_add_plugin 2013-11-14 17:42:26 +01:00
README Fix build error: convert qdatetime to uint 2013-06-05 19:41:58 +02:00

See also: http://community.kde.org/Plasma#Plasma_Workspaces_2