Ir al contenido principal

Ubuntu 9.04 y los browsers


He estado compilando epiphany-webkit y navegando con él por más de una semana y tiene bugs mayores todavía, algunos flash no los despliega correctamente, pero es aceptable su rendimiento y será pronto el browser por default en Gnome tambien lo utilizan como back-end aplicaciones como Devhelp.Para compilar he estado usando jhbuild, que reduce al mínimo los pasos para compilar todo Gnome, cuesta un poquito entender al principio porque ya no es necesario teclear todas las utilerias de autotools pero con un poco de esfuerzo te olvidas de ellas :D. Un buen ancho de banda y mucha paciencia dan resultados, he mantenido funcionando epiphany-webkit con almenos 2 releases de webkit (1.11, 1.12)


Compilar WebKit es de lo mas tardado en una compaq Presario 2100 con procesador mobile AMD Athlon XP2800+ (que se niega a morir...) casi toda la madrugada (4 horas ) sin embargo es bueno saber que en la mañana tendrás corriendo tu epiphany-webkit :p



Google Chrome-browser es el más fácil de probar, ya que los amigos de canonical ubuntu están compilando diariamente y proveyendo de un binario en formato deb listo para ser consumido por ubuntu 9.04. Que planes tendrán para Firefox?. Abrá que leer mas sobre como están integrando chrome a ubuntu en el desktop. Por lo pronto se ve bonito y este blog fue escrito en chrome-ubuntu.
Para habilitar flash ejecutar

$ chromium-browser --enable-plugins

Referencias:
Chrome
http://code.google.com/chromium/
http://johnny64.wordpress.com/2009/07/14/chrome-browser-for-linux-now-with-flash/
Epiphany
http://live.gnome.org/Epiphany/WebKit



Comentarios

Entradas populares de este blog

GNUstep ProjectCenter/Gorm/AClock running Ubuntu 10.04

Download sources GNUstep (stable or unstable) to compile; Dependencies First you need to check dependencies in ubuntu and install with sudo apt-get or search before with apt-cache command; almost every package ends with *-dev in ubuntu repositories this command will install all dependencies for compile: ~$ sudo apt-get install libffi-dev libssl-dev libxml2-dev libxslt1-dev libcairo2-dev libxt-dev GNUstep Make compiling GNUstep make is our first target; it's the primary package to compile GNUstep applications. get the package, untar and change into the folder and compile: ~$wget ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.4.0.tar.gz ~$tar xzvf gnustep-make-2.4.0.tar.gz ~$cd gnustep-make-2.4.0/ ~$./configure --prefix=/usr/local/GNUstep/ --enable-native-objc-exceptions ~$make ~$sudo make -E install *NOTE: the options /usr/local/GNUstep/ is the folder where all the GNUstep is going to install. the second option --enable-native-objc-exceptions enable th...

Capacitación en línea

Python, uno de los lenguajes soportados en la GoogleApps beginning: python , ShowMeDo . jQuery commercial screencast: Peepcode.com SharePoint 2010, la tecnología de mayor crecimiento en micro$oft intro: Building Solutions on SharePoint 2010 SharePoint 2010 Beta Developer Center Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008 CriticalPath Technical Articles Driving SharePoint adoption SharePoint Server 2010 capacity management: Software boundaries and limits Learning Snack for Developers: Developing Solutions with Microsoft SharePoint 2010 (20 min) Experiencing the Microsoft SharePoint Server 2010 User Interface (20 min) Managing and Troubleshooting with Microsoft SharePoint Server 2010 (17 min) Microsoft eLearning: Clinic 10277: What's New in Microsoft SharePoint 2010 for Developers SharePoint 2010 for Internet Sites Implementers' Course Developing on SharePoint 2010 Getting Sta...

Collation SQL 2008

Troubleshooting with COLLATE in comparison between fields, found this information about Collation Settings in Setup . Also this forum thread provides a lot information about: Server Collation SQL_Latin1_General_CP1_CI_AS versus Latin1_General_CI_AS.