Package Details: thunderbird-globalmenu 128.4.0-1

Git Clone URL: https://aur.archlinux.org/thunderbird-globalmenu.git (read-only, click to copy)
Package Base: thunderbird-globalmenu
Description: Standalone mail and news reader from mozilla.org (With appmenu patch from Ubuntu)
Upstream URL: https://www.thunderbird.net/
Licenses: MPL-2.0
Conflicts: thunderbird
Provides: thunderbird
Submitter: detian
Maintainer: detian
Last Packager: detian
Votes: 15
Popularity: 0.006675
First Submitted: 2024-03-06 02:09 (UTC)
Last Updated: 2024-11-03 21:43 (UTC)

Dependencies (36)

Required by (94)

Sources (5)

Pinned Comments

detian commented on 2024-05-10 15:55 (UTC) (edited on 2024-05-10 15:58 (UTC) by detian)

My build: https://drive.google.com/drive/folders/1byMMyI0LSiSTHh9v-MPRL9UXGgbjW1Ua?usp=sharing

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 12 Next › Last »

xiota commented on 2024-01-29 00:52 (UTC)

clean chroot.

==> ERROR: Integrity checks (md5) differ in size from the source array.

karboncore commented on 2023-11-06 21:51 (UTC)

Working PKGBUILD here and re-baselined against Arch stable. I'd be happy to help maintain.

https://github.com/karboncore/thunderbird-appmenu

michaldybczak commented on 2023-09-30 11:23 (UTC) (edited on 2023-09-30 12:54 (UTC) by michaldybczak)

@archerdm, can you explain how to apply it? I copied the unity-menubar.patch from firefox-appmenu. Easy. The revert patch is not needed, so if I understand it correctly, I should delete from PKGBUILD:

line 77: 0001-Revert-Bug-1817071-Remove-moz-image-region-support-f.patch

line 100: patch -Np1 -i ../0001-Revert-Bug-1817071-Remove-moz-image-region-support-f.patch

possibly line 283: 'SKIP'

However, I don't get it where do I look for those lines 818-821 of xpcom/base/nsCOMPtr.h.? In which file? So far, only the unity patch has enough lines, but when I look at them (the one from firefox) I see:

+ aAttribute == nsGkAtoms::crop) {

+ UpdateLabel();

+ } else if (aAttribute == nsGkAtoms::hidden ||

+ aAttribute == nsGkAtoms::collapsed) {

Are those correct lines to delete? I somehow doubt it.

archerdm commented on 2023-08-28 21:12 (UTC)

I got this working as follows. Borrow the unity-menubar.patch file from firefox-appmenu. Remove the static assert from lines 818-821 of xpcom/base/nsCOMPtr.h. Patch to revert 1817071 is not needed.

michaldybczak commented on 2023-08-14 12:21 (UTC)

In nicman23's repo on Suse it also doesn't build. 115 is strongly changed, so probably it needs some updated patches and those usually come a year later... 115 has new UI and although it looks more modern, I'm not sure if I like the look, so maybe it's OK to use old version for little longer.

sarvasana commented on 2023-08-08 19:19 (UTC)

@nicman23 this does not build anymore.

stefanwimmer128 commented on 2023-04-02 20:46 (UTC)

Please add "provides" and "conflicts" for "thunderbird".

pix3l commented on 2022-12-31 10:11 (UTC)

it should have 'thunderbird' as 'provides', otherwise packaged that depends on thunderbird, can not be installed.

nicman23 commented on 2022-10-21 15:35 (UTC)

ah sorry my bad. i ll fix the icon shortly

michaldybczak commented on 2022-08-06 17:55 (UTC)

@vedranmiletic, go to /.local/share/applications/ , find thunderbird.desktop file, open in a text editor, find "Icon" line and change it to thunderbird. I suspect, it now says thunderbird.appmenu, hence it fails to find the default icon for the app. I don't know who or why someone changed it, but it was a stupid idea. Luckily, when you edit it, it will stay that way for a longer time, because most of the updates won't change it, till some distant, future update won't mess it again...