Package Details: slack-desktop 4.41.97-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: 604
Popularity: 1.60
First Submitted: 2015-10-19 09:59 (UTC)
Last Updated: 2024-11-14 07:14 (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 .. 12 13 14 15 16 17 18 19 20 21 22 .. 48 Next › Last »

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.

pauliokas commented on 2019-08-12 09:02 (UTC) (edited on 2019-08-12 09:03 (UTC) by pauliokas)

So I fixed the bold fonts by installing ttf-lato and adding the following to my fontconfig:

<alias>
  <family>Slack Lato</family>
  <prefer><family>Lato</family></prefer>
</alias>

This is not a proper fix, though -- it just makes Slack usable. The problem is that Slack doesn't use the fonts that are packaged with it. Does anyone know why?

lordchaos commented on 2019-08-07 12:55 (UTC) (edited on 2019-08-07 12:56 (UTC) by lordchaos)

I get the following output:

x1carbon6 :: ~ » fc-match Slack-Lato

Vera.ttf: "Bitstream Vera Sans" "Roman"

pbnsilva commented on 2019-08-07 12:48 (UTC) (edited on 2019-08-07 12:48 (UTC) by pbnsilva)

@lordchaos If you do:

fc-match Slack-Lato

do you see any bold fonts?

I only get:

NotoSans-Regular.ttf: "Noto Sans" "Regular"