summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/kdebase/debian/kdm-trinity.templates
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-03 14:44:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-08-03 14:44:58 -0500
commit0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6 (patch)
treec0d0d652fef20159e78fa20b2567661bd7db8e41 /debian/squeeze/kdebase/debian/kdm-trinity.templates
parent6b027437fd51e7874aaffed9e395ddf7913c3ab4 (diff)
downloadtde-packaging-0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6.tar.gz
tde-packaging-0cc79c34f5e9be7eced52b0565e8e79acfa5f4e6.zip
Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick
Diffstat (limited to 'debian/squeeze/kdebase/debian/kdm-trinity.templates')
-rw-r--r--debian/squeeze/kdebase/debian/kdm-trinity.templates32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/squeeze/kdebase/debian/kdm-trinity.templates b/debian/squeeze/kdebase/debian/kdm-trinity.templates
new file mode 100644
index 000000000..8c8e3866e
--- /dev/null
+++ b/debian/squeeze/kdebase/debian/kdm-trinity.templates
@@ -0,0 +1,32 @@
+Template: shared/default-x-display-manager
+Type: select
+Choices: ${choices}
+_Description: Default display manager:
+ A display manager is a program that provides graphical login capabilities for
+ the X Window System.
+ .
+ Only one display manager can manage a given X server, but multiple display
+ manager packages are installed. Please select which display manager should
+ run by default.
+ .
+ Multiple display managers can run simultaneously if they are configured to
+ manage different servers; to achieve this, configure the display managers
+ accordingly, edit each of their init scripts in /etc/init.d, and disable the
+ check for a default display manager.
+
+Template: kdm-trinity/daemon_name
+Type: string
+Default: /opt/trinity/bin/kdm
+Description: internal use only
+ This template is never shown to the user and does not require translation.
+
+Template: kdm-trinity/stop_running_server_with_children
+Type: boolean
+Default: false
+_Description: Stop the kdm-trinity daemon?
+ The K Desktop manager (kdm-trinity) daemon is typically stopped on package upgrade
+ and removal, but it appears to be managing at least one running X session.
+ .
+ If kdm is stopped now, any X sessions it manages will be terminated.
+ Otherwise, the new version will take effect the next time the daemon
+ is restarted.