Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srevinsaju/Thunderbird-AppImage
unofficial AppImages for Mozilla Thunderbird Mail Client
https://github.com/srevinsaju/Thunderbird-AppImage
Last synced: 3 months ago
JSON representation
unofficial AppImages for Mozilla Thunderbird Mail Client
- Host: GitHub
- URL: https://github.com/srevinsaju/Thunderbird-AppImage
- Owner: srevinsaju
- License: mit
- Created: 2020-08-30T18:49:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-20T09:19:35.000Z (about 1 year ago)
- Last Synced: 2024-04-13T21:13:17.818Z (7 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 22
- Watchers: 3
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - srevinsaju/Thunderbird-AppImage - unofficial AppImages for Mozilla Thunderbird Mail Client (others)
README
Thunderbird AppImageMozilla Thunderbird Stable, Beta and Nightly (unofficial) AppImages by GitHub Actions Continuous Integration
## Get Started
Download the latest release from
| Stable | Beta | Nightly |
| ------- | --------- | --------|
| | | |
| [Download](https://github.com/srevinsaju/thunderbird-appImage/releases/tag/stable) | [Download](https://github.com/srevinsaju/thunderbird-appimage/releases/tag/beta) | [Download](https://github.com/srevinsaju/thunderbird-appimage/releases/tag/nightly) |### Executing
#### File Manager
Just double click the `*.AppImage` file and you are done!> In normal cases, the above method should work, but in some rare cases
the `+x` permissisions. So, right click > Properties > Allow Execution#### Terminal
```bash
./thunderbird-*.AppImage
```
```bash
chmod +x Firefox-*.AppImage
./thunderbird-*.AppImage
```In case, if FUSE support libraries are not installed on the host system, it is
still possible to run the AppImage```bash
./thunderbird-*.AppImage --appimage-extract
cd squashfs-root
./AppRun
```### Related AppImages
* [Firefox AppImage](https://github.com/srevinsaju/Firefox-AppImage)