In the new upgraded system, kKubuntu 8.04, somebody decided to upgrade the old
Firefox v. 2 with the new v. 3, which is still in beta version.
Now, I use the Italian version of Kubuntu, but the new Firefox appears to me
in English.
Any suggestion?
TIA,
--
Valter
Gnupgp ID: 0xD7274715 in hkp://keyserver.ubuntu.com
Registered Linux User #466410 http://counter.li.org
Kubuntu Linux: www.ubuntu.com
Usa OpenOffice.org: www.openoffice.org
"Coltiva Linux, tanto Windows si pianta da solo"
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
04-29-2008, 04:09 AM
Alexander Smirnov
Language problem with Firefox 3 beta
Valter Mura wrote:
> Hi All
>
> In the new upgraded system, kKubuntu 8.04, somebody decided to upgrade the old
> Firefox v. 2 with the new v. 3, which is still in beta version.
> Now, I use the Italian version of Kubuntu, but the new Firefox appears to me
> in English.
>
> Any suggestion?
>
> TIA,
>
Hi,
if [ sudo apt-get install mozilla-firefox-locale-it-it doesn't help ]; then
sudo apt-get install firefox-2
fi
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
04-29-2008, 12:26 PM
lanzen
Language problem with Firefox 3 beta
On Tuesday 29 April 2008 06:09:03 Alexander Smirnov wrote:
> if [ sudo apt-get install mozilla-firefox-locale-it-it doesn't help ]; then
> * * sudo apt-get install firefox-2
> fi
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
04-29-2008, 07:02 PM
Valter Mura
Language problem with Firefox 3 beta
Il marted์ 29 aprile 2008 14:26:18 lanzen ha scritto:
> On Tuesday 29 April 2008 06:09:03 Alexander Smirnov wrote:
> > if [ sudo apt-get install mozilla-firefox-locale-it-it doesn't help ];
> > then sudo apt-get install firefox-2
> > fi
>
> LOL! Surely works better these days.
>
> Anyway Valter, try this:
>
> http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0b5/linux-i6
>86/xpi/it.xpi
>
> Let me know how it goes.
>
Thank you very much lanzen, you are very helpful... ;-) it works!!!
--
Valter
Gnupgp ID: 0xD7274715 in hkp://keyserver.ubuntu.com
Registered Linux User #466410 http://counter.li.org
Kubuntu Linux: www.ubuntu.com
Usa OpenOffice.org: www.openoffice.org
"Coltiva Linux, tanto Windows si pianta da solo"
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
04-29-2008, 09:23 PM
"Dotan Cohen"
Language problem with Firefox 3 beta
2008/4/29 lanzen <lanzenesi@gmail.com>:
> http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0b5/linux-i686/xpi/it.xpi
>
> Let me know how it goes.
>
I'm not the OP, but I was able to find country's language pack by
playing with the url. However, after restarting Firefox it is still in
English! I suppose that I need to update my locale:
How is the locale permanetly changed? "export" only changes the locale
until I close and reopen Konsole, and does not work for apps that were
not started in Konsole.
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
04-30-2008, 07:48 AM
lanzen
Language problem with Firefox 3 beta
On Tuesday 29 April 2008 21:02:41 Valter Mura wrote:
> Thank you very much lanzen, you are very helpful... ;-) it works!!!
Good! You might have to disable/uninstall it when the proper packages come in
as an update. At least this is what happened in Ubuntu and I don't know if
the kde3/4 mix up has something to do with it.
--
lanzen
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
04-30-2008, 08:03 AM
lanzen
Language problem with Firefox 3 beta
On Tuesday 29 April 2008 23:23:35 Dotan Cohen wrote:
> I'm not the OP, but I was able to find country's language pack by
> playing with the url. However, after restarting Firefox it is still in
> English! I suppose that I need to update my locale:
>
> hardy2@hardy2-laptop:~$ locale
> LANG=en_US.UTF-8
Yes, I think that's the reason.
$ locale
LANG=it_IT.UTF-8
You need to select the default language and place it up in the list if it's
not yet.
--
lanzen
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
04-30-2008, 09:59 AM
"Jonas Norlander"
Language problem with Firefox 3 beta
2008/4/30 lanzen <lanzenesi@gmail.com>:
> On Tuesday 29 April 2008 23:23:35 Dotan Cohen wrote:
>
> > I'm not the OP, but I was able to find country's language pack by
> > playing with the url. However, after restarting Firefox it is still in
> > English! I suppose that I need to update my locale:
> >
> > hardy2@hardy2-laptop:~$ locale
> > LANG=en_US.UTF-8
>
> Yes, I think that's the reason.
>
> $ locale
> LANG=it_IT.UTF-8
>
> You need to select the default language and place it up in the list if it's
> not yet.
>
> --
> lanzen
>
For changing locale for the whole system the settings are in
/etc/default/locale.
Changing for a user add it to ~/.profile or ~/.bashrc for login shells
and ~/.bashrc
only for non-login shells. Bash will also read ~/.bash_login and ~/.bash_profile
if the exist. I'm not sure what what files KDM will read at login perhaps some
else know?
/ Jonas
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
05-03-2008, 12:49 PM
"Dotan Cohen"
Language problem with Firefox 3 beta
2008/4/30 Jonas Norlander <jonorland@gmail.com>:
> For changing locale for the whole system the settings are in
> /etc/default/locale.
> Changing for a user add it to ~/.profile or ~/.bashrc for login shells
> and ~/.bashrc
> only for non-login shells. Bash will also read ~/.bash_login and ~/.bash_profile
> if the exist. I'm not sure what what files KDM will read at login perhaps some
> else know?
Thanks. I'm not sure where I need to put it. I put the export command
in bashrc, but now Firefox is _still_ English, yet CLI programs are in
Hebrew. That is quite the opposite from what I'd like, as the CLI does
not work well with RTL languages.
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
05-03-2008, 01:24 PM
Thilo Six
Language problem with Firefox 3 beta
Valter Mura wrote the following on 28.04.2008 21:30
> Hi All
>
> In the new upgraded system, kKubuntu 8.04, somebody decided to upgrade the old
> Firefox v. 2 with the new v. 3, which is still in beta version.
> Now, I use the Italian version of Kubuntu, but the new Firefox appears to me
> in English.
>
> Any suggestion?
>
> TIA,
$ sudo aptitude install language-pack-gnome-it language-pack-gnome-it-base
$ apt-file list language-pack-gnome-it language-pack-gnome-it-base | grep fire
language-pack-gnome-it-base:
/usr/lib/firefox-addons/extensions/langpack-it@firefox-3.0.ubuntu.com/chrome.manifest
language-pack-gnome-it-base:
/usr/lib/firefox-addons/extensions/langpack-it@firefox-3.0.ubuntu.com/chrome/it.jar
language-pack-gnome-it-base:
/usr/lib/firefox-addons/extensions/langpack-it@firefox-3.0.ubuntu.com/install.rdf
--
bye Thilo
key: 0x4A411E09
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users