If somebody wants a dark theme (instead of the light one), then
please:
1. Open
`/usr/lib/slack/resources/app.asar.unpacked/src/static/ssb-interop.js`
2. Append the following code:
document.addEventListener('DOMContentLoaded', function() {
$.ajax({
url: 'https://cdn.rawgit.com/laCour/slack-night-mode/master/css/raw/black.css',
success: function(css) {
$("<style></style>").appendTo('head').html(css);
}
});
});
Source:
https://github.com/laCour/slack-night-mode/issues/73#issuecomment-287467332
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 .. 26 27 28 29 30 31 32 33 34 35 36 .. 49 Next › Last »
jair commented on 2017-10-29 13:46 (UTC)
WorMzy commented on 2017-10-19 14:46 (UTC)
Thanks. :)
ogarcia commented on 2017-10-19 14:18 (UTC)
@WorMzy You are right, I forgot the libcurl-compat. Fixed and quoted all variables. ;)
WorMzy commented on 2017-10-19 13:57 (UTC)
Great, thanks! A couple of things though:
* you should still depend on libcurl-compat, since you patch the desktop file to preload it
* you forgot to fix the pkgdir quoting (any instances of either $srcdir or $pkgdir should be enclosed in doublequotes, since they can contain spaces)
ogarcia commented on 2017-10-19 11:26 (UTC)
@WorMzy sorry, I had not had time to check depends in a clean install. I fix it, and now we have the minimal set of depends for make it work.
WorMzy commented on 2017-10-19 08:29 (UTC)
@ogarcia: I'm not sure if you missed my comment from the start of September, but the gvfs and libgnome-keyring dependences are definitely not needed to run the application. Even if you have determined that they are necessary for some features, they should be optdepends with explanations on what they are actually needed for. Also, the unquoted pkgdir instances should still be fixed in any case.
bin_bash commented on 2017-10-18 19:34 (UTC) (edited on 2017-10-18 19:37 (UTC) by bin_bash)
I can't close notifications using esc, or entering a new message. I have to physically click on the 'x' to do so. I know, that's probably not an issue with this particular package, but god this program sucks.
Edit: Still have a blank icon in Openbox...
valandil commented on 2017-10-18 15:37 (UTC)
I switched the notification engine from xfce4-notifyd to notify-osd-customizable. This fixed Slack, and other issues I had with notifications.
khau commented on 2017-10-13 21:42 (UTC)
@shioyama @valandil @speedle
Could you post it here - I have the issue as well and it might be useful down the line for future visitors to see what solution is.
gabesullice commented on 2017-09-14 15:55 (UTC)
Is anyone else having issues getting video chat to work? For me, a new window opens and the loading icon spins forever. If so, did you find a fix?
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.