Como instalar o Safari no UBUNTU

De MediaWiki do Campus São José
Ir para navegação Ir para pesquisar

First lets install Microshit’s Core Fonts and wine within the Terminal Applications->Accessories->Terminal

sudo apt-get install msttcorefonts wine

Second Make sure wine is set to use the windows version Xp, just click Applications/Wine/Configure Wine or type “winecfg” in the terminal

Third lets copy Microshits Core Fonts to the wine font directory!

cp /usr/share/fonts/truetype/msttcorefonts/Arial*.ttf ~/.wine/drive_c/windows/Fonts/
cp /usr/share/fonts/truetype/msttcorefonts/Times_New_Roman*.ttf ~/.wine/drive_c/windows/Fonts/

Lets download and install Safari

wget http://ubuntu-debs.googlecode.com/files/SafariSetup.exe
wine SafariSetup.exe

Uncheck ”Install Bonjour for Windows” and “Automatically update Safari and other Apple Software.” after accepting the terms then click install!

Ok now that Safari is Sucessfully installed in Ubuntu lets install flash for safari!

wget http://ubuntu-debs.googlecode.com/files/install_flash_player.exe
wine install_flash_player.exe

Now Safari is Installed with the correct fonts and has flash, so lets execute Safari From Applications->Wine->Programs->Safari

Se não funciona, navegeu até o drive e execute diretamente o Safari

Install Shockwave: You gotta download and install shockwave slim or full from the adobe site http://www.adobe.com/shockwave/download/alternates/ then: You need to copy the files located in the adobe shockwave dir to the Safari plugin dir ie:

cp -R ~/.wine/drive_c/windows/system32/Adobe/Director/* ~/.wine/drive_c/”Program Files”/Safari/Plugins

Then Check Safari’s Installed Plug-ins under the Help menu to see which plug-ins Safari is able to find, it should be there!

FONTE: http://ubuntu-unleashed.com/2008/03/howto-install-safari-on-ubuntu-with-flash-and-shockwave-hulu-youtube-shockwave-works.html