Git Product home page Git Product logo

thunderbird-appimage's Introduction

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 Download Download

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

./thunderbird-*.AppImage
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

./thunderbird-*.AppImage --appimage-extract
cd squashfs-root
./AppRun

Related AppImages

thunderbird-appimage's People

Contributors

archargelod avatar benem32 avatar srevinsaju avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

thunderbird-appimage's Issues

Appimage missing GPG signature?

Hello and thank you for providing the ThunderBird Beta Appimages.
I have run: ./Thunderbird_beta105.AppImage --appimage-signature
and received no output.

Other than that, your Beta releases are flawless. :-)

P.S. I have renamed the original .Appimage to "Thunderbird_beta105.AppImage" to clean up the download directory.

AppImage Updater for AppImage package (Stable, Beta, Nightly)

Not a bug report, just a suggestion: you might want to include an upgrade option in the package. After all, a Beta or Nightly is updated at a fast. Is just an idea.

I tried to make some AppImage from packages that are not available anymore, anywhere. I didn't try it logically, because for me, it's about packages that are not supported...

Thanks for reading.
Best regards

Broken .zsync files?

I cannot use zsync or zsync_curl to update Thunderbird or firefox AppImages anymore. This started with the last couple of revisions of those files. I can download the AppImage directly. I have verified that both of these applications are up to date, so it would seem to me that either the .zsync files contain errors, or the url to them is incorrect on the pages for these AppImages. Please investigate and correct this.

Attached are files showing what happens when zsync and zsync_curl are run with the current Thunderbird .zsync url. Reach out to me with any questions.

zsync-error-Thunderbird.pdf
zsync_curl-error-Thunderbird.txt

AppImage needs updating

Hello.
This AppImage is not being updated, it's still stuck in very old versions, for all releases (stable, beta and nightly) Latest update was on February 2022.
Can you please update this?

Thank you.

Nightly: Don't create a new profile directory, use the existing one

I tried the Nightly Appimage version. Thunderbird is installed, profile directory is one piece.

The problem with the Nightly version is that it uses the existing profile directory and does not create a new one on first startup. In the compressed version (tar.bz), the packages containing the executable file create a new profile directory for themselves.

The main problem with using the existing profile directory is that the installed Thunderbird application will not start. In the first step it says, I won't start because the settings are too new, create a new profile directory. On the second startup it says just that:

Your Thunderbird profile cannot be loaded. It may be missing or inaccessible.

Beta AppImage says the same thing.

AppImage obviously, I would have just tested it, not permanently, but now I have four mailboxes to reset if I were to use the stable application already installed.

My system: Debian 12 Bookworm
Thunderbird available from the mirror: 115.3.1-1~deb12u1
Tested AppImage versions:
-- Beta: ThunderbirdBeta-119.0_20231016172933.AppImage
-- Nightly: ThunderbirdNightly-120.0_20231017100726.AppImage

Please fix this!

Please, where are new releases?

I use thunderbird only with appimage version, and it's great.
It seems that there is no new stable release since Feb 22. Maybe there's an issue with the continuous integration?
Please, do you plan to publish the latest release?

translations languages not loaded

Hi, thanks to bring this app in this format.
Well, I am using Ubuntu 20.04, Gnome desktop, 64 bit
when I try to set language in spanish in the app, I realize that it has no languages loaded, only English.
My language system is spanish
cadmiel@cadmiel-Inspiron-3442:~$ echo $LANG; echo $LOCALE
es_CR.UTF-8

Downlaod error from Thunderbird web page

wget $(xmllint --html index.html --xpath '/html/body/header/section[2]/div/div/ul/li[4]/a' | grep -E -o 'href="(.*" )' | grep -E -o '"(.*)"' | sed 's/\&/\&/g' | tail -n 1 | sed 's,",,g') -O thunderbird.tar.bz2

Maybe this should go here:
2>/dev/null
and
cut -d " " -f1

wget $(xmllint --html index.html --xpath '/html/body/header/section[2]/div/div/ul/li[4]/a'  2>/dev/null | grep -E -o 'href="(.*" )'  | cut -d " " -f1 | grep -E -o '"(.*)"' | sed 's/\&/\&/g' | tail -n 1 | sed 's,",,g') -O thunderbird.tar.bz2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.