Package Details: slack-desktop 4.38.115-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: 598
Popularity: 3.72
First Submitted: 2015-10-19 09:59 (UTC)
Last Updated: 2024-04-30 16:22 (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

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 47 Next › Last »

OJFord commented on 2023-07-17 17:42 (UTC)

@grandchild That's moot if you can't actually log in though! (See comments on that package.)

grandchild commented on 2023-07-17 16:32 (UTC) (edited on 2023-07-17 16:34 (UTC) by grandchild)

@OJFord: Actually, since electron 25.3.0 is already in the official packages, slack-electron works beautifully with screenshare :D 🎉

It still has the issues described in the PR linked below (having to select screens/windows ~4 times, until screenshare actually starts, but it works at least).

grandchild commented on 2023-07-17 13:39 (UTC)

@OJFord: re Screenshare: https://github.com/electron/electron/pull/38833 was merged & released a few days ago. Now we need to wait for Slack to pick up a new Electron version, hopefully soon.

OJFord commented on 2023-07-17 09:53 (UTC)

Same crash on screen-share with sway. Has anyone found a workaround (is it perhaps a missing dependency?) besides downgrading to v4.29.149-1 (reportedly working below)?.

ogarcia commented on 2023-07-12 15:18 (UTC)

@MarsSeed What you are asking for makes no sense. If you want a version of this package that does not have electron in it, you already have slack-electron. If the electron bundled in this package were removed, what would be the point of this package?

jrazeponi commented on 2023-07-12 14:21 (UTC) (edited on 2023-07-12 14:23 (UTC) by jrazeponi)

Adjust for new version
change line 6 to:

pkgver=4.33.73


change line 18 to:

b2sums=('fea247de1899880bd1107b20335c1d8716d28884bb3ea232a016e2237cc23e57d5b1d90d8daae179e6132389485adba34681c4effaa52d6625d2a26e4f72ff41'


It worked to me

MarsSeed commented on 2023-06-17 15:36 (UTC) (edited on 2023-06-17 15:38 (UTC) by MarsSeed)

Please remove the included Chrome/Electron engine, and use the Arch repo version as dependency.

Like in this package: slack-electron.

SailReal commented on 2023-05-26 10:12 (UTC)

@mlerota it is exactly the same on my device. If I start screensharing on 4.32.122-1 using Gnome Wayland I get a SIGSEGV. On 4.29.149-1 it works as expected :)

mlerota commented on 2023-05-17 08:03 (UTC)

Crashes when you try to share the screen. Both versions 4.32.122-1 and 4.31.155-1. The one that works is 4.29.149-1. On Gnome Wayland.

ogarcia commented on 2023-03-17 11:40 (UTC)

@boredland @OJFord The desktop file will not be modified any more than it already is because Arch Linux packages should always be as identical as possible to the upstream. The current modifications it has are simply because they are wrong in the original.

On the other hand I am not going to put a 'setconf' dependency to simply modify a line, when by default you already have the patch command because it is mandatory to install any AUR package.

That said, this does not prevent you from modifying the desktop file as you wish. Simply copy the file from /usr/share/applications/slack.desktop to $HOME/.local/share/applications and modify it.

mkdir -p $HOME/.local/share/applications
cp /usr/share/applications/slack.desktop $HOME/.local/share/applications
vim $HOME/.local/share/applications/slack.desktop

Once you have modified it, the .desktop of your home will be used instead of the one in /usr/share/applications/ (You may need to restart the session).