Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions live/root/etc/systemd/system/x11-autologin.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ WorkingDirectory=~

PAMName=login
Environment=XDG_SESSION_TYPE=x11
TTYPath=/dev/tty7
TTYPath=/dev/tty2
StandardInput=tty
UnsetEnvironment=TERM

UtmpIdentifier=tty7
UtmpIdentifier=tty2
UtmpMode=user

StandardOutput=journal
ExecStartPre=/usr/bin/chvt 7
ExecStart=/usr/bin/startx -- vt7 -keeptty -verbose 3 -logfile /dev/null
ExecStartPre=/usr/bin/chvt 2
ExecStart=/usr/bin/startx -- vt2 -keeptty -verbose 3 -logfile /dev/null
Restart=no

[Install]
Expand Down
6 changes: 6 additions & 0 deletions live/src/agama-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 8 06:28:35 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>

- Use tty2 instead of tty7 (gh#openSUSE/agama#1582)
This matches openQA tty expectations for >SLES12

-------------------------------------------------------------------
Wed Sep 4 07:08:30 UTC 2024 - Ladislav Slezák <lslezak@suse.com>

Expand Down