Would it be possible to use the packaged electron instead of installing yet another chromium binary?
Search Criteria
Package Details: slack-desktop 4.43.52-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: | 613 |
Popularity: | 3.80 |
First Submitted: | 2015-10-19 09:59 (UTC) |
Last Updated: | 2025-04-29 07:12 (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 .. 30 31 32 33 34 35 36 37 38 39 40 .. 49 Next › Last »
vith commented on 2017-05-04 08:40 (UTC)
cronin commented on 2017-04-27 15:25 (UTC)
I was not able to install the package, until I changed the patch file this way:
babjak@goldencut][~/temp/AUR/slack-desktop]<master *>[17:23:08] git diff
diff --git a/slack-desktop.patch b/slack-desktop.patch
index 72bdf57..96b09ce 100644
--- a/slack-desktop.patch
+++ b/slack-desktop.patch
@@ -4,7 +4,7 @@
Comment=Slack Desktop
GenericName=Slack Client for Linux
-Exec=/usr/bin/slack --disable-gpu %U
-+Exec=env LD_PRELOAD=/usr/lib/libcurl.so.3 /usr/bin/slack --disable-gpu %U
++Exec=env LD_PRELOAD=/usr/lib/libcurl.so.4 /usr/bin/slack --disable-gpu %U
-Icon=/usr/share/pixmaps/slack.png
+Icon=slack
Type=Application
In another words, I had to bump-up the version of libcurl.
Anyhow, it seems that "libcurl.so.3" symlink is available AFTER installation.
karamorf commented on 2017-03-24 16:01 (UTC)
`patch` is not listed as a dependency yet it is required during the build process. Or are these only run time dependencies?
taylorthurlow commented on 2017-03-06 08:39 (UTC)
I have no issues copying or pasting into or out of Slack.
benjstephenson commented on 2017-03-01 17:20 (UTC)
@lembang I've also lost the ability to copy/paste on this version
lembang commented on 2017-03-01 17:10 (UTC)
I lost an ability to paste into slack is anyone has the same issue on the new version?
CapSel commented on 2017-01-18 00:01 (UTC)
The new version came out.
ogarcia commented on 2017-01-11 08:05 (UTC)
@hcorion welcome to electron applications....
hcorion commented on 2017-01-10 21:40 (UTC)
Just wanted to note that the slack application is (comparatively ) massive, larger than python3 and the jvm (including jdk and jre) in the /usr/lib/ directory, coming in at 149.7MB
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.