@kuba-orlik I am not sure what is going on there. The package builds and installs successfully for me using yay
and just makepkg
+ pacman -U
.
Is anyone getting an error like this?
Git Clone URL: | https://aur.archlinux.org/thunderbird-beta-bin.git (read-only, click to copy) |
---|---|
Package Base: | thunderbird-beta-bin |
Description: | Standalone Mail/News reader - Bleeding edge binary version |
Upstream URL: | https://www.mozilla.org/thunderbird |
Keywords: | gecko |
Licenses: | GPL, MPL, LGPL |
Conflicts: | thunderbird-beta |
Provides: | thunderbird |
Submitter: | Det |
Maintainer: | rko (bittin) |
Last Packager: | bittin |
Votes: | 75 |
Popularity: | 0.24 |
First Submitted: | 2011-01-21 19:05 (UTC) |
Last Updated: | 2024-12-12 07:28 (UTC) |
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 Next › Last »
@kuba-orlik I am not sure what is going on there. The package builds and installs successfully for me using yay
and just makepkg
+ pacman -U
.
Is anyone getting an error like this?
CircleCode, you are right, I updated all the Exec=
to use the hunspell DICTPATH.
@rko I think you updated the wrong Exec: the one updated is in a desktop action and not the main Exec (thus explaining the lack of %u
)
The main one is at line 58
Right now, the change has no effect.
I get the following error when installing the package:
warning: could not get file information for opt/thunderbird-beta/minidump-analyzer
warning: could not get file information for opt/thunderbird-beta/omni.ja
warning: could not get file information for opt/thunderbird-beta/pingsender
warning: could not get file information for opt/thunderbird-beta/platform.ini
warning: could not get file information for opt/thunderbird-beta/plugin-container
warning: could not get file information for opt/thunderbird-beta/precomplete
warning: could not get file information for opt/thunderbird-beta/removed-files
warning: could not get file information for opt/thunderbird-beta/thunderbird
warning: could not get file information for opt/thunderbird-beta/thunderbird-bin
warning: could not get file information for opt/thunderbird-beta/update-settings.ini
warning: could not get file information for opt/thunderbird-beta/updater
warning: could not get file information for opt/thunderbird-beta/updater.ini
warning: could not get file information for usr/bin/thunderbird-beta
warning: could not get file information for usr/share/applications/thunderbird-beta-bin.desktop
warning: could not get file information for usr/share/icons/hicolor/16x16/apps/thunderbird-beta.png
warning: could not get file information for usr/share/icons/hicolor/22x22/apps/thunderbird-beta.png
warning: could not get file information for usr/share/icons/hicolor/24x24/apps/thunderbird-beta.png
warning: could not get file information for usr/share/icons/hicolor/256x256/apps/thunderbird-beta.png
warning: could not get file information for usr/share/icons/hicolor/32x32/apps/thunderbird-beta.png
warning: could not get file information for usr/share/icons/hicolor/48x48/apps/thunderbird-beta.png
:: Processing package changes...
(1/1) reinstalling thunderbird-beta-bin [#############################################################################] 100%
error: could not extract /opt/thunderbird-beta/libxul.so (Lzma library error: No progress is possible)
error: problem occurred while upgrading thunderbird-beta-bin
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
In the interest of correct spelling, I decided to integrate CircleCode's suggested change to fix hunspell and make it required.
Chances are this is opinionated, but I think if you can afford to install Thunderbird, you can also install hunspell.
%u
change not implemented, not sure if this is a good idea.it appears symlinking /usr/share/hunspell
as dictionaries
does not enable system-provided dictionaries anymore.
According to https://bugzilla.mozilla.org/show_bug.cgi?id=1587101, this is now achieved by setting the DICPATH
env var.
I suggest updating thunderbird-beta-bin.desktop
to use Exec=env DICPATH=/usr/share/hunspell /opt/thunderbird-beta/thunderbird %u
so that this feature is restored.
@rko yes I guess you're right. I had always used 0 in my packages and never noticed there was official guidance on it. Sorry for bugging you.
Yeah, sure has never been 0 in Arch.
@aorth, are you sure? According to https://wiki.archlinux.org/index.php/PKGBUILD
"When a new version of the software is released, this value must be reset to 1."
@rko you forgot to reset the pkgrel back to 0 with 74.0b1 release. This is a minor thing, I know... but for a new upstream version you should always reset the pkgrel back to 0.
Pinned Comments
rko commented on 2020-10-18 21:26 (UTC)
In the interest of correct spelling, I decided to integrate CircleCode's suggested change to fix hunspell and make it required.
Chances are this is opinionated, but I think if you can afford to install Thunderbird, you can also install hunspell.
%u
change not implemented, not sure if this is a good idea.