[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-02-20 Thread TraceyC
https://bugs.kde.org/show_bug.cgi?id=514391
Bug 514391 depends on bug 515392, which changed state.

Bug 515392 Summary: plasma-login-greeter errors out shortly after startup with 
HELPER_AUTH_ERROR
https://bugs.kde.org/show_bug.cgi?id=515392

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-02-12 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=514391
Bug 514391 depends on bug 515392, which changed state.

Bug 515392 Summary: plasma-login-greeter errors out shortly after startup with 
HELPER_AUTH_ERROR
https://bugs.kde.org/show_bug.cgi?id=515392

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-02-04 Thread TraceyC
https://bugs.kde.org/show_bug.cgi?id=514391

TraceyC  changed:

   What|Removed |Added

 CC||[email protected]

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-02-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=514391

David Edmundson  changed:

   What|Removed |Added

 Depends on||515392


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=515392
[Bug 515392] plasma-login-greeter errors out shortly after startup with
HELPER_AUTH_ERROR
-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-02-04 Thread Szczepan Hołyszewski
https://bugs.kde.org/show_bug.cgi?id=514391

--- Comment #13 from Szczepan Hołyszewski  ---
If this bugtracker supports it, consider adding "depends on" 515392. I reported
the currently experienced symptom as a separate issue, and I can't properly
test the fix to this issue until that one is also fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-02-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=514391

David Edmundson  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-01-26 Thread Szczepan Hołyszewski
https://bugs.kde.org/show_bug.cgi?id=514391

--- Comment #12 from Szczepan Hołyszewski  ---
Why is this issue stuck in NEEDSINFO/WAITINGFORINFO? I was asked to try a
particular fix. I did so, and provided feedback already on Jan 10: TL;DR the
fix makes things strictly worse.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-01-14 Thread Szczepan Hołyszewski
https://bugs.kde.org/show_bug.cgi?id=514391

--- Comment #11 from Szczepan Hołyszewski  ---
(In reply to Neal Gompa from comment #10)
> Git commit 99ded959c822c39819c15d60bcec67f2e4129673 by Neal Gompa, on behalf
> of David Edmundson.
> Committed on 11/01/2026 at 22:17.
> Pushed by ngompa into branch 'master'.
> 
> usersession: Always load the relevant VT
> 
> The old code had a relic path for when SDDM used to start the X11
> server. This is no longer relevant and the checks missed handling a
> wayland greeter.
> 
> M  +33   -40   src/helper/UserSession.cpp
> 
> https://invent.kde.org/plasma/plasma-login-manager/-/commit/
> 99ded959c822c39819c15d60bcec67f2e4129673

Is this the same as the current 5.5.90 beta with respect to these code paths?
This now can't log me in at all. Greeter shows, but no pointer, no reaction to
input, and crashes/exits all by itself after a while.

```
-- Boot 95794f7536104141b334809576cd759b --
Jan 14 14:20:40 berbelek plasmalogin[1076]: Initializing...
Jan 14 14:20:40 berbelek plasmalogin[1076]: Starting...
Jan 14 14:20:40 berbelek plasmalogin[1076]: Logind interface found
Jan 14 14:20:40 berbelek plasmalogin[1076]: Adding new display...
Jan 14 14:20:40 berbelek plasmalogin[1076]: Using VT 1
Jan 14 14:20:40 berbelek plasmalogin[1076]: Display server started.
Jan 14 14:20:40 berbelek plasmalogin[1076]: Socket server starting...
Jan 14 14:20:40 berbelek plasmalogin[1076]: Socket server started.
Jan 14 14:20:40 berbelek plasmalogin[1076]: Greeter starting...
Jan 14 14:20:41 berbelek plasmalogin[1076]: Greeter session started
successfully
Jan 14 14:20:42 berbelek plasmalogin[1076]: Message received from greeter:
Connect
Jan 14 14:20:44 berbelek plasmalogin[1076]: Auth: plasmalogin-helper exited
with 1
Jan 14 14:20:44 berbelek plasmalogin[1076]: Greeter stopped.
PLASMALOGIN::Auth::HELPER_AUTH_ERROR
Jan 14 14:25:37 berbelek plasmalogin[1076]: Signal received: SIGTERM
Jan 14 14:25:37 berbelek plasmalogin[1076]: Socket server stopping...
Jan 14 14:25:37 berbelek plasmalogin[1076]: Socket server stopped.
```

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-01-11 Thread Neal Gompa
https://bugs.kde.org/show_bug.cgi?id=514391

--- Comment #10 from Neal Gompa  ---
Git commit 99ded959c822c39819c15d60bcec67f2e4129673 by Neal Gompa, on behalf of
David Edmundson.
Committed on 11/01/2026 at 22:17.
Pushed by ngompa into branch 'master'.

usersession: Always load the relevant VT

The old code had a relic path for when SDDM used to start the X11
server. This is no longer relevant and the checks missed handling a
wayland greeter.

M  +33   -40   src/helper/UserSession.cpp

https://invent.kde.org/plasma/plasma-login-manager/-/commit/99ded959c822c39819c15d60bcec67f2e4129673

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-01-11 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=514391

--- Comment #9 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-login-manager/-/merge_requests/56

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-01-10 Thread Szczepan Hołyszewski
https://bugs.kde.org/show_bug.cgi?id=514391

--- Comment #8 from Szczepan Hołyszewski  ---
Created attachment 188391
  --> https://bugs.kde.org/attachment.cgi?id=188391&action=edit
systemctl status plasmalogin

Built from commit 681b65b4ddc8f820a0e2d3a13a27b9fc112fbe88

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-01-10 Thread Szczepan Hołyszewski
https://bugs.kde.org/show_bug.cgi?id=514391

--- Comment #7 from Szczepan Hołyszewski  ---
(In reply to David Edmundson from comment #6)
> Can you try this branch: 
> work/d_ed/tty

Greeter doesn't show. Attaching plasmalogin status captured after console
login.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-01-10 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=514391

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #6 from David Edmundson  ---
Can you try this branch: 
work/d_ed/tty

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-01-09 Thread Szczepan Hołyszewski
https://bugs.kde.org/show_bug.cgi?id=514391

--- Comment #5 from Szczepan Hołyszewski  ---
Created attachment 188370
  --> https://bugs.kde.org/attachment.cgi?id=188370&action=edit
Diagnostics captured in SDDM session, for reference

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-01-09 Thread Szczepan Hołyszewski
https://bugs.kde.org/show_bug.cgi?id=514391

--- Comment #4 from Szczepan Hołyszewski  ---
Created attachment 188369
  --> https://bugs.kde.org/attachment.cgi?id=188369&action=edit
Diagnostics captured in plasmalogin session

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-01-09 Thread Szczepan Hołyszewski
https://bugs.kde.org/show_bug.cgi?id=514391

--- Comment #3 from Szczepan Hołyszewski  ---
(In reply to Oliver Beard from comment #2)
> This doesn't happen on my Arch Linux install. Is this using the AUR package?
> After login, TTY1 shows the systemd bootup and TTY2 shows the login session.
> There is never any console login prompt.

AUR package `plasma-login-manager-git`.

I might have done some TTY/console tweaking in the past and I may have things
running on TTY1 that doesn't run there in a stock Arch. But this probably only
surfaces the issue rather than causes it.

With SDDM, TTY1 has black screen with mouse pointer, TTY2 has console login (no
password leaking there), and TTY3 runs the Plasma session.

With plasmalogin, TTY1 has what the screenshot shows, TTY2 has whatever desktop
session plasmalogin starts, and TTY3 has console login prompt.

I vibecoded a script that gathers some diagnostics and ran it both in a SDDM
session and in a plasmalogin session. Attaching the diagnostics.

In any case, I believe a proper greeter should prevent keyboard input from
spilling over.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-01-09 Thread Szczepan Hołyszewski
https://bugs.kde.org/show_bug.cgi?id=514391

--- Comment #1 from Szczepan Hołyszewski  ---
Created attachment 188366
  --> https://bugs.kde.org/attachment.cgi?id=188366&action=edit
Password leaked to TTY1

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-login-manager] [Bug 514391] plasmalogin leaks typed password to TTY1

2026-01-09 Thread Oliver Beard
https://bugs.kde.org/show_bug.cgi?id=514391

--- Comment #2 from Oliver Beard  ---
This doesn't happen on my Arch Linux install. Is this using the AUR package?
After login, TTY1 shows the systemd bootup and TTY2 shows the login session.
There is never any console login prompt.

-- 
You are receiving this mail because:
You are watching all bug changes.