By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2806
Collapse All | Expand All

(-)tdebase-trinity-14.0.11/tdm/tdm.service.debian.cmake_ (-2 / +10 lines)
Lines 1-8 Link Here
1
[Unit]
1
[Unit]
2
Description=Trinity Display Manager
2
Description=Trinity Display Manager
3
Documentation=man:tdm-trinity(1)
3
Documentation=man:tdm-trinity(1)
4
Conflicts=getty@tty7.service plymouth-quit.service
4
# Change this if you want to start tdm in a different tty
5
After=systemd-user-sessions.service getty@tty7.service plymouth-quit.service
5
Conflicts=getty@tty1.service getty@tty7.service
6
After=getty@tty1.service getty@tty7.service
7
8
After=systemd-user-sessions.service systemd-logind.service
9
# Workaround entropy starvation
10
After=haveged.service
6
11
7
[Service]
12
[Service]
8
# temporary safety check until all DMs are converted to correct
13
# temporary safety check until all DMs are converted to correct
Lines 10-12 Link Here
10
ExecStartPre=/bin/sh -c '[ "$(basename $(cat /etc/X11/default-display-manager 2>/dev/null))" = "tdm" ]'
15
ExecStartPre=/bin/sh -c '[ "$(basename $(cat /etc/X11/default-display-manager 2>/dev/null))" = "tdm" ]'
11
ExecStart=@BIN_INSTALL_DIR@/tdm
16
ExecStart=@BIN_INSTALL_DIR@/tdm
12
Restart=always
17
Restart=always
18
19
[Install]
20
Alias=display-manager.service

Return to bug 2806