summaryrefslogtreecommitdiffstats
path: root/debian/_base/core/tdebase/debian/tdm-trinity.templates
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-11-15 21:15:11 +0800
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-11-15 21:15:11 +0800
commit98095beb82f000d888dfa15bada80376c48df837 (patch)
treedadbf7de3432fa5cbf95c42733d19d5cf0508034 /debian/_base/core/tdebase/debian/tdm-trinity.templates
parentf3d5de18f2bdf89d5923d560420ae23cac051cb8 (diff)
downloadtde-packaging-98095beb82f000d888dfa15bada80376c48df837.tar.gz
tde-packaging-98095beb82f000d888dfa15bada80376c48df837.zip
DEB: adjusted to new 'core' folder for main packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_base/core/tdebase/debian/tdm-trinity.templates')
-rw-r--r--debian/_base/core/tdebase/debian/tdm-trinity.templates32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/_base/core/tdebase/debian/tdm-trinity.templates b/debian/_base/core/tdebase/debian/tdm-trinity.templates
new file mode 100644
index 000000000..9c54e0e9d
--- /dev/null
+++ b/debian/_base/core/tdebase/debian/tdm-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: tdm-trinity/daemon_name
+Type: string
+Default: /opt/trinity/bin/tdm
+Description: internal use only
+ This template is never shown to the user and does not require translation.
+
+Template: tdm-trinity/stop_running_server_with_children
+Type: boolean
+Default: false
+_Description: Stop the tdm daemon?
+ The Trinity Desktop manager (tdm) daemon is typically stopped on package upgrade
+ and removal, but it appears to be managing at least one running X session.
+ .
+ If tdm 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.