Package Details: thunderbird-globalmenu 115.10.2-2

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.51
First Submitted: 2024-03-06 02:09 (UTC)
Last Updated: 2024-05-10 15:53 (UTC)

Dependencies (38)

Required by (93)

Sources (6)

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 .. 6 7 8 9 10 11 12 Next › Last »

arifzeeshan commented on 2019-01-11 13:33 (UTC) (edited on 2019-01-11 13:33 (UTC) by arifzeeshan)

@nikatar

Updated.

Replacement for FireTray:

https://github.com/gyunaev/birdtray

https://aur.archlinux.org/packages/birdtray

But I don't see any notification icon, do I need to keep it running minimized ?

farseerfc commented on 2019-01-10 16:30 (UTC)

@arifzeeshan not on AUR but the unofficial [archlinuxcn] repo is building this package and providing binary https://wiki.archlinux.org/index.php/Unofficial_user_repositories#archlinuxcn

arifzeeshan commented on 2019-01-10 14:44 (UTC)

Please make a bin version of it. It's really taxing to compile such large program

nikatar commented on 2018-11-01 19:16 (UTC)

Yes. If you get an this error, you just have rebuild Thunderbird. Thunderbird will be built with new version of icu automatically.

Therefore, be careful to update the system when a new version of icu is released)

archieslove commented on 2018-10-31 14:58 (UTC)

Looks like it needs a rebuild with icu62

thunderbird

XPCOMGlueLoad error for file /usr/lib/thunderbird/libxul.so:

libicui18n.so.62: cannot open shared object file: No such file or directory

Couldn't load XPCOM.

nikatar commented on 2018-10-20 23:31 (UTC) (edited on 2018-10-20 23:31 (UTC) by nikatar)

Updated.

Replacement for FireTray:

https://github.com/gyunaev/birdtray

https://aur.archlinux.org/packages/birdtray

vtyulb commented on 2018-09-20 07:17 (UTC)

Hi. Thank you for the package. It appears, that this is the only thunderbird package version that is compatible with FireTray plugin.

There is an opened bug in official bugtracker: https://bugzilla.mozilla.org/show_bug.cgi?format=default&id=208923 For short, no tray icon available to thunderbird, and there is nothing that anybody doing for it to change. It was ok, when the firetray plugin worked, but it was broken in 60+ thunderbird version. So the only way to get it to work is to built this aur package.

Please do remove flag out-of-date, because package can still be built and is needed.

Note for other guys: takes more than 9GB disk space, so you probably encounter some difficulties during the automatic build throw yaourt/pacaur, just build it manually.

michaldybczak commented on 2018-07-13 22:40 (UTC)

Thank you! It was indeed a matter of too long pathways. When I switched make temp directory to /make build was successful. I would have never thought about that. This is weird bug and forces me to build on root partition where I have little space.

nikatar commented on 2018-07-13 13:47 (UTC) (edited on 2018-10-20 23:30 (UTC) by nikatar)

If you get an error in build(), which appears "No such file or directory...", try to build it manually:

1)git clone https://aur.archlinux.org/thunderbird-appmenu.git

2)cd ~/thunderbird-appmenu (also you can rename this build folder to get a shorter path)

3)makepkg -sric

nikatar commented on 2018-07-12 20:42 (UTC)

I understood what the error was. This is a very strange build bug.

[code][Errno 2] No such file or directory make[4]: [Makefile:31: mozmill-virtualenv] Error 1 make[4]: Leaving directory '/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/obj-x86_64-pc-linux-gnu/mail/test/mozmill'[/code]

"It cuts off the path to the desired file". You need to reduce the number of characters in paths when building.