mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 07:40:40 -04:00
ScudCloud improves the Slack integration with desktop featuring: * multiple teams support * native system notifications * count of unread direct mentions at launcher/sytray icon * alert/wobbling on new messages * optional tray notifications and "Close to Tray" * follow your desktop activity and will stay online while you're logged in (if correct packages are installed) WWW: https://github.com/raelgc/scudcloud
11 lines
415 B
Python
11 lines
415 B
Python
--- scudcloud/resources.py.orig 2018-01-19 13:48:09 UTC
|
|
+++ scudcloud/resources.py
|
|
@@ -13,7 +13,7 @@ class Resources:
|
|
GOOGLE_OAUTH2_URL_RE = re.compile(r'^https://accounts.google.com/o/oauth')
|
|
|
|
SPELL_LIMIT = 6
|
|
- SPELL_DICT_PATH = '/usr/share/hunspell'
|
|
+ SPELL_DICT_PATH = '%%LOCALBASE%%/share/hunspell'
|
|
DEFAULT_CONFDIR = '~/.config/scudcloud'
|
|
DEFAULT_CACHEDIR = '~/.cache/scudcloud'
|
|
|