On 2024-08-18 00:29, Georg Pfuetzenreuter via openSUSE Users wrote:
On 8/17/24 11:56 PM, David C. Rankin wrote:
On 8/17/24 4:26 PM, Georg Pfuetzenreuter via openSUSE Users wrote:
On 8/17/24 10:38 PM, David C. Rankin wrote:
Devs, All,
Hi David.
The issue is when multiple login sessions are active under ones username:
``` $ loginctl list-sessions --no-legend | awk "/georg/{ print \$1 }" 1 11 ```
You nailed it:
$ loginctl list-sessions --no-legend 1 1000 david seat0 2959 user - no - 2 1000 david - 3116 manager - no -
I'm a bit surprised with your output, it does not have any tty information, so whilst my patch will remove the "weird" errors, it would still not make clipboard functionality work for you.
Clipboard with susepaste has NEVER worked for me, in several opensuse distros. Currently using Leap 15.5 and XFCE. cer@Telcontar:~> susepaste -n "Carlos E.R." -t "test" -e 30 pp.jpg Pasted as: https://susepaste.org/fe8a75af3286 https://paste.opensuse.org/fe8a75af3286 Link is also in your clipboard. cer@Telcontar:~> No, it is not in my clipboard (my clipboard contains "users@lists.opensuse.org"). And the first link is wrong. cer@Telcontar:~> loginctl list-sessions --no-legend 16 1000 cer seat0 tty1 5 1000 cer seat0 c1 0 root cer@Telcontar:~> cer@Telcontar:~> loginctl show-session auto Id=5 User=1000 Name=cer Timestamp=Fri 2024-06-21 19:22:22 CEST TimestampMonotonic=234789488 VTNr=7 Seat=seat0 Display=:0 Remote=no Service=sddm Desktop=XFCE Scope=session-5.scope Leader=5232 Audit=5 Type=x11 Class=user Active=yes State=active IdleHint=no IdleSinceHint=0 IdleSinceHintMonotonic=0 LockedHint=no cer@Telcontar:~> -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)