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
Search Criteria
Package Details: skypeforlinux-bin 8.133.0.202-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: | 330 |
Popularity: | 0.98 |
First Submitted: | 2024-03-04 17:57 (UTC) |
Last Updated: | 2024-11-21 03:34 (UTC) |
Dependencies (11)
- alsa-lib
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, 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 (keepassxc-gitAUR, gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, pass-secret-service-binAUR, dssdAUR, pass-secret-service-gitAUR, bitw-gitAUR, 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 .. 31 Next › Last »
pepijndevos commented on 2020-03-13 15:59 (UTC)
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
vasya commented on 2019-09-03 06:51 (UTC)
smorky, read some comments below please... In short, you're probably using linux-hardened (same as me BTW), and you need to either ln -sf /usr/lib/chromium/chrome-sandbox /usr/share/skypeforlinux/chrome-sandbox
if you have chromium installed, or do what you did with giving root access to Skype if you trust it enough.
smorky commented on 2019-09-03 06:43 (UTC)
After updating, my Skype fails to start with
The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /usr/share/skypeforlinux/chrome-sandbox is owned by root and has mode 4755.
in the log file. It works when I chmod
the chrome-sandbox
file to the 4755 mode. Does anyone else get that or is there some quirk with my Manjaro Stable installation?
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.