Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert graphical tty change #1619

Merged
merged 1 commit into from
Sep 19, 2024
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/tty2
TTYPath=/dev/tty7
StandardInput=tty
UnsetEnvironment=TERM

UtmpIdentifier=tty2
UtmpIdentifier=tty7
UtmpMode=user

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

[Install]
Expand Down
8 changes: 8 additions & 0 deletions live/src/agama-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Sep 8 13:26:00 UTC 2024 - Joaquín Rivera <jeriveramoya@suse.com>

- Revert to use tty7 (gh#openSUSE/agama#1582)
openQA tty expectations for installer are always in this tty.
The change to tty2 created an sporadic failure assigning tty2
as a non-grafical one anyway in ppc64le and aarch64.

-------------------------------------------------------------------
Mon Sep 16 15:46:23 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>

Expand Down