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 .. 7 8 9 10 11 12

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.

nikatar commented on 2018-07-12 09:43 (UTC)

Hi. To admit, I can not understand what is wrong. Soon (a week or two) I will update this to 52.9. Please, try to build it. If you wish thunderbird with appmenu right now, I can send builded by me package to email etc.

michaldybczak commented on 2018-07-08 19:53 (UTC) (edited on 2018-07-08 20:27 (UTC) by michaldybczak)

Can't compile it (Manjaro unstable). After half an hour it gives such error:

Installing setuptools, pip, wheel...done. Traceback (most recent call last): File "../../../_tests/mozmill/resources/installmozmill.py", line 112, in <module> main() File "../../../_tests/mozmill/resources/installmozmill.py", line 100, in main [os.path.join(mozbase, package) for package in mozbase_packages], env=env) File "/usr/lib64/python2.7/subprocess.py", line 172, in call return Popen(popenargs, kwargs).wait() File "/usr/lib64/python2.7/subprocess.py", line 394, in init errread, errwrite) File "/usr/lib64/python2.7/subprocess.py", line 1047, in _execute_child raise child_exception OSError: [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' make[3]: [/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/mozilla/config/recurse.mk:79: mail/test/mozmill/libs] Błąd 2 make[3]: Leaving directory '/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/obj-x86_64-pc-linux-gnu' make[2]: [/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/mozilla/config/recurse.mk:33: libs] Error 2 make[2]: Leaving directory '/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/obj-x86_64-pc-linux-gnu' make[1]: [/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/mozilla/config/rules.mk:523: default] Error 2 make[1]: Leaving directory '/home/user/.cache/yay/thunderbird-appmenu/src/thunderbird-52.8.0/obj-x86_64-pc-linux-gnu' make: [client.mk:397: build] Error 2 ==> ERROR: There is error in build(). Aborting... Error making: thunderbird-appmenu</module>