Re: [OT] Pobre rendimiento Firefox 3.x en Debian

2009-05-07 Thread Felix Perez
El día 5 de mayo de 2009 7:26, Federico Alberto Sayd
fs...@uncu.edu.ar escribió:
 Luis Miguel R. escribió:

 Buenas, os pasa también a vosotros que el firefox 3.x se pega unos
 bloqueos tremendos durante segundos de vez en cuando? por ejemplo cuando
 tecleas una URL y tiene que hacer que completarla, tal vez sea por el
 tema de los fsync?

 Estoy usando Debian Etch/Ext3

 Un saludo.




 Es muy posible que se deba al sqlite. El historial de busqueda de urls,
 marcadores y otras cosas más se cambiaron a una base de datos en sqlite en
 Firefox 3 y leí por ahí que a veces había que optimizar el archivo donde se
 encuentra dicha base de datos para que Firefox responda mejor a las
 búsquedas automáticas que hace.

Efectivamente.



Por el momento he solucionado el delay del autocompletado y las
busquedas en marcadores y otros retrasos instaladon el paquete sqlite3
y con el siguiente script ejecutado en la carpeta del usuario:

#!/bin/sh

for f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f 'VACUUM;'; done

Le pueden poner cualquier nombre al script y darle los permisos apropiados.

Una base de datos de 23mb la dejo en 16mb y la verdad se nota el cambio.

La info la saque de google:
http://www.google.cl/search?hl=esq=vacuum+sqlite+en+firefoxbtnG=Buscarmeta=lr%3Dlang_es

Suerte


-- 
usuario linux  #274354
normas de la lista: http://wiki.debian.org/NormasLista


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [OT] Pobre rendimiento Firefox 3.x en Debian

2009-05-05 Thread Federico Alberto Sayd

Luis Miguel R. escribió:

Buenas, os pasa también a vosotros que el firefox 3.x se pega unos
bloqueos tremendos durante segundos de vez en cuando? por ejemplo cuando
tecleas una URL y tiene que hacer que completarla, tal vez sea por el
tema de los fsync?

Estoy usando Debian Etch/Ext3

Un saludo.


  
Es muy posible que se deba al sqlite. El historial de busqueda de urls, 
marcadores y otras cosas más se cambiaron a una base de datos en sqlite 
en Firefox 3 y leí por ahí que a veces había que optimizar el archivo 
donde se encuentra dicha base de datos para que Firefox responda mejor a 
las búsquedas automáticas que hace.


Saludos


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[OT] Pobre rendimiento Firefox 3.x en Debian

2009-05-04 Thread Luis Miguel R.
Buenas, os pasa también a vosotros que el firefox 3.x se pega unos
bloqueos tremendos durante segundos de vez en cuando? por ejemplo cuando
tecleas una URL y tiene que hacer que completarla, tal vez sea por el
tema de los fsync?

Estoy usando Debian Etch/Ext3

Un saludo.


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [OT] Pobre rendimiento Firefox 3.x en Debian

2009-05-04 Thread Gustavo Amestica
El lun, 04-05-2009 a las 12:12 +0200, Luis Miguel R. escribió:
 Buenas, os pasa también a vosotros que el firefox 3.x se pega unos
 bloqueos tremendos durante segundos de vez en cuando? por ejemplo cuando
 tecleas una URL y tiene que hacer que completarla, tal vez sea por el
 tema de los fsync?
 
 Estoy usando Debian Etch/Ext3
 
 Un saludo.
 
 
Me parece raro yo tengo instalado Lenny y y Firefox3  anda de
maravillas .


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [OT] Pobre rendimiento Firefox 3.x en Debian

2009-05-04 Thread Fenix

Luis Miguel R. wrote:


Buenas, os pasa también a vosotros que el firefox 3.x se pega unos
bloqueos tremendos durante segundos de vez en cuando? por ejemplo cuando
tecleas una URL y tiene que hacer que completarla, tal vez sea por el
tema de los fsync?



  Sí, a mi también me pasa.

  Se nota bien cuándo vas a tener que esperar unos segundillos (2-3) 
porque se produce un montón de lectura en el disco duro.


  Es molesto, pero tampoco algo preocupante (en ese último caso con 
desactivar esa nueva característica de entrada de URL sería suficiente :P).



--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [OT] Pobre rendimiento Firefox 3.x en Debian

2009-05-04 Thread Eduardo Villanueva Che
El 4 de mayo de 2009 16:11, Felix Perez felix.listadeb...@gmail.comescribió:

 El día 4 de mayo de 2009 6:48, Fenix fenix...@gmail.com escribió:
  Luis Miguel R. wrote:
 
  Buenas, os pasa también a vosotros que el firefox 3.x se pega unos
  bloqueos tremendos durante segundos de vez en cuando? por ejemplo cuando
  tecleas una URL y tiene que hacer que completarla, tal vez sea por el
  tema de los fsync?
 
 
 Segundos, segundos no, un instante talvez.

   Sí, a mi también me pasa.
 
 A mi también y uso testing y me sucede con iceweasel.

   Se nota bien cuándo vas a tener que esperar unos segundillos (2-3)
 porque
  se produce un montón de lectura en el disco duro.
 
 Insisto no creo que sean segundos, aunque, supongo, depende del equipo que
 uses.


(Lo siento Félix, el de antes sólo te lo envié a ti).

Seguramente se deba al SQLite:
http://www.google.es/search?hl=esq=firefox+sqlite+vacuumbtnG=Buscarmeta=

De vez en cuando hay que hacerle un vacuum.

Un saludo,

Edu.


   Es molesto, pero tampoco algo preocupante (en ese último caso con
  desactivar esa nueva característica de entrada de URL sería suficiente
 :P).
 
 
 Como la desactivas?

 Saludos.



Re: [OT] Pobre rendimiento Firefox 3.x en Debian

2009-05-04 Thread Fenix

Felix Perez wrote:


 Es molesto, pero tampoco algo preocupante (en ese último caso con
desactivar esa nueva característica de entrada de URL sería suficiente :P).



Como la desactivas?



  En browser.urlbar.maxRichResults coloca un valor bajo. Con -1 lo 
desactivas.



  En browser.urlbar.matchOnlyTyped colócalo en True. Con eso sólo 
completará sobre direcciones escritas por ti en la barra de direcciones 
(limita bastante el autocompletado).



  Hay un par de valores más con los que poder jugar, pero a ver qué tal 
va con esos.



--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [OT] Pobre rendimiento Firefox 3.x en Debian

2009-05-04 Thread Felix Perez
El día 4 de mayo de 2009 6:48, Fenix fenix...@gmail.com escribió:
 Luis Miguel R. wrote:

 Buenas, os pasa también a vosotros que el firefox 3.x se pega unos
 bloqueos tremendos durante segundos de vez en cuando? por ejemplo cuando
 tecleas una URL y tiene que hacer que completarla, tal vez sea por el
 tema de los fsync?


Segundos, segundos no, un instante talvez.

  Sí, a mi también me pasa.

A mi también y uso testing y me sucede con iceweasel.

  Se nota bien cuándo vas a tener que esperar unos segundillos (2-3) porque
 se produce un montón de lectura en el disco duro.

Insisto no creo que sean segundos, aunque, supongo, depende del equipo que uses.

  Es molesto, pero tampoco algo preocupante (en ese último caso con
 desactivar esa nueva característica de entrada de URL sería suficiente :P).


Como la desactivas?

Saludos.


-- 
usuario linux  #274354
normas de la lista: http://wiki.debian.org/NormasLista


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [OT] Pobre rendimiento Firefox 3.x en Debian

2009-05-04 Thread Felix Perez
El día 4 de mayo de 2009 10:37, Fenix fenix...@gmail.com escribió:
 Felix Perez wrote:

  Es molesto, pero tampoco algo preocupante (en ese último caso con
 desactivar esa nueva característica de entrada de URL sería suficiente
 :P).


 Como la desactivas?


  En browser.urlbar.maxRichResults coloca un valor bajo. Con -1 lo
 desactivas.


  En browser.urlbar.matchOnlyTyped colócalo en True. Con eso sólo
 completará sobre direcciones escritas por ti en la barra de direcciones
 (limita bastante el autocompletado).


  Hay un par de valores más con los que poder jugar, pero a ver qué tal va
 con esos.

Gracias, probaremos a ver que pasa.  He estado probando Opera y va muy
bien,  ya que este iceweasel-firefox ya se me esta haciendo muy
problemático.

Saludos.

PD. Eduardo, no problem.
-- 
usuario linux  #274354
normas de la lista: http://wiki.debian.org/NormasLista


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [OT] Pobre rendimiento Firefox 3.x en Debian

2009-05-04 Thread Mauricio J. Adonis C.
El lun, 04-05-2009 a las 12:12 +0200, Luis Miguel R. escribió:
 Buenas, os pasa también a vosotros que el firefox 3.x se pega unos
 bloqueos tremendos durante segundos de vez en cuando? por ejemplo cuando
 tecleas una URL y tiene que hacer que completarla, tal vez sea por el
 tema de los fsync?
 
 Estoy usando Debian Etch/Ext3
 
 Un saludo.
 
 

Te dejo estos tips de configuración para Firefox que corresponden a una
consulta anterior...

-

Para acceder mas rapidamente a las opciones, podemos tipear el nombre
de la Opcion en el campo “Filtro”. Asi la lista que se encuentra
debajo mostrara solo las que coincidan con lo tipeado en Filtro. Para
modifcar el valor de las Opciones, solamente hay que hacer doble-click
en el campo correspondiente. Para apreciar los cambios realizados
reiniciar el navegador.
Deshabilitar el pre-fetch

Firefox descarga las paginas e imagenes de enlaces que cree que veras,
esto es para acelerar la experiencia de navegacion pero en el proceso
consume mucha CPU y memoria RAM, lo mejor es deshabilitarlo. Acceder a
la configuracion (about:config) y modificar lo siguiente:

Llave: network.prefetch-next
Valor: false
Limitar el uso de Memoria RAM

Firefox sin duda consume mucha memoria RAM, para solucionar esto hay
que modificar la cantidad maxima de memoria que el navegador puede
usar:

Llave: browser.cache.disk.capacity
Valor: Dependiendo del RAM total de tu equipo. Se recomienda 15000 si
tenes entre 512 y 1GB de RAM, si tenes menos usa 5000.
Mejorar la descarga de paginas para usuarios con banda ancha

Firefox puede hacer mas de una conexion al servidor donde se hospeda
el sitio y asi bajar varios elementos al mismo tiempo. Debes de
cambiar:

Llaves: network.http.pipelining, network.http.proxy.pipelining
Valor: true

Despues modificar el valor de la siguiente llave:

Llave: network.http.pipelining.maxrequests
Valor: Entre 20 y 30
Boton para cerrar pestañas

Un cambio bastante molesto (para algunos) en la version 2.0, es que
las pestañas (tabs) tienen un boton individual para cerrarse y a veces
puede pasar que las cerremos por equivocacion, si no te gusta este
cambio podes volver a como era en las versiones 1.5 (solo un boton
para cerrar que se encontraba en la parte de derecha del navegador)

Llave: browser.tabs.closeButtons
Valor: 0 mostrar boton de cerrar pestaña solo en la pestaña activa.
Default: 1 (muestra botones para cerrar en todas las pestañas)
Valor: 2 (no muestra ningun boton para cerrar pestañas)
Valor: 3 (revertir a como era en firefox 1.5, este es para vos ;))
Eliminar flechas laterales en pestañas

Otro cambio molesto es el de las flechitas que aparecen a los costados
de las pestañas cuando abrimos muchas pestañas… para solucionarlo
hacemos los siguiente:

Llave: browser.tabs.tabMinWidth
Valor: 75 (entran mas pestañas antes de que se vean las flechitas
molestas de scroll)
Valor: 0 (deshabilita el scroll)
Default: 100
Trucos Varios

Empezar siempre con la ultima sesion:Ir al menu Herramientas 
Opciones y en Principal seleccionamos la opcion: Al iniciar Firefox:
“Mostrar las pestañas y ventanas abiertas la ultima vez”.
Recuperar ultima pestaña cerrada: Para recuperar la ultima pestaña
cerrada se presiona: Ctrl+Shift+T. Tambien podemos ver las ultimas 10
pestañas cerradas dentro del menu Historial.
Atajos de teclado utiles

Borrar informacion privada: Ctrl+Shift+Supr
Las pestañas: cerrar: ctrl+w, nueva: ctrl+t, siguiente: ctrl+tab,
anterior: ctrl+shift+tab, seleccion: ctrl+[1..9]
Buscar en la pagina: Hay un Quick Find automatico, pero no tiene
siguiente ni anterior, entonces es necesario realizar un ctrl+f o F3.
Ver el codigo fuente: ctrl+U, tambien se puede seleccionar cierta
parte de la pagina y con click derecho se elige: Ver codigo fuente.
Autocompletar dominios: En la barra de direcciones escribir el nombre
de la pagina y luego presionar Ctrl+Enter para completar con .com,
Shift+Enter para .net y Ctrl+Shift+Enter para .org
Tips varios

¿Usas AdBlock? Cambialo por AdBlock Plus, una extension mejor,
optimizada y que consume menos memoria.

Si usas IETab estas cargando Internet Explorer y su motor de render
dentro de Firefox, por lo tanto, mas consumo de RAM.

Desactivar Java desmarcando la casilla (Java, que no JavaScript).
Herramientas  Opciones  Contenido  Activar Java.

