diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-17 15:59:51 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-17 15:59:51 -0500 |
commit | 888a696a3d1c31bbd32c75f80a69dab8e6d031ee (patch) | |
tree | 5504f60cbf96e6b1e19436d443f9d3a025b45aa4 | |
parent | f3db9433f8b18683e192c97835d15c26f19b96a0 (diff) | |
download | tdebase-888a696a3d1c31bbd32c75f80a69dab8e6d031ee.tar.gz tdebase-888a696a3d1c31bbd32c75f80a69dab8e6d031ee.zip |
Add help handbook information about new TDM GUI check box
control to restart X server when terminating a Trinity session.
This supports bug report 1245.
-rw-r--r-- | doc/tdm/index.docbook | 6 | ||||
-rw-r--r-- | kcontrol/tdm/tdm-shut.cpp | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/tdm/index.docbook b/doc/tdm/index.docbook index 9f905c9d6..0bfd6f4b0 100644 --- a/doc/tdm/index.docbook +++ b/doc/tdm/index.docbook @@ -703,6 +703,12 @@ feature to work, you will need to supply the correct paths to your <command>lilo</command> command and to lilo's map file. Note that this option is not available on all operating systems.</para> +<para><emphasis>Restart X-Server with session exit</emphasis></para> +<para>Whether the login manager should restart the local X-Server after +a session exit instead of resetting. Use this option when the X-Server +leaks memory, crashes the system on reset attempts, or otherwise exhibits +display issues or artifacts.</para> + </sect2> <sect2 id="tdmconfig-users"> diff --git a/kcontrol/tdm/tdm-shut.cpp b/kcontrol/tdm/tdm-shut.cpp index 2d8a565bc..5b295b5ba 100644 --- a/kcontrol/tdm/tdm-shut.cpp +++ b/kcontrol/tdm/tdm-shut.cpp @@ -1,4 +1,4 @@ -/* This file is part of the KDE Display Manager Configuration package +*/ This file is part of the KDE Display Manager Configuration package Copyright (C) 1997-1998 Thomas Tanghus (tanghus@earthling.net) This program is free software; you can redistribute it and/or @@ -102,7 +102,7 @@ TDMSessionsWidget::TDMSessionsWidget(TQWidget *parent, const char *name) tsbox = new TQCheckBox( i18n("Restart X-Server with session exit"), this ); connect( tsbox, TQT_SIGNAL(toggled(bool)), TQT_SLOT(changed()) ); - wtstr = i18n("Whether the login manager should restart the local X-Server after a session exit instead of resetting. Use this when the X-Server leaks memory, crashes the system on reset attempts, or otherwise exhibits display issues."); + wtstr = i18n("Whether the login manager should restart the local X-Server after a session exit instead of resetting. Use this option when the X-Server leaks memory, crashes the system on reset attempts, or otherwise exhibits display issues or artifacts."); TQWhatsThis::add( tsbox, wtstr ); TQBoxLayout *main = new TQVBoxLayout( this, 10 ); |