You are not logged in.
Hello. Within a month I'm back in school. And I need to know how to get swedish spellning in abiword under arch.
Lenovo ThinkPad x61
Core2Duo 2ghz, 4gig ram, 16gig SSD.
Archlinux x64 + Fluxbox!
Offline
aur has aspell-sv, enchant (abiword's spell checking framework) needs aspell, so I presume that it would use that dictionary, but maybe abiword needs to be told somewhere to use that language...
aspell-en might fix some of your spellning too!
Offline
Then I need to download that aspell-sv pack from aur. Just searched the pacman.
Lenovo ThinkPad x61
Core2Duo 2ghz, 4gig ram, 16gig SSD.
Archlinux x64 + Fluxbox!
Offline
So I downloaded the package and tried to install it with
sudo pacman -U /home/bredin/aspell-sv-0.51-0.tar.bz2
Then I got this error:
error: missing package metadata in /home/bredin/aspell-sv-0.51-0.tar.bz2
error '/home/bredin/aspell-sv-0.51-0.tar.bz2' : invalid or corrupted package
And same error when I try to download it with :
sudo pacman -U ftp://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-0.51-0.tar.bz2
Lenovo ThinkPad x61
Core2Duo 2ghz, 4gig ram, 16gig SSD.
Archlinux x64 + Fluxbox!
Offline
So I downloaded the package and tried to install it with
sudo pacman -U /home/bredin/aspell-sv-0.51-0.tar.bz2
Then I got this error:
error: missing package metadata in /home/bredin/aspell-sv-0.51-0.tar.bz2 error '/home/bredin/aspell-sv-0.51-0.tar.bz2' : invalid or corrupted package
And same error when I try to download it with :
sudo pacman -U ftp://ftp.gnu.org/gnu/aspell/dict/sv/aspell-sv-0.51-0.tar.bz2
pacman needs pacman packages and you're trying to install the source. On your left in the middle of the page there is a link called 'tarball'. Download that and extract it. Go into the newly created directory and run 'makepkg'. When it's done, use pacman to install the .pkg.tar.gz file that it creates.
Offline
aspell is used by other applications as well, like Pidgin for example. It would be nice if these uncomplicated and small packages could be installed with an easy pacman -S. On the other hand compiling it with makepkg takes only a few seconds.
In case you didn't see the instruction link in AUR: http://wiki.archlinux.org/index.php/AUR_User_Guidelines
Offline
Tanks. I got it working after some testing.. :3 nubcake here,
Last edited by bredin (2008-08-07 20:35:25)
Lenovo ThinkPad x61
Core2Duo 2ghz, 4gig ram, 16gig SSD.
Archlinux x64 + Fluxbox!
Offline
Aha, I'm definitely getting this! Thanks for the tip.
Offline
Last time I checked the Swedish aspell dictionary it was really horrible specially as it wanted things to be "särskrivna" which is not how the Swedish langauge works.
PC: Antec P182B | Asus P8Z77-V PRO | Intel i5 3570k | 16GB DDR3 | GeForce 450GTS | 4TB HDD | Pioneer BDR-207D | Asus Xonar DX | Altec Lansing CS21 | Eizo EV2736W-BK | Arch Linux x86_64
HTPC: Antec NSK2480 | ASUS M3A78-EM (AMD 780G) | AMD Athlon X3 425 | 8GB DDR2 | GeForce G210 | 2TB HDD | Arch Linux x86_64
Server: Raspberry Pi (model B) | 512MB RAM | 750GB HDD | Arch Linux ARM
Offline
Yes that's unfortunate, but many dictionaries suffer from this flaw of separating combined words. The one that installs with Firefox has improved though, but still it teach too many to write Swedish the "English" way. Unfortunately (the second one in only three sentences) many get unsure about spelling and hence adopt this habit of "särskrivning".
Offline
enchant can also work with hunspell dictionaries. You'll have to install them in /usr/share/myspell/dicts/ then. Both firefox and openoffice.org use hunspell dictionaries.
Offline