Quitar las extensiones que no uses o que no sean realmente utiles ya
que tambien consumen una importante cantidad de recursos.


-- 
Saludos, 
Mauricio J. Adonis C.
--
Usuario Linux  # 482032
Usuario Ubuntu #  25554
Ubuntu Code of Conduct - 1.0.1 signatario
(FD9329AC66C0907805831BF8E8D0B29A3AE3D244)
--


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Firefox 3 versus kprint

2009-03-25 Thread Ronaldo Reis Junior
Pessoal,

a muito tempo tento fazer o firefox (swiftfox) usar o diálogo do kprint para 
imprimir (detesto o diálogo do firefox, principalmente por causa do navegador 
de arquivos).

Eu tentei a dica deste site:

http://www.linuxquestions.org/questions/linux-desktop-74/firefox-3-cannot-print-to-cups-printer-655002/

que basicamente se resume nisto:

-
I got it to work via kprinter with a bit of a hack (and I don't know what side 
effects it will have).

I did as root:
Code:

echo 'gtk-print-backends = lpr,file' /etc/gtk-2.0/gtkrc
mv /usr/bin/lpr /usr/bin/lpr.old
ln -s /usr/bin/kprinter /usr/bin/lpr

Now when ff tries to use lpr, it gets tricked into using kprinter instead.

I also did this so that it would go straight to the default printer (cups 
menu):
Open ff and go to about:config.
Right-click anywhere in the white space, then click on New -- Boolean to 
add a new Boolean entry. Type:
print.always_print_silent
and set its value to true
---

Fiz tudo isto, mas quando mando imprimir ele imprime diretamente para arquivo. 
Eu gostaria que ele abrisse a caixa de diálogo do kprinter.

Alguem sabe como fazer?

Valeu
Inte
Ronaldo
-- 

Por trás de toda fortuna há um crime

--Honoré de Balzac
--
 Prof. Ronaldo Reis Júnior
