Ir al contenido principal

Google Chrome en Ubuntu 7.10


Después de usar Chrome en XP y ver los primeros blogs acerca de como instalarlo en linux con wine, decidí hacerlo en mi Ubuntu 7.10. El proceso fue realmente sencillo. Como ya tengo instalado la versión 1.0 de wine directo desde los paquetes precompilados disponibles en Wine HQ para Ubuntu 7.10 y no quiero desinstalarlo, compile la versión más nueva hasta esta fecha (es necesario) y lo instalé en el path por default (/usr/local/bin) de esta forma el binario de wine 1.1.3 esta por delante del binario 1.0 (configuración por default en el shell). Los pasos seguidos son:
  1. Bajar wine 1.1.3: wget http://prdownloads.sourceforge.net/wine/wine-1.1.3.tar.bz2
  2. Compilar wine 1.1.3 :

    • $> tar xjvf wine-1.1.3.tar.bz2
    • $> cd wine-1.1.3/
    • $>make depend
    • $>make
    • $>sudo make install

  3. Bajar wintricks: wget http://www.kegel.com/wine/winetricks
  4. cambiar permisos a winetricks: chmod u+x winetricks
  5. correr: ./winetricks flash
  6. Bajar Chrome: wget http://gpdl.google.com/chrome/install/149.27/chrome_installer.exe
    • Termina bien de instalar
    • corre Chrome pero no puedes navegar
    • cerrarlo
  7. En la terminal correr: wine chrome_installer.exe:
  8. enviar a escritorio el Aplicaciones->wine->programas->google chrome->google chrome
  9. modificar en lanzador de aplicación con botón derecho "propiedades" en la pestañz "lanzador" que sea igual a: env WINEPREFIX="/home/eduardo/.wine" wine "C:\windows\profiles\eduardo\Configuración local\Datos de programa\Google\Chrome\Application\chrome.exe" --new-http --in-process-plugins
  10. doble click sobre el lanzador editado.
Lo primero fué probar YouTube, funciona bien pero sin sonido :( me parece más lento que en XP, pero aceptable los fonts se ven sin suavisado y sobre todo en la barra de búsqueda url se ven muy mal; espero que pronto haya disponible para linux.

Un pequeño screencast

Comentarios

Eduardo Osorio ha dicho que…
Las referencias de donde obtuvimos las info:
http://www.myscienceisbetter.info/2008/09/install-google-chrome-on-linux-using-wine.html
wine code 1.1.3
http://www.winehq.org/?announce=1.1.3

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...

Changing Background GWorkspace

GWorkspace application in GNUstep, is like the equivalent to Nautilus under GNOME. It has interesting features that I'm beginning to love, right now I believe GNUstep is for UNIX-geek-old-fashioned. Here is the screenshot for changing the background image, you need to go to Info->Preferences->Desktop (drop down) then click Choose button for search the image. I'm running GNUstep compiled in Ubuntu 10.04 and the image comes from the folder / usr/share/backgrounds/ Another really cute functionality of GWorkspace is start applications from their installation folder, you need to open the viewer from menu View->Viewer and go to the installation application folder (in my case compiled from sources: /usr/local/lib/GNUstep/Applications ) then a double-click starts the application (*.app)