@sargath i'm experiencing the same problem after upgrade to 2.6.0 :(
Search Criteria
Package Details: slack-desktop 4.41.105-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: | 607 |
Popularity: | 2.45 |
First Submitted: | 2015-10-19 09:59 (UTC) |
Last Updated: | 2024-12-17 17:47 (UTC) |
Dependencies (7)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- 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, dssdAUR, bitw-gitAUR, keepassxc-qt6AUR, pass-secret-service-binAUR, pass-secret-service-gitAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – Keyring password store support
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 29 30 31 32 33 34 35 36 37 38 39 .. 48 Next › Last »
IlyaGulya commented on 2017-05-19 06:13 (UTC)
ClawOfLight commented on 2017-05-17 11:15 (UTC)
@derblub: patch is in base-devel. Anyone building packages from source, including AUR users, is assumed to have installed base-devel.
derblub commented on 2017-05-17 11:12 (UTC)
`patch` is a missing dependency
sargath commented on 2017-05-15 11:03 (UTC)
Hello, are you guys having an issue with marking "Read" messages? I've meant that earlier I was able to press ESC or just enter the channel to mark messages as read. Now I have to click on "read message dialog" on top every time. BR
ogarcia commented on 2017-05-06 09:51 (UTC)
@cronin "libcurl.so.3" symlink is available ON installation cause is installed by "libcurl-compat" dependency.
You MUST use "libcurl.so.3" because this:
/usr/lib/libcurl.so.3 -> libcurl-compat.so.4.4.0
/usr/lib/libcurl.so.4 -> libcurl.so.4.4.0
ogarcia commented on 2017-05-04 09:14 (UTC) (edited on 2017-05-04 09:14 (UTC) by ogarcia)
@vith This package is based in official .deb provided by Slack people. But, fell free to make another one using packaged electron, you can name it slack-desktop-electron (for example)
vith commented on 2017-05-04 08:40 (UTC)
Would it be possible to use the packaged electron instead of installing yet another chromium binary?
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?
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.