Package patched to work with upgraded glibc! Take note that now the package takes up more space because have glibc-2.27-3 inside!
Search Criteria
Package Details: slack-desktop 4.44.60-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/slack-desktop.git (read-only, click to copy) |
---|---|
Package Base: | slack-desktop |
Description: | Slack Desktop (Beta) for Linux |
Upstream URL: | https://slack.com/downloads |
Licenses: | custom |
Submitter: | ogarcia |
Maintainer: | ogarcia |
Last Packager: | ogarcia |
Votes: | 624 |
Popularity: | 9.43 |
First Submitted: | 2015-10-19 09:59 (UTC) |
Last Updated: | 2025-05-26 14:44 (UTC) |
Dependencies (7)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libsecret
- libxss
- nss (nss-hgAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- libappindicator-gtk3 (optional) – Systray indicator 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 store support
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 49 Next › Last »
ogarcia commented on 2018-08-08 07:42 (UTC)
anemo commented on 2018-08-08 07:37 (UTC) (edited on 2018-08-08 07:38 (UTC) by anemo)
I had the same issue launching Slack. Downgrading glibc and lib32-glibc solved the issue.
# pacman -U /var/cache/pacman/pkg/lib32-glibc-2.27-3-x86_64.pkg.tar.xz /var/cache/pacman/pkg/glibc-2.27-3-x86_64.pkg.tar.xz
MuffinTroll commented on 2018-08-08 07:07 (UTC) (edited on 2018-08-08 07:07 (UTC) by MuffinTroll)
The problem that @archelaus is describing is related to glibc-2.28, most electron apps are affected. see the following threads:
https://bugs.archlinux.org/task/59550
https://www.reddit.com/r/archlinux/comments/9573e2/psa_use_flatpak_for_proprietary_applications_to/
getaceres commented on 2018-08-08 06:24 (UTC)
Skype AUR has included the workaround described by wbdana and now it works. Maybe you could do the same so the package works automatically while this bug is solved upstream.
https://aur.archlinux.org/packages/skypeforlinux-stable-bin/
devourerOfBits80 commented on 2018-08-08 05:10 (UTC)
I have the same issue as @archelaus. I don't have a solution for it, but I see that the problem is not quite new and you can find something about it in the Google.
alkersan commented on 2018-08-08 04:54 (UTC)
Another temporary solution would be to install slack from a snap package.
archelaus commented on 2018-08-07 20:18 (UTC)
Running slack returns : Segmentation fault (core dumped)
lira commented on 2018-08-07 17:56 (UTC)
@wbdana thank you very much. It worked!
wbdana commented on 2018-08-07 17:34 (UTC)
@lira I also had the same problem. @hashstat 's solution (with @andris 's edit) worked for me (thanks you two!).
So what I did was:
mkdir /opt/glibc-2.27
sudo bsdtar xf /var/cache/pacman/pkg/glibc-2.27-3-x86_64.pkg.tar.xz --cd /opt/glibc-2.27
sudo patchelf --set-interpreter /opt/glibc-2.27/usr/lib/ld-linux-x86-64.so.2 --set-rpath \$ORIGIN:\$ORIGIN/lib/:/opt/glibc-2.27/usr/lib/ /usr/bin/slack
Then I could run slack normally.
lira commented on 2018-08-07 17:15 (UTC)
I cannot start the slack. I have the same problem of @bararchy. How can I resolve it?
Pinned Comments
ogarcia commented on 2020-02-06 11:44 (UTC) (edited on 2020-02-06 11:44 (UTC) by ogarcia)
Please, don't ask for add
lsb-release
as dependency. In Arch Linux this package is not needed to run Slack Desktop.And before asking for any other dependency as
make
orpatch
or whatever, please read the wiki.