|  .''`. UNIMONTES/DBG/Lab. Ecologia Comportamental e Computacional
| : :'  : Campus Universitário Prof. Darcy Ribeiro, Vila Mauricéia
| `. `'` CP: 126, CEP: 39401-089, Montes Claros - MG - Brasil
|   `- Fone: (38) 3229-8192 | ronaldo.r...@unimontes.br | chrys...@gmail.com
| http://www.ppgcb.unimontes.br/lecc | ICQ#: 5692561 | LinuxUser#: 205366
--
Favor NÃO ENVIAR arquivos do Word ou Powerpoint
Prefira enviar em PDF, Texto, OpenOffice (ODF), HTML, or RTF.


-- 
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Firefox 3 versus kprint

2009-03-25 Thread davividal

Quoting Ronaldo Reis Junior chrys...@gmail.com:
[...]

Eu tentei a dica deste site:

http://www.linuxquestions.org/questions/linux-desktop-74/firefox-3-cannot-print-to-cups-printer-655002/


[...]

Open ff and go to about:config.
Right-click anywhere in the white space, then click on New -- Boolean to
add a new Boolean entry. Type:
print.always_print_silent
and set its value to true

[...]

Sei que é besta, mas tentou definir o valor para false? O que aconteceu?

Se não me engano, na wiki do Gentoo (www.gentoo-wiki.com) tinha  
um artigo mostrando como integrar o Firefox no KDE 4.



Boa sorte,

davi


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Firefox 3 versus kprint

2009-03-25 Thread Ronaldo Reis Junior
Em Qua 25 Mar 2009, davivi...@siscompar.com.br escreveu:
 Quoting Ronaldo Reis Junior chrys...@gmail.com:
 [...]

  Eu tentei a dica deste site:
 
  http://www.linuxquestions.org/questions/linux-desktop-74/firefox-3-cannot
 -print-to-cups-printer-655002/

 [...]

  Open ff and go to about:config.
  Right-click anywhere in the white space, then click on New -- Boolean
  to add a new Boolean entry. Type:
  print.always_print_silent
  and set its value to true

 [...]

  Sei que é besta, mas tentou definir o valor para false? O que
 aconteceu?

  Se não me engano, na wiki do Gentoo (www.gentoo-wiki.com) tinha
 um artigo mostrando como integrar o Firefox no KDE 4.


  Boa sorte,

 davi

Vou dar uma olhada neste wiki. Eu tentei definir como false, e neste caso 
aparece a caixa de diálogo padrão do firefox e não a do kprinter.

Inte
Ronaldo

-- 
If only Dionysus were alive!  Where would he eat?
-- Woody Allen
--
 Prof. Ronaldo Reis Júnior
|  .''`. UNIMONTES/DBG/Lab. Ecologia Comportamental e Computacional
| : :'  : Campus Universitário Prof. Darcy Ribeiro, Vila Mauricéia
| `. `'` CP: 126, CEP: 39401-089, Montes Claros - MG - Brasil
|   `- Fone: (38) 3229-8192 | ronaldo.r...@unimontes.br | chrys...@gmail.com
| http://www.ppgcb.unimontes.br/lecc | ICQ#: 5692561 | LinuxUser#: 205366
--
Favor NÃO ENVIAR arquivos do Word ou Powerpoint
Prefira enviar em PDF, Texto, OpenOffice (ODF), HTML, or RTF.


-- 
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



un profil différent pour firefox 3 et iceweasel + pris en compte aussi de ces p rofils par update-alternatives

2009-03-07 Thread Thierry B

Bonjour,

J'aimerais créer un profile différent pour iceweasel et firefox 3.

J'ai vu d'après plusieurs liens que c'etait faisable:

http://doc.ubuntu-fr.org/firefox#firefox_par_defaut
http://www.covertprestige.net/blog/2008/04/ubuntu-hardy-firefox-2-et-3.html

Appremment, on peut transmettre des paramètres à fireox ou icewease pour 
lui spécifier le profile à utiliser.


C'est parfait si on modifie les raccourcis, mais le soucis c'est quand 
une aute application tente de lancer firefox ou iceweasel quand on 
clique sur un lien url.


Le navigateur par défaut peut-êtré réglé avec update-alternatives, mais 
comment lui spécifier qu'il faut qu'il utilise des paramètres et pas 
juste qu'il lance /usr/bin/iceweasel ou /urs/bin/firefox3.


J'aimerais une solution simple sans devoir modifier /usr/bin/iceweasel, 
pour lui spécifier les paramètres en dur lol.


Une idée?

Merci :-)

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to debian-user-french-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Firefox 3 e kprinter

2009-02-03 Thread Still
* Konnichiwa Ronaldo Reis Junior-sama:
 Pessoal,
 
 alguem sabe se já tem alguma maneira de fazer o firefox 3 (iceweasel) usar o 
 kprinter. Gostaria desta opção principalmente para imprimir em PDF, 
 normalmente uso esta opção para imprimir comprovante da pagamentos, e por 
 motivos de padronização eu simplismente clicava no arquivo do mes anterior e 
 trocava a data, agora com o sistema do firefox eu tenho que obrigatoriamente 
 escrever o nome todo e tenho que ficar lembrando como escrever, qual a última 
 data, etc. Ele não me permite usar um nome de arquivos ja existente, nem 
 mesmo se quisesse sobrescreve-lo, teria que lembrar o nome exato. Já o 
 kprinter me permite fazer isto.
 
 Alguma dica?

Digite about:config e depois procure por print. Mude onde está o
comando lpr por kprinter. Tem mais de um, ok ?
Acho que é só isso mesmo.

[]'s,

Still
--
Nelson Luiz Campos 
Engenheiro Eletricista
Linux User #89621 UIN 11464303
gnupgID: 55577339 Skype Still_by_Still
Keep moving forward.


signature.asc
Description: Digital signature


Re: Firefox 3 e kprinter

2009-02-03 Thread Ronaldo Reis Junior
Em Ter 03 Fev 2009, Still escreveu:
 * Konnichiwa Ronaldo Reis Junior-sama:
  Pessoal,
 
  alguem sabe se já tem alguma maneira de fazer o firefox 3 (iceweasel)
  usar o kprinter. Gostaria desta opção principalmente para imprimir em
  PDF, normalmente uso esta opção para imprimir comprovante da pagamentos,
  e por motivos de padronização eu simplismente clicava no arquivo do mes
  anterior e trocava a data, agora com o sistema do firefox eu tenho que
  obrigatoriamente escrever o nome todo e tenho que ficar lembrando como
  escrever, qual a última data, etc. Ele não me permite usar um nome de
  arquivos ja existente, nem mesmo se quisesse sobrescreve-lo, teria que
  lembrar o nome exato. Já o kprinter me permite fazer isto.
 
  Alguma dica?

   Digite about:config e depois procure por print. Mude onde está o
 comando lpr por kprinter. Tem mais de um, ok ?
   Acho que é só isso mesmo.

 []'s,

 Still
 --
 Nelson Luiz Campos 
 Engenheiro Eletricista
 Linux User #89621 UIN 11464303
 gnupgID: 55577339 Skype Still_by_Still
 Keep moving forward.

Still,

valeu pelo toque, mas esta dica só funcionava antes da versão 3.x do firefox. 
Com a versão 3.x não funciona mais :(

Alguem ja conseguiu fazer isto com o firefox 3.x

Inte
Ronaldo

-- 
Q:  What do you call the scratches that you get when a female
sheep bites you?
A:  Ewe nicks.
--
 Prof. Ronaldo Reis Júnior
|  .''`. UNIMONTES/DBG/Lab. Ecologia Comportamental e Computacional
| : :'  : Campus Universitário Prof. Darcy Ribeiro, Vila Mauricéia
| `. `'` CP: 126, CEP: 39401-089, Montes Claros - MG - Brasil
|   `- Fone: (38) 3229-8192 | ronaldo.r...@unimontes.br | chrys...@gmail.com
| http://www.ppgcb.unimontes.br/lecc | ICQ#: 5692561 | LinuxUser#: 205366
--
Favor NÃO ENVIAR arquivos do Word ou Powerpoint
Prefira enviar em PDF, Texto, OpenOffice (ODF), HTML, or RTF.


-- 
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Firefox 3 e kprinter

2009-02-03 Thread Ronaldo Reis Junior
Pessoal,

alguem sabe se já tem alguma maneira de fazer o firefox 3 (iceweasel) usar o 
kprinter. Gostaria desta opção principalmente para imprimir em PDF, 
normalmente uso esta opção para imprimir comprovante da pagamentos, e por 
motivos de padronização eu simplismente clicava no arquivo do mes anterior e 
trocava a data, agora com o sistema do firefox eu tenho que obrigatoriamente 
escrever o nome todo e tenho que ficar lembrando como escrever, qual a última 
data, etc. Ele não me permite usar um nome de arquivos ja existente, nem 
mesmo se quisesse sobrescreve-lo, teria que lembrar o nome exato. Já o 
kprinter me permite fazer isto.

Alguma dica?

Valeu
Ronaldo
-- 
In war, truth is the first casualty.
-- U Thant
--
 Prof. Ronaldo Reis Júnior
|  .''`. UNIMONTES/DBG/Lab. Ecologia Comportamental e Computacional
| : :'  : Campus Universitário Prof. Darcy Ribeiro, Vila Mauricéia
| `. `'` CP: 126, CEP: 39401-089, Montes Claros - MG - Brasil
|   `- Fone: (38) 3229-8192 | ronaldo.r...@unimontes.br | chrys...@gmail.com
| http://www.ppgcb.unimontes.br/lecc | ICQ#: 5692561 | LinuxUser#: 205366
--
Favor NÃO ENVIAR arquivos do Word ou Powerpoint
Prefira enviar em PDF, Texto, OpenOffice (ODF), HTML, or RTF.


-- 
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Firefox 3 e kprinter

2009-02-03 Thread Renato S. Yamane
Still escreveu:
 alguem sabe se já tem alguma maneira de fazer o firefox 3 (iceweasel) usar o 
 kprinter. Gostaria desta opção principalmente para imprimir em PDF, 
 normalmente uso esta opção para imprimir comprovante da pagamentos, e por 
 motivos de padronização eu simplismente clicava no arquivo do mes anterior e 
 trocava a data, agora com o sistema do firefox eu tenho que obrigatoriamente 
 escrever o nome todo e tenho que ficar lembrando como escrever, qual a 
 última 
 data, etc. Ele não me permite usar um nome de arquivos ja existente, nem 
 mesmo se quisesse sobrescreve-lo, teria que lembrar o nome exato. Já o 
 kprinter me permite fazer isto.

 Alguma dica?
 
   Digite about:config e depois procure por print. Mude onde está o
 comando lpr por kprinter. Tem mais de um, ok ?
   Acho que é só isso mesmo.

Se eu filtrar pela palavra print, é exibido mais de 400 entradas.
Talvez seria melhor filtrar pela palavra lpr, será que não?

Att,
Renato


-- 
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Firefox 3 e kprinter

2009-02-03 Thread Still
* Konnichiwa Ronaldo Reis Junior-sama:
 Still,
 
 valeu pelo toque, mas esta dica só funcionava antes da versão 3.x do firefox. 
 Com a versão 3.x não funciona mais :(
 
 Alguem ja conseguiu fazer isto com o firefox 3.x

Veja se esse site ajuda:
http://forums.pcbsd.org/viewtopic.php?f=3t=12052

[]'s,

Still
--
Nelson Luiz Campos 
Engenheiro Eletricista
Linux User #89621 UIN 11464303
gnupgID: 55577339 Skype Still_by_Still
Keep moving forward.


signature.asc
Description: Digital signature


Re: AYUDA - Instalar Firefox 3 en Debian Etch

2008-12-02 Thread Odair Augusto Trujillo
2008/12/1 Miguel [EMAIL PROTECTED]:
 2008/11/30 Odair Augusto Trujillo [EMAIL PROTECTED]:

 Y en los backports no está iceweasel 3?, yo creo que si. Te evitas todo eso.

 Acabo de buscar y no está, he leído que la versión de GTK que requiere
 Firefox 3 traería incompatibilidades si es que se reemplaza por GTK
 disponible en Etch, por ello el nuevo GTK se instala en una ruta
 alternativa.


 --
 Miguel
 http://blog.perunix.com


Otra solución mas simple es poner los repos de lenny y usar apt
pinning a ver cuanto te modifica del sistema
si es mucho entonces con apt-get source bajas el código fuente de gtk
oficial para debian.

-- 
Al principio, el Hombre creó a Dios; y lo creó a su imagen y semejanza.
Y el Hombre dio a Dios multitud de nombres, y el poder de que fuera el
Señor de toda la tierra cuando al Hombre le conviniere.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: AYUDA - Instalar Firefox 3 en Debian Etch

2008-12-01 Thread Alejandro Sanchez gmail

Evidentemente no saben lo que es el top posting

http://es.wikipedia.org/wiki/Top-posting

a lo mejor sirve para algo...

ah... y antes de mandar el correo hay que borrar las direcciones 
privadas


Saludos, Ale.

- Original Message - 
From: Carlos Carrero Gutierrez [EMAIL PROTECTED]

To: [EMAIL PROTECTED]
Cc: debian-user-spanish@lists.debian.org
Sent: Saturday, November 29, 2008 7:29 PM
Subject: Re: AYUDA - Instalar Firefox 3 en Debian Etch



No te respondo al privado, es que con Evolution al responder a todos
responde también al privado. Lo que me acabas de comentar me sirve, voy
a ver si con esa version de gtk me deja instalarlo.

Saludos.

El sáb, 29-11-2008 a las 20:32 +0100, Jorge Barreiro escribió:

 O Sábado, 29 de Novembro de 2008 ás 17:19:42 Jorge Barreiro escribiu:
  O Sábado, 29 de Novembro de 2008 ás 17:05:25 Carlos Carrero Gutierrez
 
  escribiu:
   Buenas, tengo la intención de instalar firefox 3 en my DEbian Etch, 
   i

   para ello me comenta que necesito gtk 2.12 o más nueva.
  
   Entonces, para poder compilar gtk.2.14, necesito:
   glib, atk, cairo, pkg config, pango...
  
   He compilado todo correctamente excepto atk, ya que me dice:
   checking for GLIB - version = 2.0.0...
   *** 'pkg-config --modversion glib-2.0' returned 2.18.3, but GLIB
   (2.12.4)
   *** was found! If pkg-config was correct, then it is best
   *** to remove the old version of GLib. You may also be able to fix 
   the

   error
   *** by modifying your LD_LIBRARY_PATH enviroment variable, or by
   editing *** /etc/ld.so.conf. Make sure you have run ldconfig if 
   that is

   *** required on your system.
   *** If pkg-config was wrong, set the environment variable
   PKG_CONFIG_PATH
   *** to point to the correct configuration files
   no
   configure: error:
   *** GLIB 2.0.0 or better is required. The latest version of
   *** GLIB is always available from ftp://ftp.gtk.org/.
  
   El caso es que he borrado glib 1.2 (junto con algunos paquetes que 
   se

   borran con esta version) y aun así me sigue diciendo lo mismo.
  
   ¿Qué puedo hacer? ¿Alguien podría ayudarme?
  
   Muchísimas gracias por ayudarme.
 
  Creo que te has complicado más de lo debido. He encontrado en google 
  esta

  mini explicación, donde con compilar gtk le ha bastado:
  http://www.captain.at/howto-run-firefox-3-debian-etch.php
 
  Saludos.

 Eso he hecho, pero me falta atk, y sin éste no puedo compilar gtk.

 ¿Alguien sabe alguna solución?

 Saludos.

Por favor, NO me respondas al privado. e intenta evitar el top-posting.

Tanto en el link que te he dado, como en las pruebas que acabo de hacer,
firefox 3.0.4 me dice que la versión mínima que necesita de gtk+ es la 
2.10,

no la 2.12. Las dependencias de gtk+ 2.10 se pueden cumplen en etch, por
tanto puedes compilarlo sin compilar nada más.

Si aún así estás empeñado en en instalar gtk+ 2.12 en etch ¿le pasas 
alguna
opción al configure? ¿Y al configure de las demás librerias que 
compilaste?


Saludos.





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact 
[EMAIL PROTECTED]





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: AYUDA - Instalar Firefox 3 en Debian Etch

2008-12-01 Thread Miguel
2008/11/30 Odair Augusto Trujillo [EMAIL PROTECTED]:

 Y en los backports no está iceweasel 3?, yo creo que si. Te evitas todo eso.

Acabo de buscar y no está, he leído que la versión de GTK que requiere
Firefox 3 traería incompatibilidades si es que se reemplaza por GTK
disponible en Etch, por ello el nuevo GTK se instala en una ruta
alternativa.


-- 
Miguel
http://blog.perunix.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: AYUDA - Instalar Firefox 3 en Debian Etch

2008-11-30 Thread Odair Augusto Trujillo
El 29 de noviembre de 2008 17:29, Carlos Carrero Gutierrez [EMAIL PROTECTED]
 escribió:

 No te respondo al privado, es que con Evolution al responder a todos
 responde también al privado. Lo que me acabas de comentar me sirve, voy
 a ver si con esa version de gtk me deja instalarlo.

 Saludos.

 El sáb, 29-11-2008 a las 20:32 +0100, Jorge Barreiro escribió:
   O Sábado, 29 de Novembro de 2008 ás 17:19:42 Jorge Barreiro escribiu:
O Sábado, 29 de Novembro de 2008 ás 17:05:25 Carlos Carrero Gutierrez
   
escribiu:
 Buenas, tengo la intención de instalar firefox 3 en my DEbian Etch,
 i
 para ello me comenta que necesito gtk 2.12 o más nueva.

 Entonces, para poder compilar gtk.2.14, necesito:
 glib, atk, cairo, pkg config, pango...

 He compilado todo correctamente excepto atk, ya que me dice:
 checking for GLIB - version = 2.0.0...
 *** 'pkg-config --modversion glib-2.0' returned 2.18.3, but GLIB
 (2.12.4)
 *** was found! If pkg-config was correct, then it is best
 *** to remove the old version of GLib. You may also be able to fix
 the
 error
 *** by modifying your LD_LIBRARY_PATH enviroment variable, or by
 editing *** /etc/ld.so.conf. Make sure you have run ldconfig if
 that is
 *** required on your system.
 *** If pkg-config was wrong, set the environment variable
 PKG_CONFIG_PATH
 *** to point to the correct configuration files
 no
 configure: error:
 *** GLIB 2.0.0 or better is required. The latest version of
 *** GLIB is always available from ftp://ftp.gtk.org/.

 El caso es que he borrado glib 1.2 (junto con algunos paquetes que
 se
 borran con esta version) y aun así me sigue diciendo lo mismo.

 ¿Qué puedo hacer? ¿Alguien podría ayudarme?

 Muchísimas gracias por ayudarme.
   
Creo que te has complicado más de lo debido. He encontrado en google
 esta
mini explicación, donde con compilar gtk le ha bastado:
http://www.captain.at/howto-run-firefox-3-debian-etch.php
   
Saludos.
  
   Eso he hecho, pero me falta atk, y sin éste no puedo compilar gtk.
  
   ¿Alguien sabe alguna solución?
  
   Saludos.
 
  Por favor, NO me respondas al privado. e intenta evitar el top-posting.
 
  Tanto en el link que te he dado, como en las pruebas que acabo de hacer,
  firefox 3.0.4 me dice que la versión mínima que necesita de gtk+ es la
 2.10,
  no la 2.12. Las dependencias de gtk+ 2.10 se pueden cumplen en etch, por
  tanto puedes compilarlo sin compilar nada más.
 
  Si aún así estás empeñado en en instalar gtk+ 2.12 en etch ¿le pasas
 alguna
  opción al configure? ¿Y al configure de las demás librerias que
 compilaste?
 
  Saludos.
 
 

Y en los backports no está iceweasel 3?, yo creo que si. Te evitas todo eso.

-- 
Al principio, el Hombre creó a Dios; y lo creó a su imagen y semejanza.
Y el Hombre dio a Dios multitud de nombres, y el poder de que fuera el Señor
de toda la tierra cuando al Hombre le conviniere.


Re: HELP - Installing Firefox 3 on Debian Etch

2008-11-30 Thread Doug Mitton
On Sat, 29 Nov 2008 17:10:05 +0100, you wrote:

Hi, i would like to install Firefox 3 on my Debian Etch. Then, i need
gtk 2.12 or newer.

But when i try to compile gtk 2.14 i need:
pango, glib, pkg-config, cairo, atk...

Well, i have compiled all succesfully except atk 1.2.4, it says:
checking for GLIB - version = 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.18.3, but GLIB
(2.12.4)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the
error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable
PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.

I remove glib 1.12 (with some paquets) but it says the same.

What could I do? Somebody could help me?

Thank you very much, I appreciate your help.

I recently did this same update, I'm not using Etch BUT I had the same
problem.

I just updated to the (minimal) GTK+-2.10.14 instead of going right to
GTK+-2.14.4.  All worked just fine and I didn't have to do all the
other updates.

I did have to re-arrange /etc/ld.so.conf and put /usr/local/lib first
(then run `ldconfig`)  to get Mozilla Firefox 3.0.3 to see it though.

Good luck!
-- 
-
   http://www3.sympatico.ca/dmitton
SPAM Reduction: Remove .invalid from my domain.
-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



AYUDA - Instalar Firefox 3 en Debian Etch

2008-11-29 Thread Carlos Carrero Gutierrez
Buenas, tengo la intención de instalar firefox 3 en my DEbian Etch, i
para ello me comenta que necesito gtk 2.12 o más nueva.

Entonces, para poder compilar gtk.2.14, necesito:
glib, atk, cairo, pkg config, pango...

He compilado todo correctamente excepto atk, ya que me dice:
checking for GLIB - version = 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.18.3, but GLIB
(2.12.4)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the
error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable
PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.

El caso es que he borrado glib 1.2 (junto con algunos paquetes que se
borran con esta version) y aun así me sigue diciendo lo mismo.

¿Qué puedo hacer? ¿Alguien podría ayudarme?

Muchísimas gracias por ayudarme.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: AYUDA - Instalar Firefox 3 en Debian Etch

2008-11-29 Thread Jorge Barreiro
O Sábado, 29 de Novembro de 2008 ás 17:05:25 Carlos Carrero Gutierrez 
escribiu:
 Buenas, tengo la intención de instalar firefox 3 en my DEbian Etch, i
 para ello me comenta que necesito gtk 2.12 o más nueva.

 Entonces, para poder compilar gtk.2.14, necesito:
 glib, atk, cairo, pkg config, pango...

 He compilado todo correctamente excepto atk, ya que me dice:
 checking for GLIB - version = 2.0.0...
 *** 'pkg-config --modversion glib-2.0' returned 2.18.3, but GLIB
 (2.12.4)
 *** was found! If pkg-config was correct, then it is best
 *** to remove the old version of GLib. You may also be able to fix the
 error
 *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
 *** /etc/ld.so.conf. Make sure you have run ldconfig if that is
 *** required on your system.
 *** If pkg-config was wrong, set the environment variable
 PKG_CONFIG_PATH
 *** to point to the correct configuration files
 no
 configure: error:
 *** GLIB 2.0.0 or better is required. The latest version of
 *** GLIB is always available from ftp://ftp.gtk.org/.

 El caso es que he borrado glib 1.2 (junto con algunos paquetes que se
 borran con esta version) y aun así me sigue diciendo lo mismo.

 ¿Qué puedo hacer? ¿Alguien podría ayudarme?

 Muchísimas gracias por ayudarme.

Creo que te has complicado más de lo debido. He encontrado en google esta mini 
explicación, donde con compilar gtk le ha bastado:
http://www.captain.at/howto-run-firefox-3-debian-etch.php

Saludos.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: AYUDA - Instalar Firefox 3 en Debian Etch

2008-11-29 Thread Jorge Barreiro
 O Sábado, 29 de Novembro de 2008 ás 17:19:42 Jorge Barreiro escribiu:
  O Sábado, 29 de Novembro de 2008 ás 17:05:25 Carlos Carrero Gutierrez
 
  escribiu:
   Buenas, tengo la intención de instalar firefox 3 en my DEbian Etch, i
   para ello me comenta que necesito gtk 2.12 o más nueva.
  
   Entonces, para poder compilar gtk.2.14, necesito:
   glib, atk, cairo, pkg config, pango...
  
   He compilado todo correctamente excepto atk, ya que me dice:
   checking for GLIB - version = 2.0.0...
   *** 'pkg-config --modversion glib-2.0' returned 2.18.3, but GLIB
   (2.12.4)
   *** was found! If pkg-config was correct, then it is best
   *** to remove the old version of GLib. You may also be able to fix the
   error
   *** by modifying your LD_LIBRARY_PATH enviroment variable, or by
   editing *** /etc/ld.so.conf. Make sure you have run ldconfig if that is
   *** required on your system.
   *** If pkg-config was wrong, set the environment variable
   PKG_CONFIG_PATH
   *** to point to the correct configuration files
   no
   configure: error:
   *** GLIB 2.0.0 or better is required. The latest version of
   *** GLIB is always available from ftp://ftp.gtk.org/.
  
   El caso es que he borrado glib 1.2 (junto con algunos paquetes que se
   borran con esta version) y aun así me sigue diciendo lo mismo.
  
   ¿Qué puedo hacer? ¿Alguien podría ayudarme?
  
   Muchísimas gracias por ayudarme.
 
  Creo que te has complicado más de lo debido. He encontrado en google esta
  mini explicación, donde con compilar gtk le ha bastado:
  http://www.captain.at/howto-run-firefox-3-debian-etch.php
 
  Saludos.

 Eso he hecho, pero me falta atk, y sin éste no puedo compilar gtk.

 ¿Alguien sabe alguna solución?

 Saludos.

Por favor, NO me respondas al privado. e intenta evitar el top-posting.

Tanto en el link que te he dado, como en las pruebas que acabo de hacer, 
firefox 3.0.4 me dice que la versión mínima que necesita de gtk+ es la 2.10, 
no la 2.12. Las dependencias de gtk+ 2.10 se pueden cumplen en etch, por 
tanto puedes compilarlo sin compilar nada más.

Si aún así estás empeñado en en instalar gtk+ 2.12 en etch ¿le pasas alguna 
opción al configure? ¿Y al configure de las demás librerias que compilaste?

Saludos.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: AYUDA - Instalar Firefox 3 en Debian Etch

2008-11-29 Thread Carlos Carrero Gutierrez
No te respondo al privado, es que con Evolution al responder a todos
responde también al privado. Lo que me acabas de comentar me sirve, voy
a ver si con esa version de gtk me deja instalarlo.

Saludos.

El sáb, 29-11-2008 a las 20:32 +0100, Jorge Barreiro escribió:
  O Sábado, 29 de Novembro de 2008 ás 17:19:42 Jorge Barreiro escribiu:
   O Sábado, 29 de Novembro de 2008 ás 17:05:25 Carlos Carrero Gutierrez
  
   escribiu:
Buenas, tengo la intención de instalar firefox 3 en my DEbian Etch, i
para ello me comenta que necesito gtk 2.12 o más nueva.
   
Entonces, para poder compilar gtk.2.14, necesito:
glib, atk, cairo, pkg config, pango...
   
He compilado todo correctamente excepto atk, ya que me dice:
checking for GLIB - version = 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.18.3, but GLIB
(2.12.4)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the
error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by
editing *** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable
PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.
   
El caso es que he borrado glib 1.2 (junto con algunos paquetes que se
borran con esta version) y aun así me sigue diciendo lo mismo.
   
¿Qué puedo hacer? ¿Alguien podría ayudarme?
   
Muchísimas gracias por ayudarme.
  
   Creo que te has complicado más de lo debido. He encontrado en google esta
   mini explicación, donde con compilar gtk le ha bastado:
   http://www.captain.at/howto-run-firefox-3-debian-etch.php
  
   Saludos.
 
  Eso he hecho, pero me falta atk, y sin éste no puedo compilar gtk.
 
  ¿Alguien sabe alguna solución?
 
  Saludos.
 
 Por favor, NO me respondas al privado. e intenta evitar el top-posting.
 
 Tanto en el link que te he dado, como en las pruebas que acabo de hacer, 
 firefox 3.0.4 me dice que la versión mínima que necesita de gtk+ es la 2.10, 
 no la 2.12. Las dependencias de gtk+ 2.10 se pueden cumplen en etch, por 
 tanto puedes compilarlo sin compilar nada más.
 
 Si aún así estás empeñado en en instalar gtk+ 2.12 en etch ¿le pasas alguna 
 opción al configure? ¿Y al configure de las demás librerias que compilaste?
 
 Saludos.
 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



HELP - Installing Firefox 3 on Debian Etch

2008-11-29 Thread Carlos Carrero Gutierrez
Hi, i would like to install Firefox 3 on my Debian Etch. Then, i need
gtk 2.12 or newer.

But when i try to compile gtk 2.14 i need:
pango, glib, pkg-config, cairo, atk...

Well, i have compiled all succesfully except atk 1.2.4, it says:
checking for GLIB - version = 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.18.3, but GLIB
(2.12.4)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the
error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable
PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.

I remove glib 1.12 (with some paquets) but it says the same.

What could I do? Somebody could help me?

Thank you very much, I appreciate your help.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: HELP - Installing Firefox 3 on Debian Etch

2008-11-29 Thread Raj Kiran Grandhi

Carlos Carrero Gutierrez wrote:

Hi, i would like to install Firefox 3 on my Debian Etch. Then, i need
gtk 2.12 or newer.

But when i try to compile gtk 2.14 i need:
pango, glib, pkg-config, cairo, atk...

Well, i have compiled all succesfully except atk 1.2.4, it says:
checking for GLIB - version = 2.0.0...
*** 'pkg-config --modversion glib-2.0' returned 2.18.3, but GLIB
(2.12.4)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the
error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable
PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error:
*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/.

I remove glib 1.12 (with some paquets) but it says the same.

What could I do? Somebody could help me?

Thank you very much, I appreciate your help.




Did you try the firefox binary from the mozilla site? I have it working 
on both etch-amd64 as well as etch-i386.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Recupera tu bookmarks.html en Firefox 3

2008-11-17 Thread Alberto Vicat

Ismael Valladolid Torres escribió:

Un truco muy rápido que sin embargo podría resultarte muy útil.

Si eres usuario de Firefox desde hace años, probablemente podrías
haber recopilado una serie de marcadores locales, los cuales como
sabes solían quedar almacenados en el fichero bookmarks.html. Si has
actualizado a Firefox 3, probablemente habrás notado que copiar el
viejo bookmarks.html al directorio de tu perfil no recupera esos
marcadores. Has de hacer esto.

* Cierra Firefox. Visita el directorio que almacena tu perfil de
Firefox, será del tipo ~/.mozilla/firefox/exrh2qqk.default —la
combinación de letras y dígitos anterior al .default será otra en tu
caso.—
* Borra el fichero places.sqlite.
* Borra cualquier fichero con extensión .json bajo el directorio
bookmarkbackups.
* Recupera tu viejo bookmarks.html sobre el directorio de tu perfil.
* Reinicia Firefox.

De esta forma habrás recuperado tus viejos marcadores. Sí, a partir de
Firefox 3 tus marcadores locales se almacenan en ese fichero
places.sqlite. Ese es el fichero del que deberás hacer backup a partir
de ahora.

[1]Recupera tu bookmarks.html en Firefox 3 | Linux AV

1. 
http://www.linuxav.net/index.php/2008/11/recupera-tu-bookmarkshtml-en-firefox-3/

Un saludo, Ismael
  

Muy interesante. Gracias.

Saludos


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Recupera tu bookmarks.html en Firefox 3

2008-11-16 Thread Ismael Valladolid Torres
Un truco muy rápido que sin embargo podría resultarte muy útil.

Si eres usuario de Firefox desde hace años, probablemente podrías
haber recopilado una serie de marcadores locales, los cuales como
sabes solían quedar almacenados en el fichero bookmarks.html. Si has
actualizado a Firefox 3, probablemente habrás notado que copiar el
viejo bookmarks.html al directorio de tu perfil no recupera esos
marcadores. Has de hacer esto.

* Cierra Firefox. Visita el directorio que almacena tu perfil de
Firefox, será del tipo ~/.mozilla/firefox/exrh2qqk.default —la
combinación de letras y dígitos anterior al .default será otra en tu
caso.—
* Borra el fichero places.sqlite.
* Borra cualquier fichero con extensión .json bajo el directorio
bookmarkbackups.
* Recupera tu viejo bookmarks.html sobre el directorio de tu perfil.
* Reinicia Firefox.

De esta forma habrás recuperado tus viejos marcadores. Sí, a partir de
Firefox 3 tus marcadores locales se almacenan en ese fichero
places.sqlite. Ese es el fichero del que deberás hacer backup a partir
de ahora.

[1]Recupera tu bookmarks.html en Firefox 3 | Linux AV

1. 
http://www.linuxav.net/index.php/2008/11/recupera-tu-bookmarkshtml-en-firefox-3/

Un saludo, Ismael
-- 
Ismael Valladolid Torres   GnuPG key: DE721AF4

SHS Polar (3.4.3)   Google Talk/Jabber/MSN Messenger: [EMAIL PROTECTED]
C/ Emilio Vargas 1Jaiku/Twitter/Skype/Yahoo!: ivalladt
Edif. Fiteni II  AIM/ICQ: 264472328
28043 Madrid (Spain)

T 0034915153817   http://www.polar.es/
F 0034915153755   http://lamediahostia.blogspot.com
M 0034609884094 (Yoigo)   http://www.flickr.com/photos/ivalladt/

The opinions expressed here represent my own and not those of my employer.
Las opiniones expresadas representan las mías propias y no las de mi empresa.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: firefox 3 no arranca

2008-11-01 Thread Excalibur
El Viernes, 31 de Octubre de 2008 23:44, Masaru Yamabashi escribió:
 Tengo un problema con firefox 3 (versiones 3.0 y 3.0.3).

 Siempre me ha funcionado sin problemas pero de repente ha dejado de
 funcionar (tras matar el proceso fue imposible arrancarlo de nuevo).

 Cuando intento ejecutarlo da el siguiente error:

 The program 'firefox-bin' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'RenderBadPicture (invalid Picture parameter)'.
   (Details: serial 4023 error_code 168 request_code 152 minor_code 5)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error()
 function.)

 si ejecuto el firefox con la opción --sync para obtener el error 'real'
 obtengo lo siguiente:

 $ /opt/firefox/firefox --sync

 The program 'firefox-bin' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadAlloc (insufficient resources for operation)'.
   (Details: serial 2143 error_code 11 request_code 53 minor_code 0)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error()
 function.)


 He probado a borrar el directorio local .mozilla y todo sigue igual, he
 borrado el firefox e instalado la última versión y todo sigue exactamente
 igual, por ello he eliminado todo y he instalado el iceweasel desde el
 repositorio oficial debian y da exactamente el mismo error.

 He probado a tracear la ejecución y no se ve nada raro (si alguien está
 interesado puedo adjuntar la traza). También he debugueado la ejecución del
 firefox-bin con gdb y lo único que me resultó sospechoso (y no mucho) fue
 que abre bastantes threads.

 En resumen, que no tengo ni idea de que puede ser, el error parece indicar
 algún tipo de problema con los recursos, por eso me parece que quizá haya
 algún problema al abrir demasiados threads. Por si acaso me he actualizado
 a la última versión de Xorg disponible en el repositorio de debian pero no
 hay cambios perceptibles.

 Como digo uso Firefox 3.03, xorg 1:7.3+18 y el driver ati de X

 Lo que más me extraña es que a dejado de funcionar de repente sin haber
 hecho ningún cambio significativo en el sistema. No había cambiado nada del
 servidor X (ni Xorg, ni driver de video, ni nada) ni tampoco nada en el
 firefox ni siquiera instalado programas que pudiesen tener alguna
 incompatibilidad. Lo único que había hecho fue instalar el plugin de
 delicious pero iba perfectamente.

 Si alguien tiene alguna pista de qué puede pasar o donde mirar sería de
 gran ayuda.

yo miraría acá /var/log/*.log
y si ahí esta todo normal seguiría por el resto..es demasiado sospechoso 
para mi gusto lo que te paso...lo mio por ahí es medio paranoico pero 
constantemente estoy chequeando los logs en mi sistema.
saludos
y espero que sea una webadita lo tuyo..


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: firefox 3 no arranca

2008-11-01 Thread Masaru Yamabashi



 From: [EMAIL PROTECTED]

 El Viernes, 31 de Octubre de 2008 23:44, Masaru Yamabashi escribió:
 Tengo un problema con firefox 3 (versiones 3.0 y 3.0.3).

 $ /opt/firefox/firefox --sync

 The program 'firefox-bin' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadAlloc (insufficient resources for operation)'.

 yo miraría acá /var/log/*.log
 y si ahí esta todo normal seguiría por el resto..es demasiado sospechoso
 para mi gusto lo que te paso...lo mio por ahí es medio paranoico pero
 constantemente estoy chequeando los logs en mi sistema.
 saludos
 y espero que sea una webadita lo tuyo..

no hay nada en los logs, firefox no escribe logs y en los logs del sistema no 
se registra nada.
_
Connect to the next generation of MSN Messenger 
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-ussource=wlmailtagline

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: firefox 3 no arranca

2008-11-01 Thread Odair Augusto Trujillo
2008/11/1 Masaru Yamabashi [EMAIL PROTECTED]




  From: [EMAIL PROTECTED]
 
  El Viernes, 31 de Octubre de 2008 23:44, Masaru Yamabashi escribió:
  Tengo un problema con firefox 3 (versiones 3.0 y 3.0.3).
 
  $ /opt/firefox/firefox --sync
 
  The program 'firefox-bin' received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'BadAlloc (insufficient resources for operation)'.
 
  yo miraría acá /var/log/*.log
  y si ahí esta todo normal seguiría por el resto..es demasiado
 sospechoso
  para mi gusto lo que te paso...lo mio por ahí es medio paranoico pero
  constantemente estoy chequeando los logs en mi sistema.
  saludos
  y espero que sea una webadita lo tuyo..

 no hay nada en los logs, firefox no escribe logs y en los logs del sistema
 no se registra nada.


En esos casos yo creo otro usuario y pruebo, a veces una configuración del
gtk o gnome jode el firefox, hablo del directorio local, descarta eso
primero creando un usuario de prueba para estar seguros.

-- 
Al principio, el Hombre creó a Dios; y lo creó a su imagen y semejanza.
Y el Hombre dio a Dios multitud de nombres, y el poder de que fuera el Señor
de toda la tierra cuando al Hombre le conviniere.


RE: firefox 3 no arranca

2008-11-01 Thread Masaru Yamabashi


 Tengo un problema con firefox 3 (versiones 3.0 y 3.0.3).
 The program 'firefox-bin' received an X Window System error.
 The error was 'BadAlloc (insufficient resources for operation)'.

 yo miraría acá /var/log/*.log

no hay nada en los logs, firefox no escribe logs y en los logs del sistema no 
se registra nada.

En esos casos yo creo otro usuario y pruebo, a veces una configuración del gtk 
o gnome jode el firefox, 
hablo del directorio local, descarta eso primero creando un usuario de prueba 
para estar seguros.

No entiendo bien a qué te refieres con eso de crear otro usuario. Si te 
refieres a crear otro perfil del firefox ya lo he probado y obtengo el mismo 
resultado, da exactamente el mismo error. Si te refieres a crear otro usuario 
del sistema, no entiendo cual puede ser la razón para hacer eso pero he probado 
con otro usuario con el mismo resultado.


_
Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+worldmkt=en-USform=QBRE

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: firefox 3 no arranca

2008-11-01 Thread Odair Augusto Trujillo
2008/11/1 Masaru Yamabashi [EMAIL PROTECTED]



  Tengo un problema con firefox 3 (versiones 3.0 y 3.0.3).
  The program 'firefox-bin' received an X Window System error.
  The error was 'BadAlloc (insufficient resources for operation)'.

  yo miraría acá /var/log/*.log

 no hay nada en los logs, firefox no escribe logs y en los logs del
 sistema no se registra nada.

 En esos casos yo creo otro usuario y pruebo, a veces una configuración del
 gtk o gnome jode el firefox,
 hablo del directorio local, descarta eso primero creando un usuario de
 prueba para estar seguros.

 No entiendo bien a qué te refieres con eso de crear otro usuario. Si te
 refieres a crear otro perfil del firefox ya lo he probado y obtengo el mismo
 resultado, da exactamente el mismo error. Si te refieres a crear otro
 usuario del sistema, no entiendo cual puede ser la razón para hacer eso pero
 he probado con otro usuario con el mismo resultado.


 Y que pierdes probando, te habla la voz de la experiencia XD.

-- 
Al principio, el Hombre creó a Dios; y lo creó a su imagen y semejanza.
Y el Hombre dio a Dios multitud de nombres, y el poder de que fuera el Señor
de toda la tierra cuando al Hombre le conviniere.


firefox 3 no arranca

2008-10-31 Thread Masaru Yamabashi

Tengo un problema con firefox 3 (versiones 3.0 y 3.0.3). 

Siempre me ha funcionado sin problemas pero de repente ha dejado de funcionar 
(tras matar el proceso fue imposible arrancarlo de nuevo). 

Cuando intento ejecutarlo da el siguiente error:

The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
  (Details: serial 4023 error_code 168 request_code 152 minor_code 5)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

si ejecuto el firefox con la opción --sync para obtener el error 'real' obtengo 
lo siguiente:

$ /opt/firefox/firefox --sync

The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 2143 error_code 11 request_code 53 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)


He probado a borrar el directorio local .mozilla y todo sigue igual, he borrado 
el firefox e instalado la última versión y todo sigue exactamente igual, por 
ello he eliminado todo y he instalado el iceweasel desde el repositorio oficial 
debian y da exactamente el mismo error.

He probado a tracear la ejecución y no se ve nada raro (si alguien está 
interesado puedo adjuntar la traza). También he debugueado la ejecución del 
firefox-bin con gdb y lo único que me resultó sospechoso (y no mucho) fue que 
abre bastantes threads.

En resumen, que no tengo ni idea de que puede ser, el error parece indicar 
algún tipo de problema con los recursos, por eso me parece que quizá haya algún 
problema al abrir demasiados threads. Por si acaso me he actualizado a la 
última versión de Xorg disponible en el repositorio de debian pero no hay 
cambios perceptibles.

Como digo uso Firefox 3.03, xorg 1:7.3+18 y el driver ati de X

Lo que más me extraña es que a dejado de funcionar de repente sin haber hecho 
ningún cambio significativo en el sistema. No había cambiado nada del servidor 
X (ni Xorg, ni driver de video, ni nada) ni tampoco nada en el firefox ni 
siquiera instalado programas que pudiesen tener alguna incompatibilidad. Lo 
único que había hecho fue instalar el plugin de delicious pero iba 
perfectamente.

Si alguien tiene alguna pista de qué puede pasar o donde mirar sería de gran 
ayuda.

_
Invite your mail contacts to join your friends list with Windows Live Spaces. 
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=createwx_url=/friends.aspxmkt=en-us

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Actualizar a GTK+2.10 o Superior para Firefox 3

2008-10-13 Thread BasaBuru
El Sunday 12 October 2008 17:23:54 MatLnx escribió:
 Buenas tardes a todos, mi nombre es Matias y hace poco volvi a instalar
 nuevamente Debian en la Notebook ya que debia tener windows por
 cuestiones de facultad (Maldito visual estudio .net jeje).

 El tema es que al querer instalar el firefox 3 me dice que debo
 actualizar a GTK+2.10 o mas nuevo.

 En internet encontré 5 o 6 formas diferentes para hacerlo y realmente no
 pude con ningúna (estoy medio oxidado actualmente pero de a poco nos
 iremos aflojando).

 Alguno me podrá resumir como puedo hacer o si tiene algún link que me
 aclare un poco las ideas, estaría muy agradecido...

 Desde ya muchisimas gracias por su ayuda, y espero poder aportar a
 partir de ahora.
 Atte.
 Matias

Perdona pero estas metiendo un ruido incómodo en la lista.

Este es el segundo mail que veo tuyo con el mismo tema (el mismo parece) en 
dos hilos distintos.

Por favor leete la netetiqueta de la lista.  LPM

Si quieres abrir un hilo para hacer una pregunta, perfecto para eso esta la 
lista.

Pero por favor abre un nuevo hilo, no metas tus mails en otros hilos. Molesta 
un montón a la hora de leer.

En vez de hacer un reply.. simplemente mete en el to: la dir de la 
lista sencillo no

to: debian-user-spanish@lists.debian.org

|8=}

Un saludo

BasaBuru


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problème d'affichage avec iceweasel (iceweasel 3 contre firefox 3 = 0/1)

2008-10-12 Thread Philippe Merlin
Bonsoir,
Le lundi 6 octobre 2008, mess-mate a écrit :
 Philippe Merlin wrote:
  Bonjour,
 
  Le samedi 4 octobre 2008, Philippe Merlin a écrit :
  Philippe Merlin wrote:
  Bonjour,
  La version de Debian de ma machine est une lenny à jour. Depuis que
  je suis passé en iceweasel 3 j'ai une impossibilité de voir
  certaines informations avec iceweasel. Par exemple si je vais dans
  les pages jaunes ou blanche de l'annuaire et si je clique sur plan
   en dessous d'une 
 
  je profite du bug  référencé 495749 
 
  le bug :http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495749 décrit
  exactement mon pb et en plus mon environnement.
  Merci.
  Philippe
 
  Dans mon premier message, j'avais aussi indiqué que j'envisageais
  d'installer sur la même machine iceweasel et firefox, pour pouvoir savoir
  si firefox3 a le même comportement qu'iceweasel.  Es ce possible,  si oui
  comment ? Dans l'impossibilité de le faire, Es ce facile d'installer 
  provisoirement Firefox3 à la place d'iceweasel ?
  Merci de vos conseils.
  Philippe

 Pas de problème pour installer firefox3, je le conseille d'ailleurs pour
 une migration future vers lenny.
 Il suffit de le télécharger et l'installer dans par ex. /opt.
 Il reprendra ton ancienne config (./mozilla) et fera un check de tes
 add-ons pour la conformité.
 Effectivement cela s'installe très facilement , en testant le Firefox,   je 
n'ai plus ce bug , il semble donc bien lié à la transformation de firefox3 en 
iceweasel3.
J'ai donc légèrement modifié l'intitulé de mon message en  un résultat de 
foot.
Dans ton message si j'ai bien compris tu sembles indiqué pour la version 
Debian lenny iceweasel serait abandonné au profit de firefox ? ??
Merci.
Philippe



--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problème d'affichage avec iceweasel ( iceweasel 3 contre firefox 3 = 0/1)

2008-10-12 Thread mess-mate

Philippe Merlin wrote:


Bonsoir,
Le lundi 6 octobre 2008, mess-mate a écrit :
  

Philippe Merlin wrote:


Bonjour,

Le samedi 4 octobre 2008, Philippe Merlin a écrit :
  

Philippe Merlin wrote:
  

Bonjour,
La version de Debian de ma machine est une lenny à jour. Depuis que
je suis passé en iceweasel 3 j'ai une impossibilité de voir
certaines informations avec iceweasel. Par exemple si je vais dans
les pages jaunes ou blanche de l'annuaire et si je clique sur plan
 en dessous d'une 


je profite du bug  référencé 495749 

  

le bug :http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495749 décrit
exactement mon pb et en plus mon environnement.
Merci.
Philippe


Dans mon premier message, j'avais aussi indiqué que j'envisageais
d'installer sur la même machine iceweasel et firefox, pour pouvoir savoir
si firefox3 a le même comportement qu'iceweasel.  Es ce possible,  si oui
comment ? Dans l'impossibilité de le faire, Es ce facile d'installer 
provisoirement Firefox3 à la place d'iceweasel ?

Merci de vos conseils.
Philippe
  

Pas de problème pour installer firefox3, je le conseille d'ailleurs pour
une migration future vers lenny.
Il suffit de le télécharger et l'installer dans par ex. /opt.
Il reprendra ton ancienne config (./mozilla) et fera un check de tes
add-ons pour la conformité.

 Effectivement cela s'installe très facilement , en testant le Firefox,   je 
n'ai plus ce bug , il semble donc bien lié à la transformation de firefox3 en 
iceweasel3.
J'ai donc légèrement modifié l'intitulé de mon message en  un résultat de 
foot.
Dans ton message si j'ai bien compris tu sembles indiqué pour la version 
Debian lenny iceweasel serait abandonné au profit de firefox ? ??

Merci.
Philippe



  


Pas abandonné... Tu reprends tout simplement ta ./mozilla de etch et tu 
la copie dans lenny.


La tranformation a été effectué dans ta ./mozilla de etch lorsque tu as 
installé firefox3 dans etch et puis firefox n'est plus utile dans lenny 
puisque tu y a iceweasel ( je me demande où est la différence si ce 
n'est que le nom).





--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problème d'affichage avec iceweasel (iceweasel 3 contre firefox 3 = 0/1)

2008-10-12 Thread Philippe Merlin
Bonsoir,
Le dimanche 12 octobre 2008, mess-mate a écrit :
 Philippe Merlin wrote:
  Bonsoir,
 
  Le lundi 6 octobre 2008, mess-mate a écrit :
  Philippe Merlin wrote:
  Bonjour,
 
  Le samedi 4 octobre 2008, Philippe Merlin a écrit :
  Philippe Merlin wrote:
  Bonjour,
  La version de Debian de ma machine est une lenny à jour. Depuis
  que je suis passé en iceweasel 3 j'ai une impossibilité de voir
  certaines informations avec iceweasel. Par exemple si je vais dans
  les pages jaunes ou blanche de l'annuaire et si je clique sur
  plan en dessous d'une 
 
  je profite du bug  référencé 495749 
 
  le bug :http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495749
  décrit exactement mon pb et en plus mon environnement.
  Merci.
  Philippe
 
  Dans mon premier message, j'avais aussi indiqué que j'envisageais
  d'installer sur la même machine iceweasel et firefox, pour pouvoir
  savoir si firefox3 a le même comportement qu'iceweasel.  Es ce
  possible,  si oui comment ? Dans l'impossibilité de le faire, Es ce
  facile d'installer provisoirement Firefox3 à la place d'iceweasel ?
  Merci de vos conseils.
  Philippe
 
  Pas de problème pour installer firefox3, je le conseille d'ailleurs pour
  une migration future vers lenny.
  Il suffit de le télécharger et l'installer dans par ex. /opt.
  Il reprendra ton ancienne config (./mozilla) et fera un check de tes
  add-ons pour la conformité.
 
   Effectivement cela s'installe très facilement , en testant le Firefox,  
  je n'ai plus ce bug , il semble donc bien lié à la transformation de
  firefox3 en iceweasel3.
  J'ai donc légèrement modifié l'intitulé de mon message en  un résultat de
  foot.
  Dans ton message si j'ai bien compris tu sembles indiqué pour la version
  Debian lenny iceweasel serait abandonné au profit de firefox ? ??
  Merci.
  Philippe


 puis firefox n'est plus utile dans lenny
 puisque tu y a iceweasel ( je me demande où est la différence si ce
 n'est que le nom).
Je vois qu'on c'est mal compris, se suis en Lenny et j'ai actuellement 
iceweasel et firefox installé.
Et  firefox marche mieux que le clone Debian iceweasel, c'est ce que je crois 
avoir démontré du moins dans mon cas.
A+
Philippe


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Actualizar a GTK+2.10 o Superior para Firefox 3

2008-10-12 Thread MatLnx
Buenas tardes a todos, mi nombre es Matias y hace poco volvi a instalar
nuevamente Debian en la Notebook ya que debia tener windows por
cuestiones de facultad (Maldito visual estudio .net jeje).

El tema es que al querer instalar el firefox 3 me dice que debo
actualizar a GTK+2.10 o mas nuevo.

En internet encontré 5 o 6 formas diferentes para hacerlo y realmente no
pude con ningúna (estoy medio oxidado actualmente pero de a poco nos
iremos aflojando).

Alguno me podrá resumir como puedo hacer o si tiene algún link que me
aclare un poco las ideas, estaría muy agradecido...

Desde ya muchisimas gracias por su ayuda, y espero poder aportar a
partir de ahora.
Atte.
Matias
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Actualizar a GTK+2.10 o Superior para Firefox 3

2008-10-12 Thread MatLnx
Buenas tardes a todos, mi nombre es Matias y hace poco volvi a instalar
nuevamente Debian en la Notebook ya que debia tener windows por
cuestiones de facultad (Maldito visual estudio .net jeje).

El tema es que al querer instalar el firefox 3 me dice que debo
actualizar a GTK+2.10 o mas nuevo.

En internet encontré 5 o 6 formas diferentes para hacerlo y realmente no
pude con ningúna (estoy medio oxidado actualmente pero de a poco nos
iremos aflojando).

Alguno me podrá resumir como puedo hacer o si tiene algún link que me
aclare un poco las ideas, estaría muy agradecido...

Desde ya muchisimas gracias por su ayuda, y espero poder aportar a
partir de ahora.
Atte.
Matias
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Firefox 3 no Debian Etch, com Gtk2 2.10 e com Suporte a Temas.

2008-08-22 Thread Eddie


Firefox 3 no Debian Etch, com Gtk2 2.10 e com Suporte a Temas.


http://flavioblogg.blogspot.com/2008/08/firefox-3-no-debian-etch-com-gtk2-210-e.html


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 3 - amd64 - libc6 - Segmentation Fault

2008-08-20 Thread Paulo Roberto

Não.
O firefox também é 64.
[ ]'s Beto

Rafael Gomes Dantas wrote:

Não é alguma incompatibilidade do Firefox3 32bit com o sistema 64bits?




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Firefox 3 - amd64 - libc6 - Segmentation Fault

2008-08-19 Thread Paulo Roberto


Oi pessoal,
Estou com uma máquina amd64 com Debian Lenny instalado e totalmente 
atualizado.
Quando inicio qualquer navegador que utilize bibliotecas mozilla, 
epiphany, galeon ou iceweasel, o programa simplesmente termina com 
segmentation fault.

Ao rodar o gdb, descobri que o segmentation fault é na libc.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fe44649f6f0 (LWP 5540)]
0x7fe4458676b3 in realpath () from /lib/libc.so.6

Versões dos pacotes:

iceweasel3.0.1-1
libc62.7-13

Alguém já passou por isso?

[ ]'s Beto


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 3 - amd64 - libc6 - Segmentation Fault

2008-08-19 Thread Rafael Gomes Dantas
Não é alguma incompatibilidade do Firefox3 32bit com o sistema 64bits?


[OFF] Firefox 3.x e kprinter

2008-08-15 Thread Ronaldo Reis Junior
Pessoal,

antes da versão 3.x do firefox eu usava o kprinter nele normalmente. Mas agora 
não consigo mais, já tentei algumas fórmulas da internet mas não rolou. Mas 
as fómulas eram normalmente para outra distro

Vejam a dica:

I use KPrinter for handling my printers. Unfortunately, the Mozilla apps don’t 
work with KPrinter by default. So it’s time to open up about:config again. 
Set print.printer_PostScript/Default.print_command to kprinter --stdin and 
print.always_print_silent  to true. When printing, make sure you choose 
Postscript/default (leaving “Print to file” unchecked) and then click the 
Print button. At this point you will get the KPrinter dialog. Note that this 
may not work for Thunderbird.

Alguma dica para fazer o firefox (iceweasel) usar o kprinter?

Valeu
Inte
Ronaldo
-- 
Death is a spirit leaving a body, sort of like a shell leaving the nut behind.
-- Erma Bombeck
--
 Prof. Ronaldo Reis Júnior
|  .''`. UNIMONTES/DBG/Lab. Ecologia Comportamental e Computacional
| : :'  : Campus Universitário Prof. Darcy Ribeiro, Vila Mauricéia
| `. `'` CP: 126, CEP: 39401-089, Montes Claros - MG - Brasil
|   `- Fone: (38) 3229-8192 | [EMAIL PROTECTED] | [EMAIL PROTECTED]
| http://www.ppgcb.unimontes.br/lecc | ICQ#: 5692561 | LinuxUser#: 205366
--
Favor NÃO ENVIAR arquivos do Word ou Powerpoint
Prefira enviar em PDF, Texto, OpenOffice (ODF), HTML, or RTF.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Using Java Console with FireFox 3 and Java 1.5

2008-07-26 Thread Joe Riel
Is there a way to enable the Java Console in FireFox (iceweasel) 3.0 
with Java 1.5?  Previously I was able to use the Open Java Console 
add-on (the regular Java Console did not work with versions of Firefox 
greater than 2.0. 

I know almost nothing about java, but occasionally need to look at the 
console to debug problems when java doesn't work. 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Firefox 3?

2008-07-13 Thread Nuno Magalhães
It's weird that the workaround is in X rather than Iceweasel... but
then again X has been changing and not always for the best.

-- 
Nuno Magalhães


Re: Firefox 3?

2008-07-12 Thread Chris Burkhardt

Dr. Jennifer Nussbaum wrote:


Is there a version of Firefox 3--or, i guess, Iceweasel 3--in package 
form yet, or is it still in some kind of testing form where you have to 
compile it yourself?


FF3 on my Windows machine is shockingly much faster, so id like to move 
over to it on my Lenny machine too, if its stable and ready. But its not 
showing up in my lists, unless im searching wrong.


It's in Testing now.

- chris


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Guia, Instalar Firefox 3 no Debian 4.0 Etch, com Gtk2 2.10.

2008-07-05 Thread Eddie
http://flavioblogg.blogspot.com/2008/07/guia-instalar-firefox-3-no-debian-etch.html 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 3?

2008-07-04 Thread Henrique de Moraes Holschuh
On Thu, 03 Jul 2008, Ron Johnson wrote:
 Really?  So far all has worked well for me.  Or the errors have been
 too subtle for me to notice...

Errors rendering fonts (size varies by 1px on various characters, it gets
the height wrong on the address bar so you see only part of the characters
sometimes), and random crashes -- this is 2.0.0.14 with xulrunner from Sid,
i386.  When you add the 3.0-rc2 (3.0 proper is not there for i386 yet, at
least it was not there yesterday), you may get so many crashes, the thing
won't even start.

I am holding xulrunner and iceweasel pinned to 1.8 and 2.0.0.14 everywhere I
can.  At least for i386, xul 1.9+iceweasel 3.0-rc2 (Debian packages) are
useless show-stoppers.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 3?

2008-07-04 Thread Hugo Vanwoerkom

Nuno Magalhães wrote:

Really?  So far all has worked well for me.  Or the errors have been
too subtle for me to notice...

To you have any example links?


Sure, this: http://www.mozilla.com/en-US/firefox/ :-)
The bottom fo the page displays a messed up version of the top of the
page and it changes everytime i scroll.


snip

That page has absolutely no problems here.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008062910 
Iceweasel/3.0 (Debian-3.0~rc2-2)


Hugo


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Firefox 3?

2008-07-03 Thread Dr. Jennifer Nussbaum

Is there a version of Firefox 3--or, i guess, Iceweasel 3--in package form yet, 
or is it still in some kind of testing form where you have to compile it 
yourself?

FF3 on my Windows machine is shockingly much faster, so id like to move over to 
it on my Lenny machine too, if its stable and ready. But its not showing up in 
my lists, unless im searching wrong.

Thanks!

Jen



  

Re: Firefox 3?

2008-07-03 Thread Jonathan Kaye
Dr. Jennifer Nussbaum wrote:

 
 Is there a version of Firefox 3--or, i guess, Iceweasel 3--in package form
 yet, or is it still in some kind of testing form where you have to compile
 it yourself?
 
 FF3 on my Windows machine is shockingly much faster, so id like to move
 over to it on my Lenny machine too, if its stable and ready. But its not
 showing up in my lists, unless im searching wrong.
 
 Thanks!
 
 Jen
Hi Jen,
You'll need to search under the iceweasel rather than firefox because of
trademark issues with Mozilla. There is a sid package that is version 3 of
Iceweasel but there is no lenny package for version 3. You can always get
the binaries (no need to compile) directly from the mozilla firefox site
here: http://www.mozilla.com/en-US/firefox/
Just untar the tar-bzip file and move it where you want. (/opt is the normal
place for it). No need to do any compiling. I've been using it since the
official release day and it's pretty stable. It is not totally happy with
flash stuff on some websites (the Guardian and Coccinella are two that
crash it) using both flashplayer 9 and 10. But most flash-using sites are
ok. Other than that I've had no problems with it so I can you can go ahead
and grab it.
Cheers,
Jonathan
-- 
Registerd Linux user #445917 at http://counter.li.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 3?

2008-07-03 Thread Nuno Magalhães
 Is there a version of Firefox 3--or, i guess, Iceweasel 3--in package form
 yet, or is it still in some kind of testing form where you have to compile
 it yourself?

I'm using it in unstable. So far the only annoying thing i've noticed
is that some pages screw up the background and mess the display, they
become unreadable. For those i use Opera.

-- 
Nuno Magalhães


Re: Firefox 3?

2008-07-03 Thread Florian Kulzer
[ Please try to turn off the HTML part of your messages. ]

On Thu, Jul 03, 2008 at 07:16:21 -0700, Dr. Jennifer Nussbaum wrote:
 
 Is there a version of Firefox 3--or, i guess, Iceweasel 3--in package
 form yet, or is it still in some kind of testing form where you have
 to compile it yourself?

It should be possible to install the Sid packages on Lenny.

 FF3 on my Windows machine is shockingly much faster, so id like to
 move over to it on my Lenny machine too, if its stable and ready. But
 its not showing up in my lists, unless im searching wrong.

It has not entered testing yet because it has to wait for xulrunner;
the recent xulrunner upgrade in Sid reset the waiting period for that
package (7 days to go right now).

http://packages.qa.debian.org/i/iceweasel.html
http://release.debian.org/migration/testing.pl?package=iceweasel

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 3?

2008-07-03 Thread Eugene V. Lyubimkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dr. Jennifer Nussbaum wrote:
 Is there a version of Firefox 3--or, i guess, Iceweasel 3--in package form 
 yet, or is it still in some kind of testing form where you have to compile it 
 yourself?
 
 FF3 on my Windows machine is shockingly much faster, so id like to move over 
 to it on my Lenny machine too, if its stable and ready. But its not showing 
 up in my lists, unless im searching wrong.
 
 Thanks!
 
 Jen
 
 
 
   
http://packages.debian.org/sid/iceweasel
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkhs+HQACgkQchorMMFUmYxnHwCfQx2gcoXUEuIBiy/NnBEfXD7c
yt4AmwQ2C2TnJIEVUVRSyvnR/JYXqY59
=RokZ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 3?

2008-07-03 Thread Peter Jordan
Dr. Jennifer Nussbaum, 07/03/2008 04:16 PM:

 Is there a version of Firefox 3--or, i guess, Iceweasel 3--in package form 
 yet, or is it still in some kind of testing form where you have to compile it 
 yourself?
 
 FF3 on my Windows machine is shockingly much faster, so id like to move over 
 to it on my Lenny machine too, if its stable and ready. But its not showing 
 up in my lists, unless im searching wrong.
 
 Thanks!
 
 Jen
 
 
 
   

firefox3 is in unstable: http://packages.qa.debian.org/i/iceweasel.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Firefox 3?

2008-07-03 Thread Stackpole, Chris
Is there a version of Firefox 3--or, i guess, Iceweasel 3--in package
form yet, or is it still in some kind of testing form where you have to
compile it yourself?



It is only in Sid right now:
http://packages.debian.org/search?keywords=iceweasel

 

Of course there is nothing stopping you from installing firefox3
manually, but if you want Iceweasle deb packages, you will have to pull
from Sid.

 

 

Have fun!

 



Re: Firefox 3?

2008-07-03 Thread charlie derr

Stackpole, Chris wrote:



Is there a version of Firefox 3--or, i guess, Iceweasel 3--in package 
form yet, or is it still in some kind of testing form where you have to 
compile it yourself?


It is only in Sid right now: 
http://packages.debian.org/search?keywords=iceweasel


 

Of course there is nothing stopping you from installing firefox3 
manually, but if you want Iceweasle deb packages, you will have to pull 
from Sid.


 

 


Have fun!




The current version of iceweasel in sid (3.0~rc2-2) doesn't seem to play very well with some plugins.  I'm using a ff3 binary I 
downloaded from mozilla.com and run out of my home directory until a final (non-rc) version of iceweasel makes it into the sid 
repo.


~c


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Firefox 3?

2008-07-03 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07/03/08 10:11, Nuno Magalhães wrote:
 Is there a version of Firefox 3--or, i guess, Iceweasel 3--in package form
 yet, or is it still in some kind of testing form where you have to compile
 it yourself?
 
 I'm using it in unstable. So far the only annoying thing i've noticed
 is that some pages screw up the background and mess the display, they
 become unreadable. For those i use Opera.

Really?  So far all has worked well for me.  Or the errors have been
too subtle for me to notice...

To you have any example links?

- --
Ron Johnson, Jr.
Jefferson LA  USA

Kittens give Morbo gas.  In lighter news, the city of New New
York is doomed.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhs9w4ACgkQS9HxQb37XmfPJgCfaozePpKq/PX6kUuUjyAQsBgR
Q5kAoLvnYNqgXSOOUrUiaCi3PAP9Yhl4
=Du2G
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 3?

2008-07-03 Thread Peter Jordan
Nuno Magalhães, 07/03/2008 05:11 PM:

 Is there a version of Firefox 3--or, i guess, Iceweasel 3--in package form
 yet, or is it still in some kind of testing form where you have to compile
 it yourself?
 
 I'm using it in unstable. So far the only annoying thing i've noticed
 is that some pages screw up the background and mess the display, they
 become unreadable. For those i use Opera.
 

this [1] workaround worked for me

PJ

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482992#44


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 3?

2008-07-03 Thread Anthony Campbell
On 03 Jul 2008, Dr. Jennifer Nussbaum wrote:
 
 Is there a version of Firefox 3--or, i guess, Iceweasel 3--in package
 form yet, or is it still in some kind of testing form where you have to
 compile it yourself?
 FF3 on my Windows machine is shockingly much faster, so id like to move
 over to it on my Lenny machine too, if its stable and ready. But its
 not showing up in my lists, unless im searching wrong.
 Thanks!
 Jen

Install iceweasel from Sid (Unstable); this will give you Firefox 3.

Anthony

-- 
Anthony Campbell - [EMAIL PROTECTED] 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 3?

2008-07-03 Thread Nate Bargmann
* Ron Johnson [EMAIL PROTECTED] [2008 Jul 03 12:41 -0500]:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 07/03/08 10:11, Nuno Magalhães wrote:
  Is there a version of Firefox 3--or, i guess, Iceweasel 3--in package form
  yet, or is it still in some kind of testing form where you have to compile
  it yourself?
  
  I'm using it in unstable. So far the only annoying thing i've noticed
  is that some pages screw up the background and mess the display, they
  become unreadable. For those i use Opera.
 
 Really?  So far all has worked well for me.  Or the errors have been
 too subtle for me to notice...

I've seen it on my desktop with an ATI video card.  There are
apparently some bugs filed related to this.

 To you have any example links?

I saw it on http://www.kawasaki.com and a few other sites I can't
remember.  I found that scrolling the page would repaint the background
and correct the issue.  On another page or two I viewed the page in
Konqueror.

- Nate 

-- 

The optimist proclaims that we live in the best of all
possible worlds.  The pessimist fears this is true.

Ham radio, Linux, bikes, and more: http://n0nb.us/index.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 3?

2008-07-03 Thread Nuno Magalhães
 Really?  So far all has worked well for me.  Or the errors have been
 too subtle for me to notice...

 To you have any example links?

Sure, this: http://www.mozilla.com/en-US/firefox/ :-)
The bottom fo the page displays a messed up version of the top of the
page and it changes everytime i scroll.
couchsurfing.com also has worse distortions on occasion, but it's not
predictable. Sometimes a page will render well,  others it will not.

-- 
Nuno Magalhães


Re: Firefox 3?

2008-07-03 Thread Paul Johnson
Could you wrap lines at 72 characters instead of 1 paragraph, please?

On Thu, 2008-07-03 at 12:23 -0400, charlie derr wrote:

 The current version of iceweasel in sid (3.0~rc2-2) doesn't seem to
 play very well with some plugins.  I'm using a ff3 binary I 
 downloaded from mozilla.com and run out of my home directory until a
 final (non-rc) version of iceweasel makes it into the sid 
 repo.

This seems to only be an issue installing poorly designed plugins.
Change your user agent from iceweasel to firefox when you install it,
and it should work.

-- 
Paul Johnson
[EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: Firefox 3?

2008-07-03 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07/03/08 15:07, Nate Bargmann wrote:
 * Ron Johnson [EMAIL PROTECTED] [2008 Jul 03 12:41 -0500]:

 On 07/03/08 10:11, Nuno Magalhães wrote:
 Is there a version of Firefox 3--or, i guess, Iceweasel 3--in package form
 yet, or is it still in some kind of testing form where you have to compile
 it yourself?
 I'm using it in unstable. So far the only annoying thing i've noticed
 is that some pages screw up the background and mess the display, they
 become unreadable. For those i use Opera.
 Really?  So far all has worked well for me.  Or the errors have been
 too subtle for me to notice...
 
 I've seen it on my desktop with an ATI video card.  There are
 apparently some bugs filed related to this.
 
 To you have any example links?
 
 I saw it on http://www.kawasaki.com and a few other sites I can't
 remember.  I found that scrolling the page would repaint the background
 and correct the issue.  On another page or two I viewed the page in
 Konqueror.

Looks good to me.  But then, I use an NVIDIA card with the nvidia
driver.

Someone else mentioned a work-around with tweaks to xorg.conf.
Maybe that will fix it.

- --
Ron Johnson, Jr.
Jefferson LA  USA

Kittens give Morbo gas.  In lighter news, the city of New New
York is doomed.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhtlB4ACgkQS9HxQb37XmdsugCg0bA/hslBevq8HUo1muXFjkNO
ARUAoMpptQuLMkCuYQkM/7BfyKgF+ADL
=8J2l
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



printer not listed in dialog box - firefox 3

2008-06-22 Thread Bogdan Marian

Hey,

Since upgrading to Firefox 3, I cannot print anything from within 
Firefox. My printer simply doesn't get listed in the dialog box. I only 
get LPR and print to file options. I tried deleting
prefs.js file but i'm still no luck. I'm on Debian Etch - KDE, and 
firefox 3 installation is a custom one, on my home directory. The 
printer work with all the other applications.

Does anyone have any clue on this?

Thank you,

--
Bogdan MARIAN
Java Software Developer
Saguaro Technology
Timisoara, ROMANIA
E-mail: [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Corrección ortográfica en firefox 3

2008-06-20 Thread Guillermo Garcia
Esto lo tengo el caso es que cuando escribo en una caja de texto no parece
estar activado.

 On Wed, 2008-06-18 at 11:37 -0500, Marcos Delgado wrote:
 El día 18 de junio de 2008 10:16, Guillermo Garcia
 [EMAIL PROTECTED] escribió:
  Hola chicos,
 


 https://addons.mozilla.org/es-ES/firefox/addon/3554


 about:config
 busca spellchecker.dictionary y ponle de valor: es-ES

 --
 Marcel Sánchez Góngora
 Debian Lenny GNU/Linux
 Linux User #382151
 Est. IV año
 Universidad de las Ciencias Informáticas
 Mañana te darás cuenta que hoy no sabes nada



-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Corrección ortográfica en firefox 3

2008-06-19 Thread Marcel Sanchez Gongora
On Wed, 2008-06-18 at 11:37 -0500, Marcos Delgado wrote:
 El día 18 de junio de 2008 10:16, Guillermo Garcia
 [EMAIL PROTECTED] escribió:
  Hola chicos,
 

 
 https://addons.mozilla.org/es-ES/firefox/addon/3554
 
 
about:config
busca spellchecker.dictionary y ponle de valor: es-ES

-- 
Marcel Sánchez Góngora
Debian Lenny GNU/Linux
Linux User #382151
Est. IV año
Universidad de las Ciencias Informáticas
Mañana te darás cuenta que hoy no sabes nada


signature.asc
Description: This is a digitally signed message part


google toolbar for firefox 3

2008-06-19 Thread Bogdan Marian

Hello,

I installed Firefox 3 on a custom place on my computer. Everything is
ok. However, i would like to install Google Toolbar for it, but it says
it is not compatible. Weird, my girlfriend has Google Toolbar installed
on her Ubuntu - firefox 3. I'm on Etch/KDE. Any clues?

Thx,

--
Bogdan MARIAN
Java Software Developer
Saguaro Technology
Timisoara, ROMANIA
E-mail: [EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Solved: google toolbar for firefox 3

2008-06-19 Thread Bogdan Marian
I just realized that because i had both iceweasel 2.0.0.8 and Firefox 3 
on my system, they were both reading the same config file, and Firefox 
was named 2.0.0.8 in there...that's why google toolbar was 
complaining...Edited it to 3.0.0 and that solved my problem.


BR,

--
Bogdan MARIAN
Java Software Developer
Saguaro Technology
Timisoara, ROMANIA
E-mail: [EMAIL PROTECTED]

---BeginMessage---

Hello,

I installed Firefox 3 on a custom place on my computer. Everything is
ok. However, i would like to install Google Toolbar for it, but it says
it is not compatible. Weird, my girlfriend has Google Toolbar installed
on her Ubuntu - firefox 3. I'm on Etch/KDE. Any clues?

Thx,

--
Bogdan MARIAN
Java Software Developer
Saguaro Technology
Timisoara, ROMANIA
E-mail: [EMAIL PROTECTED]



---End Message---


Re: google toolbar for firefox 3

2008-06-19 Thread Hugo Vanwoerkom

Bogdan Marian wrote:

Hello,

I installed Firefox 3 on a custom place on my computer. Everything is
ok. However, i would like to install Google Toolbar for it, but it says
it is not compatible. Weird, my girlfriend has Google Toolbar installed
on her Ubuntu - firefox 3. I'm on Etch/KDE. Any clues?



I have Sid's iceweasel 3 and had the Google toolbar for that version.
I removed it afterwards and I cannot find a reference to that version.

Hugo


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Corrección ortográfica en firefox 3

2008-06-18 Thread Guillermo Garcia
Hola chicos,

Sabéis como se activa la corrección ortográfica en firefox3?

Necesita algún plugin o diccionario adicional?.

Tengo Debian Etch y la ultima versión de firefox 3.

A mi me han dejado de funcionar la mayoría de los plugins que tenia.

Un saludo y gracias por adelantado.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Corrección ortográfica en firefox 3

2008-06-18 Thread Marcos Delgado
El día 18 de junio de 2008 10:16, Guillermo Garcia
[EMAIL PROTECTED] escribió:
 Hola chicos,

 Sabéis como se activa la corrección ortográfica en firefox3?

 Necesita algún plugin o diccionario adicional?.

 Tengo Debian Etch y la ultima versión de firefox 3.

 A mi me han dejado de funcionar la mayoría de los plugins que tenia.

 Un saludo y gracias por adelantado.


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



https://addons.mozilla.org/es-ES/firefox/addon/3554


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



printing with firefox 3

2008-06-16 Thread Bogdan Marian

Hello,

I'm on Debian Etch, and i have both firefox 3 rc 3 and iceweasel 
installed. Firefox is installed on a custom location...
Problem is, iceweasel recognizes system wide configurated CUPS printer, 
but Firefox does not. Firefox only lists LPR and Print to File options.

How do I configure firefox 3 to let me print on the CUPS ?

Thx,

--
Bogdan MARIAN
Java Software Developer
Saguaro Technology
Timisoara, ROMANIA
E-mail: [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: firefox 3 in etch?

2008-06-06 Thread Mumia W..

On 06/05/2008 01:09 PM, Bogdan Marian wrote:

Hello,

Is it possible to run Firefox 3 in Debian Etch? I'm on KDE. It complains 
about the GTK version. I have the 2.8 installed and it wants 2.10 or 
higher.


Thx,



Yes, that's possible. I'm running FX3.0rc2 right now.

As Mess-mate said, you need to compile gtk2.10 yourself. When you 
compile gtk2.10, don't let it install itself to the default locations in 
/usr/local, because that might mess things up for other programs. 
Putting gtk2.10 in /opt is good, or you can put it in an exotic place 
under /usr/local (etc. /usr/local/exotic).


If gtk2.10 is allowed to install its libraries in the default location 
of /usr/local/lib, it might confuse some programs looking for gtk2.8.


After you've gotten gtk2.10 installed, you might need to give FX a 
little hint on where it can find the latest gtk2 libraries on your 
system. Create a wrapper script that sets LD_LIBRARY_PATH so that 
Firefox can find the correct version of gtk, e.g.


#!/bin/sh
# My wrapper script
export LD_LIBRARY_PATH=/usr/local/exotic/lib
~/path/to/my/firefox/installation/firefox/firefox




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: firefox 3 in etch?

2008-06-06 Thread Bogdan Marian

Mumia W.. wrote:

On 06/05/2008 01:09 PM, Bogdan Marian wrote:

Hello,

Is it possible to run Firefox 3 in Debian Etch? I'm on KDE. It 
complains about the GTK version. I have the 2.8 installed and it 
wants 2.10 or higher.


Thx,



Yes, that's possible. I'm running FX3.0rc2 right now.

As Mess-mate said, you need to compile gtk2.10 yourself. When you 
compile gtk2.10, don't let it install itself to the default locations 
in /usr/local, because that might mess things up for other programs. 
Putting gtk2.10 in /opt is good, or you can put it in an exotic place 
under /usr/local (etc. /usr/local/exotic).


If gtk2.10 is allowed to install its libraries in the default location 
of /usr/local/lib, it might confuse some programs looking for gtk2.8.


After you've gotten gtk2.10 installed, you might need to give FX a 
little hint on where it can find the latest gtk2 libraries on your 
system. Create a wrapper script that sets LD_LIBRARY_PATH so that 
Firefox can find the correct version of gtk, e.g.


#!/bin/sh
# My wrapper script
export LD_LIBRARY_PATH=/usr/local/exotic/lib
~/path/to/my/firefox/installation/firefox/firefox






Hello guys,

I'm not very lucky yet. I followed your links but:

this is what i get when runnin ./configure --prefix=/opt/gtk210

checking for XRRUpdateConfiguration in -lXrandr... no
checking Pango flags... configure: error:
*** Pango not found. Pango built with Cairo support is required
*** to build GTK+. See http://www.pango.org for Pango information.


but i installed pango:

#dpkg -l | grep pango

ii  libpango1.0-0 
1.14.8-5Layout and rendering of 
internationalized te
ii  libpango1.0-common
1.14.8-5Modules and 
configuration files for the Pang



Any clues? I'm searching through pango's config.log now.

Thx,

--
Bogdan MARIAN
Java Software Developer
Saguaro Technology
Timisoara, ROMANIA
E-mail: [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: firefox 3 in etch?

2008-06-06 Thread Bogdan Marian

Mumia W.. wrote:

On 06/05/2008 01:09 PM, Bogdan Marian wrote:

Hello,

Is it possible to run Firefox 3 in Debian Etch? I'm on KDE. It 
complains about the GTK version. I have the 2.8 installed and it 
wants 2.10 or higher.


Thx,



Yes, that's possible. I'm running FX3.0rc2 right now.

As Mess-mate said, you need to compile gtk2.10 yourself. When you 
compile gtk2.10, don't let it install itself to the default locations 
in /usr/local, because that might mess things up for other programs. 
Putting gtk2.10 in /opt is good, or you can put it in an exotic place 
under /usr/local (etc. /usr/local/exotic).


If gtk2.10 is allowed to install its libraries in the default location 
of /usr/local/lib, it might confuse some programs looking for gtk2.8.


After you've gotten gtk2.10 installed, you might need to give FX a 
little hint on where it can find the latest gtk2 libraries on your 
system. Create a wrapper script that sets LD_LIBRARY_PATH so that 
Firefox can find the correct version of gtk, e.g.


#!/bin/sh
# My wrapper script
export LD_LIBRARY_PATH=/usr/local/exotic/lib
~/path/to/my/firefox/installation/firefox/firefox






Hey guys,

I got it! I had to install the right version of Cairo. It works like a 
charm now.

Your directives were exact!

Thx,

--
Bogdan MARIAN
Java Software Developer
Saguaro Technology
Timisoara, ROMANIA
E-mail: [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: firefox 3 in etch?

2008-06-06 Thread Mumia W..

On 06/06/2008 01:56 PM, Bogdan Marian wrote:


Hey guys,

I got it! I had to install the right version of Cairo. It works like a 
charm now.

Your directives were exact!

Thx,



Great! It looks like d-u has another satisfied customer :-)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




firefox 3 in etch?

2008-06-05 Thread Bogdan Marian

Hello,

Is it possible to run Firefox 3 in Debian Etch? I'm on KDE. It complains 
about the GTK version. I have the 2.8 installed and it wants 2.10 or higher.


Thx,

--
Bogdan MARIAN
Java Software Developer
Saguaro Technology
Timisoara, ROMANIA
E-mail: [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: firefox 3 in etch?

2008-06-05 Thread mess-mate
Bogdan Marian wrote:

 Hello,

 Is it possible to run Firefox 3 in Debian Etch? I'm on KDE. It
 complains about the GTK version. I have the 2.8 installed and it wants
 2.10 or higher.

 Thx,

Hi, yes no problem.
I did it. Download the gtk 2.10 version from
http://www.gtk.org/download-linux.html and install it for exemple in /opt.
here how you can do it :
http://www.captain.at/howto-run-firefox-3-debian-etch.php


-- 
mess-mate

High Priest: Armaments Chapter One, verses nine through twenty-seven:
Bro. Maynard: And Saint Attila raised the Holy Hand Grenade up on high
saying, Oh Lord, Bless us this Holy Hand Grenade, and with it smash our
enemies to tiny bits. And the Lord did grin, and the people did feast
upon the lambs, and stoats, and orangutans, and breakfast cereals, and
lima bean- High Priest: Skip a bit, brother. Bro. Maynard: And then the
Lord spake, saying: First, shalt thou take out the holy pin. Then shalt
thou count to three. No more, no less. *Three* shall be the number of
the counting, and the number of the counting shall be three. *Four*
shalt thou not count, and neither count thou two, excepting that thou
then goest on to three. Five is RIGHT OUT. Once the number three, being
the third number be reached, then lobbest thou thy Holy Hand Grenade
towards thy foe, who, being naughty in my sight, shall snuff it. Amen.
All: Amen. -- Monty Python, The Holy Hand Grenade


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Firefox 3 dans Debian ?

2008-04-08 Thread David BERCOT
Bonjour,

Le Mon, 07 Apr 2008 18:37:04 +0200,
[EMAIL PROTECTED] (Olivier Tétard) a écrit :
 David BERCOT [EMAIL PROTECTED] a tapoté :
 
  Bonjour,
 
 Bonjour,
 
  La question de Patrice me fait penser à autre chose : a-t-on
  Firefox 3 dans Debian ?
 
 La version 3.0~b5-1 est disponible dans experimental[1] pour amd64 et
 i386.
 
 1. http://packages.debian.org/experimental/iceweasel

Ben voilà, c'est installé ;-)
Ca m'a supprimé plusieurs extensions, mais bon, ça va revenir...

Merci pour l'info.

David.



Re: Firefox 3 dans Debian ?

2008-04-07 Thread Olivier Tétard
David BERCOT [EMAIL PROTECTED] a tapoté :

 Bonjour,

Bonjour,

 La question de Patrice me fait penser à autre chose : a-t-on Firefox 3
 dans Debian ?

La version 3.0~b5-1 est disponible dans experimental[1] pour amd64 et
i386.

1. http://packages.debian.org/experimental/iceweasel

Olivier;

-- 
gpg --keyserver pgp.mit.edu --recv-keys 0x578499CB

__
Olivier Tétard
site : http://toutoune25.miskin.fr
JabberID : [EMAIL PROTECTED]
__


pgpDmOW6oRvsH.pgp
Description: PGP signature


Firefox 3 dans Debian ?

2008-04-02 Thread David BERCOT
Bonjour,

La question de Patrice me fait penser à autre chose : a-t-on Firefox 3
dans Debian ?
OK, je peux le télécharger et l'installer directement, mais je me
disais qu'il pouvait aussi être présent dans les archives. Or, même
dans Experimental, je n'ai rien trouvé sur une version 3, que ce soit
sur Firefox ou sur Iceweasel.

Ai-je mal cherché ?

Merci d'avance.

David.



Re: Firefox 3 dans Debian ?

2008-04-02 Thread Didier Raboud
David BERCOT wrote:

 Bonjour,
 
 La question de Patrice me fait penser à autre chose : a-t-on Firefox 3
 dans Debian ?
 OK, je peux le télécharger et l'installer directement, mais je me
 disais qu'il pouvait aussi être présent dans les archives. Or, même
 dans Experimental, je n'ai rien trouvé sur une version 3, que ce soit
 sur Firefox ou sur Iceweasel.
 
 Ai-je mal cherché ?
 
 Merci d'avance.
 
 David.

Il me semble oui... Iceweasel est disponible en version 3.0~b4-2 (mais que
sur amd64 et sparc).

http://packages.debian.org/iceweasel

Salutations, 

Didier


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [OT] firefox 3

2007-11-23 Thread Kent West

Kent West wrote:

Hugo Vanwoerkom wrote:

Kent West wrote:

Kent West wrote:

Hugo Vanwoerkom wrote:

Anybody try the new firefox 3?




Also, most of my add-ons are incompatible with FF3. Reckon I'll have 
to wait a while on those 




Indeed. Keep us posted on that freeze up. I have not found any 
trouble thusfar.


Hugo


I'm convinced now that the freeze was unrelated to FF3; I was logged 
in as the second user, and I experienced another freeze as I shut down 
Galeon followed by Icewm/X. I'm leaning toward it being an Icewm problem.


But, another issue with FF3; it defaults to what I consider an 
unpleasant behavior, in that when you middle-click on a link to open 
the link in a new tab, FF3 switches focus to that tab. There's a 
setting to turn that off, which is good. But later when I went back to 
FF2 (iceweasel), it now exhibits that same default FF3 behavior (which 
it has not done in the past), and I can't figure any way to turn it 
off, even though I've found the setting for it. Arg. I should have 
known better than to use FF3 by a live user and then switch back to 
FF2 so that settings could mix.


Ah, just found another setting not obvious, and it fixed my problem. 
All's good now.


So, my final answer? FF3 is fine, but I see no compelling reason yet to 
upgrade. Once my plugins work with it, and it's packaged for Sid, I'll 
pro'lly upgrade.


--
Kent


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [OT] firefox 3

2007-11-23 Thread Kent West

Hugo Vanwoerkom wrote:

Kent West wrote:

Kent West wrote:

Hugo Vanwoerkom wrote:

Anybody try the new firefox 3?




Also, most of my add-ons are incompatible with FF3. Reckon I'll have 
to wait a while on those 




Indeed. Keep us posted on that freeze up. I have not found any trouble 
thusfar.


Hugo


I'm convinced now that the freeze was unrelated to FF3; I was logged in 
as the second user, and I experienced another freeze as I shut down 
Galeon followed by Icewm/X. I'm leaning toward it being an Icewm problem.


But, another issue with FF3; it defaults to what I consider an 
unpleasant behavior, in that when you middle-click on a link to open the 
link in a new tab, FF3 switches focus to that tab. There's a setting to 
turn that off, which is good. But later when I went back to FF2 
(iceweasel), it now exhibits that same default FF3 behavior (which it 
has not done in the past), and I can't figure any way to turn it off, 
even though I've found the setting for it. Arg. I should have known 
better than to use FF3 by a live user and then switch back to FF2 so 
that settings could mix.


--
Kent


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




[OT] firefox 3

2007-11-22 Thread Hugo Vanwoerkom

Hi,

Very few [OT]'s nowadays.
Anybody try the new firefox 3?

Hugo


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [OT] firefox 3

2007-11-22 Thread Patter
On Thu, 22 Nov 2007 13:20:12 +0100, Hugo Vanwoerkom wrote:
 Hi,

 Very few [OT]'s nowadays.
 Anybody try the new firefox 3?

Yes, and it works well (official tarball from mozilla).

-- 
Stephen Patterson :: [EMAIL PROTECTED] :: http://patter.mine.nu/
GPG: B416F0DE :: Jabber: [EMAIL PROTECTED] 
Don't be silly, Minnie. Who'd be walking round these cliffs with a gas oven?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [OT] firefox 3

2007-11-22 Thread Kent West

Hugo Vanwoerkom wrote:

Hi,

Very few [OT]'s nowadays.
Anybody try the new firefox 3?



I just downloaded it last night. I logged in on a second X session as a 
second user and untarred it in that user's home directory and ran it 
directly from there.


I only ran it 30 mins or so, and didn't put it through it's paces. It 
didn't feel or look any different, really. (But I was running a 
dist-upgrade in the background part of that time, so that might have 
slowed things down.)


Then when I closed it and went to log out of X/Icewm, the machine froze. 
I didn't have another machine with which to try to remote in, so I don't 
know how frozen the machine was, but as far as I could tell from the 
console, it was totally non-responsive.


I have no idea what caused the freeze-up, but it seemed suspicious that 
it happened right when I was closing FF. Earlier I had closed FF, and 
when I restarted, was told an instance of FF was already running, so 
there may have been a dangling FF process still running from my earlier 
attempt. A second attempt at firing up FF started normally.


All this to say that my first taste of FF3 has not impressed me yet with 
speed or function, and I have a suspicion (very likely unjustified) that 
it contributed to my lock-up. Of course, it is beta software 


(Oh, I also had Iceweasel-Sid running on the first X session under the 
first user, so that could have conceivably added to the problems.)


--
Kent


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [OT] firefox 3

2007-11-22 Thread Kent West

Kent West wrote:

Hugo Vanwoerkom wrote:

Anybody try the new firefox 3?




Also, most of my add-ons are incompatible with FF3. Reckon I'll have to 
wait a while on those 


--
Kent



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [OT] firefox 3

2007-11-22 Thread Hugo Vanwoerkom

Kent West wrote:

Kent West wrote:

Hugo Vanwoerkom wrote:

Anybody try the new firefox 3?




Also, most of my add-ons are incompatible with FF3. Reckon I'll have to 
wait a while on those 




Indeed. Keep us posted on that freeze up. I have not found any trouble 
thusfar.


Hugo


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: [OT] firefox 3

2007-11-22 Thread Kelly Clowers
On Nov 22, 2007 4:13 AM, Hugo Vanwoerkom [EMAIL PROTECTED] wrote:
 Hi,

 Very few [OT]'s nowadays.
 Anybody try the new firefox 3?

I tried it on milestone 7 or 8 (beta 1 is milestone 9).
I only used it for about one day, but I really liked it. The GUI for
managing Places is very nice, although it didn't yet have support
for things like mass tagging. The way Places works in the URL
bar is just fantastic! I didn't get around to trying the advanced
Places searching. It seemed very snappy, and the page zoom
is nice. And I always get excited about better standards support.

Anyway, I am really waiting for more of the features (especially
Places) to make it into the Mozilla nightlies, which is what I
have been using for a few months now.


Cheers,
Kelly Clowers


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]