https://aur.archlinux.org/packages/skypeforlinux-stable-bin/#comment-742560
Wow, really? I don't even have a notification tray for Skype!
Git Clone URL: | https://aur.archlinux.org/skypeforlinux-bin.git (read-only, click to copy) |
---|---|
Package Base: | skypeforlinux-bin |
Description: | Skype for Linux |
Upstream URL: | https://www.skype.com/ |
Keywords: | skype |
Licenses: | custom |
Conflicts: | skype, skypeforlinux |
Provides: | skype, skypeforlinux |
Submitter: | Hanabishi |
Maintainer: | Hanabishi |
Last Packager: | Hanabishi |
Votes: | 332 |
Popularity: | 0.72 |
First Submitted: | 2024-03-04 17:57 (UTC) |
Last Updated: | 2025-03-27 10:22 (UTC) |
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 32 Next › Last »
https://aur.archlinux.org/packages/skypeforlinux-stable-bin/#comment-742560
Wow, really? I don't even have a notification tray for Skype!
Would it be possible to make asar optional? It pulls in nodejs just to fiddle with tray icon size.
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.
@bulletmark, If you install libappindicator-gtk3 the system tray gets broken. You can't rise most of the programs with single click. You have to right click and chose Open "app" which is annoying.
@bulletmark, I still do not understand why not add one of the workarounds in order to avoid problems for a fairly large percentage of users. For example this one: ln -sf /usr/lib/chromium/chrome-sandbox /usr/share/skypeforlinux/chrome-sandbox Checking whether chrome is installed or not.
@ikiruto, please go back and read all the older comments here about this issue.
@bulletmark, 4.14. This kernel is the most stable in my system and has support until 2024. Please add permissions to PKGBuild.
@mozo, what problem does it cause? @others, the majority of users benefit from including libappindicator-gtk3 so their tray icon will just work. It you don't need it then it should not affect anything and it is only a small package. I can change it to optdepends but is it really a problem?
Also libappindicator-gtk3 causes problems on Plasma.
libappindicator-gtk3 is also not required for the tray icon in Cinnamon. Please remove the dependency or move it to optdepends.
Pinned Comments
Hanabishi commented on 2025-02-28 12:11 (UTC)
Microsoft is finally shutting down Skype in May
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.