@MajorMayer
Not a maintainer, just a passerby user.
This doesn't start at all on Gnome / Wayland
That's odd, it should work under XWayland no problem. I was just recently helping to a colleague using Ubuntu, where Skype couldn't share the screen because its engineers way behind everyone on making their app work natively on Wayland.
Are you sure you have xorg-xwayland
package installed? Do other XWayland apps work for you?
Can you maybe also add "--ozone-platform=wayland --enable-eatures=WaylandWindowDecorations" to the .desktop file
Are you sure it won't break X11? Did you test that with X11?
Pinned Comments
Hanabishi commented on 2024-07-31 07:28 (UTC) (edited on 2024-08-20 13:25 (UTC) by Hanabishi)
There is a problem with Skype being stuck on the login screen on first launch. That happens when your
org.freedesktop.secrets
provider doesn't have a keyring configured, i.e. also first launch.I don't know if this is a quirk of
libsecret
or Skype itself, but we can't do pretty much anything about it anyway.Solutions are simple though:
Despite the login screen being stuck, the login itself is actually successful. So just kill it and run Skype again, it should be fine after that.
Configure your default keyring manually (using
seahorse
,kwalletmanager
etc.) before running Skype.bulletmark commented on 2020-04-30 10:01 (UTC) (edited on 2022-06-13 00:22 (UTC) by bulletmark)
To get automatic login, install a package that provides
org.freedesktop.secrets
, e.g.gnome-keyring
.To get a systray icon, install
libappindicator-gtk3
. On GNOME, then install the appindicator extension.