Package Details: slack-desktop 4.49.89-1

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: 632
Popularity: 3.58
First Submitted: 2015-10-19 09:59 (UTC)
Last Updated: 2026-05-07 11:31 (UTC)

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 or patch or whatever, please read the wiki.

Latest Comments

1 2 3 4 5 6 .. 50 Next › Last »

jankoppe commented on 2026-03-18 12:29 (UTC) (edited on 2026-03-23 10:44 (UTC) by jankoppe)

I've been having massive audio issues in huddles with the current version. Apparently, the audio of my microphone was super choppy. Audio works perfectly fine everywhere else, even in Teams.

Switching to slack-electron seems to have fixed it, so I suspect that the bundled electron currently has issues. If someone else runs into the same behaviour, giving it a try seems worth it.

EDIT: Turns out that this did not fix it. Audio for Slack remains utterly broken since a few weeks.

b-fg commented on 2026-02-21 11:51 (UTC)

Recently, I am having a weird issue where the app window is not within the screen size (overflows to left side), and cannot be dragged or tiled in any way. I have not seen this happening in any other app installed in my system. I am using Gnome with Wayland. Anyone with similar issues or an idea on how to fix it? Thanks.

adfjjv commented on 2025-12-09 11:50 (UTC)

To fix the app icon on KDE Wayland, the desktop file must be named Slack.desktop not slack.desktop

mlerota commented on 2025-11-11 14:25 (UTC)

Can't blur or select the background in the call. Am I the only one who has this problem? It just stopped after some update. Also for screen sharing, I need to do it two times to get it work.

djshiye commented on 2025-11-03 19:34 (UTC)

Screen sharing is broken for me, plus you can also share the same exact screen where slack is open, no matter the selection. Or you get a black screen, depending on which slack build you're using on here.

Envek commented on 2025-06-02 15:20 (UTC)

Had to remove and reinstall the package to get it working. Bumping pkgrel would be nice

Smoerrebroed commented on 2025-05-28 05:49 (UTC)

Thanks for making the change @ogarcia Could you also bump the pkgrel please? Then everyone will get/see the update.

IXTEN commented on 2025-05-27 09:42 (UTC)

Using the --gtk-version=3 flag helped bypass the initial startup errors, but on my setup (GNOME 48 with Wayland), the application icon would show up in the dash with no actual window appearing. What finally worked for me was adding the following flags: --enable-features=UseOzonePlatform --ozone-platform=wayland After including those, the window launched properly.

ogarcia commented on 2025-05-26 14:46 (UTC)

@marmis @Smoerrebroed @dbb @arestivo I have updated the desktop file to include the --gtk-version=3 option to correct the problem for everyone.

arestivo commented on 2025-05-26 14:26 (UTC) (edited on 2025-05-26 14:27 (UTC) by arestivo)

To solve the "Using GTK 2/3 and GTK 4 in the same process is not supported", if you prefer not messing with system files, you can also just add the file ~/.local/share/applications/slack.desktop with the following contents:

[Desktop Entry]
Name=Slack
StartupWMClass=Slack
Comment=Slack Desktop
GenericName=Slack Client for Linux
Exec=/usr/bin/slack --gtk-version=3 -s %U
Icon=slack
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Network;InstantMessaging;
MimeType=x-scheme-handler/slack;

I also add to make it executable.