@Svenstaro yep, seems to be related to a recent gcc update and /usr/lib/slack/libnode.so
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: | 622 |
Popularity: | 10.14 |
First Submitted: | 2015-10-19 09:59 (UTC) |
Last Updated: | 2025-05-15 09:00 (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, xdg-utils-mimeoAUR, mimejs-gitAUR)
- 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 .. 23 24 25 26 27 28 29 30 31 32 33 .. 49 Next › Last »
raul commented on 2018-08-06 11:03 (UTC)
svenstaro commented on 2018-08-06 01:24 (UTC)
Can't start slack. Basically it just segfaults right at the start. Due to missing symbols, gdb is pretty much useless. I'm running full [testing]. Anybody else getting this?
Pastafarianist commented on 2018-07-30 16:58 (UTC)
I've hit https://github.com/electron/electron/issues/8127. As suggested in the comments, adding the extra --disable-gpu-driver-bug-workarounds --enable-native-gpu-memory-buffers
parameters into the .desktop
file fixed the issue for me.
ogarcia commented on 2018-07-03 07:12 (UTC)
@petr.nehez you can override the desktop file with your own copy. Do the following.
# Copy to your .local folder
cp /usr/share/applications/slack.desktop ~/.local/share/applications
# Edit it
vim ~/.local/share/applications/slack.desktop
Now you can set the Exec entry to anything you want:
Exec=env XDG_CURRENT_DESKTOP=Unity LD_PRELOAD=/usr/lib/libcurl.so.3 /usr/bin/slack %U
petr.nehez commented on 2018-07-03 03:46 (UTC)
It might worth to consider also a patch for Plasma tray icon by adding XDG_CURRENT_DESKTOP=Unity prefix.
b0o commented on 2018-06-30 08:17 (UTC) (edited on 2018-06-30 08:20 (UTC) by b0o)
I'm having issues with launching slack-desktop after quitting it via my WM.
Basically, slack launches successfully on my system after a reboot. If I select file -> quit from the menubar, I can launch slack again and it still works just fine.
The problem seems to be that if I kill slack using my WM bindings (XMonad in this case), it fails to launch again until I reboot my system. The error I get is as follows:
$ slack
Creating Slack Application
dbus[19291]: dbus message iterator has already been closed, or is uninitialized or corrupt
D-Bus not built with -rdynamic so unable to print a backtrace
Failed to get crash dump id.
Report Id: 5b373b889ed27
[1] 19291 abort (core dumped) slack
Downgrading to 3.1.1 fixes this - not sure if this is an upstream issue or what.
Archange commented on 2018-06-20 20:35 (UTC)
Of course, it does not work…
My PKGBUILD attempt is here in case anyone is interested: https://paste.xinu.at/N0w5z/
To (fail to) run it, you have to type electron /usr/lib/slack/app.asar
in a terminal (providing a slack
in /usr/bin
is of course doable, but there is no point yet).
Archange commented on 2018-06-20 13:43 (UTC)
I’m going to propose a very different way of packaging this, because in the end I believe this is just yet another electron app. If I succeed, this will land in [community].
mayowa commented on 2018-06-20 10:32 (UTC)
I am having issues with time messages are sent. Any message i send has the sent time set to GMT+0, instead of GMT+1. However the recipient recieves it in the normal time. The recipient is running a windows client. Running on KDE Plasma. Issue not fixed with the last upgrade.
Quatro commented on 2018-06-13 11:39 (UTC)
Also seeing the same issue as mheese and codedmart
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.