Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattdangerw/flatpak-slack-app
Flatpak recipe for the slack desktop app.
https://github.com/mattdangerw/flatpak-slack-app
Last synced: 9 days ago
JSON representation
Flatpak recipe for the slack desktop app.
- Host: GitHub
- URL: https://github.com/mattdangerw/flatpak-slack-app
- Owner: mattdangerw
- Created: 2016-11-01T03:00:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T18:30:12.000Z (about 7 years ago)
- Last Synced: 2024-10-07T09:41:26.080Z (about 1 month ago)
- Language: Makefile
- Size: 17.6 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo contains a working version of the slack app packaged as a flatpak.
Unfortunately there is no redistribution rights for the slack binaries, so you
have to create your own to use it.The package uses the freedesktop.org runtime, so you first need to install the
sdk (so you can build the bundled stuff) and the platform:
```
flatpak --user remote-add --from gnome https://sdk.gnome.org/gnome.flatpakrepo
flatpak --user install gnome org.freedesktop.Platform//1.4 org.freedesktop.Sdk//1.4
```To test this, do:
```
make
flatpak --user remote-add --no-gpg-verify local-slack repo
flatpak --user install local-slack com.slack.Slack
```