diff options
author | Denis Kozadaev <denis@dilos.org> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | Denis Kozadaev <denis@dilos.org> | 2020-02-27 22:05:30 +0300 |
commit | 042414011edfd405230b65e77e2b14870852760f (patch) | |
tree | 877c1cde549aa493d60dd3ad7923d1ad7d6d6cee /dilos/tdebase/debian/tdm-trinity.templates | |
parent | c2cf8f6ec78fcb445212965de1339391c31fbfae (diff) | |
download | tde-packaging-042414011edfd405230b65e77e2b14870852760f.tar.gz tde-packaging-042414011edfd405230b65e77e2b14870852760f.zip |
DilOS: tdebase build pack
Signed-off-by: Denis Kozadaev <denis@dilos.org>
Diffstat (limited to 'dilos/tdebase/debian/tdm-trinity.templates')
-rw-r--r-- | dilos/tdebase/debian/tdm-trinity.templates | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dilos/tdebase/debian/tdm-trinity.templates b/dilos/tdebase/debian/tdm-trinity.templates new file mode 100644 index 000000000..7c3f9bcc5 --- /dev/null +++ b/dilos/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: /usr/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. |