Thanks @hashstat. There's only one more problem: Clicking links doesn't seem to open the browser.
Search Criteria
Package Details: slack-desktop 4.41.98-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: | 605 |
Popularity: | 2.42 |
First Submitted: | 2015-10-19 09:59 (UTC) |
Last Updated: | 2024-11-26 07:23 (UTC) |
Dependencies (7)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libsecret
- libxss
- nss (nss-hgAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- libappindicator-gtk3 (optional) – Systray indicator 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 store support
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 .. 48 Next › Last »
tonkku107 commented on 2018-08-07 14:23 (UTC)
knt commented on 2018-08-07 12:57 (UTC) (edited on 2018-08-07 13:06 (UTC) by knt)
Thanx @hashstat. It is work for me.
bararchy commented on 2018-08-07 11:39 (UTC)
Seems slack-desktop fails to find libffmpeg for me:
https://gist.github.com/bararchy/c9c0fd76d173d5ab1c26cd62cbcc3dbc
also libnode.
Going to /usr/lib/slack i can see both libs.
dief commented on 2018-08-07 08:14 (UTC)
@polo tyvm! I also was given the URL on freenode - should have asked there first. Thanks again
polo commented on 2018-08-07 07:38 (UTC)
Arch package archive https://archive.archlinux.org/repos/2018/08/01/core/os/x86_64/
dief commented on 2018-08-07 07:30 (UTC)
@hashstat N00b question here, but how do I get my hands on glibc-2.27-3-x86_64.pkg.tar.xz? I don't have it in my cache?
hashstat commented on 2018-08-06 18:45 (UTC)
I found a workaround that allows slack to use the previous version of glibc without downgrading.
Do the following as root:
# Extract glibc 2.27-3
mkdir /opt/glibc-2.27
bsdtar xf /var/cache/pacman/pkg/glibc-2.27-3-x86_64.pkg.tar.xz --cd /opt/glibc-2.27
# Patch the slack binary to point to glibc-2.27
pacman -S patchelf
patchelf --set-interpreter /opt/glibc-2.27/usr/lib/ld-linux-x86-64.so.2 /usr/bin/slack
Now you can launch slack as any user: LD_LIBRARY_PATH=/opt/glibc-2.27/usr/lib/ slack &>/dev/null &
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.