@ikiruto, what is your kernel version? You should not need to do that if you are running a kernel since 5.1.8.
Search Criteria
Package Details: skypeforlinux-bin 8.138.0.213-1
Package Actions
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) |
Dependencies (11)
- alsa-lib
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, bash-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libsecret
- libxss
- libxtst
- nss (nss-hgAUR)
- squashfs-tools (squashfs-tools-gitAUR) (make)
- libappindicator-gtk3 (optional) – system tray icon support
- org.freedesktop.secrets (gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, bitw-gitAUR, keepassxc-qt6AUR, pass-secret-service-binAUR, keepassxc-gitAUR, dssdAUR, pass-secret-service-gitAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – keyring/password support
Required by (1)
- skype-secure (requires skypeforlinux)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 32 Next › Last »
bulletmark commented on 2020-04-29 04:25 (UTC)
TioDuke commented on 2020-04-28 10:23 (UTC)
libappindicator-gtk3 is not needed for tray icon. At least it is not needed on my system which runs plasma. Please consider changing the dependency to an optdeps.
ikiruto commented on 2020-04-28 06:34 (UTC) (edited on 2020-04-28 06:35 (UTC) by ikiruto)
Manjaro. After each update, you must change the file permissions, since Skype does not start.
sudo chmod 4755 /usr/share/skypeforlinux/chrome-sandbox
bulletmark commented on 2020-04-27 23:58 (UTC)
@vesterlay, good suggestion. Something must have changed in skype and/or electron because this didn't seem to work previously but it does now. I have updated both stable and preview packages.
vesterlay commented on 2020-04-27 23:21 (UTC)
Please add libappindicator-gtk3
to the dependency list for tray icon support.
maximaman commented on 2020-04-16 15:04 (UTC)
Hmm, it seems that I didn't see the comments about the org.freedesktop.secrets
optional dependency on the page for the skypeforlinux-preview-bin
package. My fault for not understanding its purpose...
maximaman commented on 2020-04-16 14:59 (UTC)
It seems that autologin not working is caused by gnome-keyring not being installed. That's why I think it should be added to the PKGBUILD as an optional package:
diff --git a/PKGBUILD b/PKGBUILD
index 6f5476b..e42d074 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=("x86_64")
url="http://www.skype.com"
license=("custom")
depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4")
-optdepends=("org.freedesktop.secrets")
+optdepends=("org.freedesktop.secrets" "gnome-keyring")
makedepends=("asar")
conflicts=("$_pkgname" "$_pkgname-bin" "$_pkgname-preview-bin" "$_pkgname-beta-bin" "skype")
provides=("$_pkgname" "skype")
bulletmark commented on 2020-03-26 00:16 (UTC)
@Superturisto, it looks like you are using a 3rd party Arch repo. Get rid of it.
Superturisto commented on 2020-03-26 00:10 (UTC)
I've got error: failed retrieving file 'skypeforlinux-stable-bin-8.58.0.93-1-x86_64.pkg.tar.zst' from repo.jkanetwork.com : Maximum file size exceeded
geddy commented on 2020-03-25 11:00 (UTC)
Sorry, it was me being a doughnut. I used aurutils to "aur fetch skypeforlinux" rather than "aur etch skypeforlinux-stable-bin"
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.