Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srevinsaju/Thunderbird-AppImage

unofficial AppImages for Mozilla Thunderbird Mail Client
https://github.com/srevinsaju/Thunderbird-AppImage

Last synced: about 1 month ago
JSON representation

unofficial AppImages for Mozilla Thunderbird Mail Client

Awesome Lists containing this project

README

        


Firefox
Thunderbird AppImage

Mozilla 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)