@pepijndevos, "an incorrect use of tar" is overstating the issue. This PKGBUILD works with makepkg so by definition it is working correctly. However, I think the issue with rua can be overcome simply by adding a --no-same-owner option on the tar command in the PKGBUILD. Can you please try that and let me know so if OK then I will add it.
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: | 331 |
Popularity: | 0.53 |
First Submitted: | 2024-03-04 17:57 (UTC) |
Last Updated: | 2025-03-27 10:22 (UTC) |
Dependencies (11)
- alsa-lib
- bash (bash-devel-gitAUR, bash-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- 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, pass-secret-service-gitAUR, dssdAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – keyring/password support
Required by (1)
- skype-secure (requires skypeforlinux)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 32 Next › Last »
bulletmark commented on 2020-03-15 07:51 (UTC)
Isolus commented on 2020-03-14 23:41 (UTC)
The prepare function greps gpgs output for an english text. On my system the output of gpg is localized so the installation fails.
pepijndevos commented on 2020-03-13 15:59 (UTC)
Note that this package has a problem installing with rua due to a setuid issue in the fakeroot triggered by an incorrect use of tar: https://github.com/vn971/rua/issues/89
bulletmark commented on 2020-02-25 22:48 (UTC)
@billypilgrim, rather than entertain a conspiracy, look in the menu under Tools/Settings/General and un-tick the "Automatically start Skype" option.
Pablo-Camara commented on 2020-02-04 20:00 (UTC)
Hello, I'm getting "curl: (56) OpenSSL SSL_read: Connection reset by peer, errno 104" can anyone help me with this issue ? Is there any step/action I'm missing ?
vesterlay commented on 2020-01-05 00:50 (UTC)
There are missing dependencies for Manjaro Gnome users.. If you are missing a tray icon on your bar, install this repository through pamac. Make sure extension "KStatusNotifierItem/AppIndicator Support" is enabled.
libappindicator-gtk3
Behem0th commented on 2019-12-05 03:28 (UTC)
GuardCat commented on 2019-09-11 06:29 (UTC)
If the app doesn't start, probably you need to create conf file in /etc/sysctl.d with that content: kernel.unprivileged_userns_clone=1.
sudo echo "kernel.unprivileged_userns_clone=1" > /etc/sysctl.d/00-local-userns.conf
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.