@raul dark mode works for me on the current version 4.0.2-2
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.88 |
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 .. 12 13 14 15 16 17 18 19 20 21 22 .. 49 Next › Last »
nit commented on 2019-09-12 17:33 (UTC)
raul commented on 2019-09-12 17:13 (UTC)
is there a channel besides git where we can get this version? https://slackhq.com/dark-mode-for-slack-desktop
alsetema commented on 2019-09-10 10:36 (UTC) (edited on 2019-09-10 10:40 (UTC) by alsetema)
I have to add that the packet lsb-release is a dependency of slack. I recently had a problem where Slack's window would not launch at all because it was failing to run the command "lsb-release -a" (see the log below). After installing it the program finally managed to launch.
The logs:
warn: Couldn't get Linux distro info from lsb_release, trying fallback to get L inux distro info { "error": { "stack": "Error: Command failed: lsb_release -a --short\n/bin/sh: lsb_release: command not found\n\n at ChildProcess.exithandler (child_process.js:299:12)\n at ChildProcess.emit (events.js:182:13)\n at ChildProcess.EventEmitter.emit (domain.js:442:20)\n at maybeClose (internal/child_process.js:9 62:16)\n at Socket.stream.socket.on (internal/child_process.js:381:11)\n at Socket.emit (events.js :182:13)\n at Socket.EventEmitter.emit (domain.js:442:20)\n at Pipe._handle.close (net.js:606:12)" , "message": "Command failed: lsb_release -a --short\n/bin/sh: lsb_release: command not found\n", "killed": false, "code": 127, "signal": null, "cmd": "lsb_release -a --short", "stdout": "", "stderr": "/bin/sh: lsb_release: command not found\n" },
Hope it helps
quicks1lver commented on 2019-08-29 08:00 (UTC)
@bakgwailo
This fixed it for me, too.
I'm also on a reasonably fresh Arch install, so I'm not sure how this got into my local.conf
bakgwailo commented on 2019-08-28 18:45 (UTC) (edited on 2019-08-28 18:47 (UTC) by bakgwailo)
So, just as a last follow up - I had a bunch of 'junk' in my /etc/fonts/local.conf config file:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<edit mode="prepend" name="family"><string>Noto Sans</string></edit>
</match>
<match target="pattern">
<test qual="any" name="family"><string>serif</string></test>
<edit name="family" mode="assign" binding="same"><string>Noto Serif</string></edit>
</match>
<match target="pattern">
<test qual="any" name="family"><string>sans-serif</string></test>
<edit name="family" mode="assign" binding="same"><string>Noto Sans</string></edit>
</match>
<match target="pattern">
<test qual="any" name="family"><string>monospace</string></test>
<edit name="family" mode="assign" binding="same"><string>Noto Mono</string></edit>
</match>
</fontconfig>
Moving this file (mv /etc/fonts/local.conf /etc/fonts/local.conf.bak) solved all of my font issues, including the latest version of Slack. Clean install, don't really remember touching it, but it definitely was forcing everything into the Noto world.
bakgwailo commented on 2019-08-27 21:01 (UTC)
I was able to "fix" the font issue by downgrading to 3.4.2-1 (no ttf-loto installed or anything else, noto-fonts still installed), if that helps anyone else.
bakgwailo commented on 2019-08-27 04:46 (UTC) (edited on 2019-08-27 04:47 (UTC) by bakgwailo)
@pauliokas Where did you end up putting that? Can't get it to work under /etc/fonts/conf.d/ or ~/.config/fonconfig/fonts.conf
My fc-match Slack-Lato stays as:
NotoSans-Regular.ttf: "Noto Sans" "Regular"
even with an fc-cache -f
ogarcia commented on 2019-08-23 06:50 (UTC)
@klusark is true, removed gconf dependency
klusark commented on 2019-08-23 02:00 (UTC)
@ogarcia gconf is not needed as a dependency
p90 commented on 2019-08-16 12:23 (UTC)
Hi,
anyone also having problems with slack starting today? The moment I start it it just freezes my desktop so you cannot even move the cursor anymore. Have to switch to another tty and kill the process. No clue why.
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.