-
Notifications
You must be signed in to change notification settings - Fork 1
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
Teams does not run directly, but works via bash #50
Comments
Hi! A some things to try:
|
Thanks Marti, Running Now I can log into multiple teams accounts simultaneously on Linux, thanks! |
Great! I'm still curious though, why your original command doesn't work. It's probably something that can be improved in PS: This is the first user feedback I've received. It's good to hear that somebody finds this useful. :) |
FYI:
X Error of failed request: BadName (named color or font does not exist) Running journalctl before Mar 08 11:51:46 laptop polkitd(authority=local)[946]: Registered Authentication Agent for unix-process:200399:73989715 (system bus name :1.791 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_AU.UTF-8) Cheers |
OK I tried it and I see the issue now. The This demonstrates the issue by keeping the session around for 5 more seconds. Teams has a chance to start up and then exits.
Hopefully there is a nice way to handle this situation that doesn't add much complexity, I'll have to do some research. |
Jotting down notes about this issue...
|
Stumbled upon ego while trying to run Teams on a different user session. Had the exact same issue, where running The bash -> teams workflow does work for me as well. EDIT: if I can provide logs or any sort of debug data to help feel free to ask, I'd be happy to! |
I installed ego, and I get the following output but the program is not run...
(base) user_1@laptop:~$ ego -v -v -v -v -v --user=user_2 teams
[ego::logging] Log level TRACE
[users::base] Running getpwnam_r for user "user_2"
[users::base] Loading user with uid 1001
Setting up Alter Ego for user user_2 (1001)
Runtime data dir '/run/user/1000' configured
Wayland: WAYLAND_DISPLAY not set, skipping
X11 configured to allow +si:localuser:user_2
Publishing PulseAudio cookie /home/user_1/.config/pulse/cookie to /run/user/1000/ego/pulse-cookie
PulseAudio dir '/run/user/1000/pulse' configured
Running command: machinectl shell '--uid=user_2' '-EDISPLAY=:0' '-EPULSE_SERVER=unix:/run/user/1000/pulse/native' '-EPULSE_COOKIE=/run/user/1000/ego/pulse-cookie' -- .host /bin/sh -c 'dbus-update-activation-environment --systemd DISPLAY PULSE_SERVER PULSE_COOKIE; systemctl --user start xdg-desktop-portal-gtk; exec teams'
Connected to the local host. Press ^] three times within 1s to exit session.
Connection to the local host terminated.
Any thoughts??
The text was updated successfully, but these errors were encountered: