Ver Mensaje Individual
  #3  
Antiguo 02-feb-2007, 10:32
Avatar de Running Bear
Running Bear Running Bear está desconectado
Aforado
 
Fecha de Ingreso: 07-diciembre-2006
Mensajes: 59
Agradecimientos: 0
Agradecido 0 Veces en 0 Mensajes
Poder de Credibilidad: 4
Running Bear está en el buen camino
supongo lo conoces, que hay la posibilidad siguiente:

Cita:
HOW-TO: Dreamweaver & Flash 8 Running on Ubuntu Dapper!

This HOW-TO covers up the whole process of installing Macromedia Dreamweaver 8 & Macromedia Flash 8 in a Ubuntu box in a few simple steps. Any questions or feedback leave them in the comments. This method can be applied also to make Macromedia Studio 8 run under Ubuntu.

- What you need?

* A fresh install of Ubuntu Dapper + all the updates
* A Windows box with a functional install of Dreamweaver 8 and Flash 8 or Macromedia Studio 8

IMPORTANT: Here at PublicidadPixelada we own an original licence of the Macromedia Studio 8, but in order to use it under Linux sometimes the original *.exe of Flash and Dreamweaver have to be cracked or patched. WE ARE NOT ENCOURAGING PIRACY, we encourage you too buy this awesome product, support the developers and take full advantage of an original licence. We are just presenting a method for those who have an original licence and want to use it under an alternative platform.

- Fire up a terminal session and type the next commands;

TIP: Instead of using apt-get, you can install them with the Synaptic Package Manager located in the System/Administration menu

* $ sudo apt-get update
* $ sudo apt-get install wine and then type “yes”
* $ sudo wine /*To create the wine file structure*/
* $ sudo apt-get install recode and then type “yes”

- Then you need to copy all the necessary files from the Windows box;

* Copy the whole Macromedia folder from “c:\Program Files\” to “/home/YOURNAME/.wine/drive_c/Program Files/”
* Copy the whole Macromedia folder from “c:\Documents and settings\All users\Application Data” to “/home/YOURNAME/.wine/drive_c/window/profile/all users/Application Data/”
* Copy the whole Macromed (No mistake with the “ai”) from “c:\Windows\system32\” to “/home/YOURNAME/.wine/drive_c/window/system32/”
* Finally, copy the whole Macromedia folder from “c:\Program Files\Common Files” to “/home/YOURNAME/.wine/drive_c/Program Files/Common Files/”

- Now you need to export the registry keys of the Dreamweaver;

* In your Windowx box, type “regedit” in the command-line and export the whole “HKEY_LOCAL_MACHINE/Software/Macromedia/” to “macromedia.reg”, then copy it to your your Ubuntu and convert it to ascii with “$ recode ucs-2..ascii macromedia.reg”. Afterwards, type “$ sudo wine regedit macromedia.reg” to run it with wine.
* That’s it! Type “$ wine dreamweaver.exe” or “$ wine flash.exe” and enjoy Dreamweaver & Flash in Ubuntu

Additionally, if you want full functionality download the latest version of winetools and install TrueType Font Arial, dcom98, MFC 4.x and IE 6.0 SP1
http://blog.publicidadpixelada.com/h...ubuntu-dapper/


Cita:
Dreamweaver en Ubuntu

4 pasos para poder ejecutar Dreamweaver en Ubuntu. El artículo entero esta aquí: http://www.ubuntu-pe.org/?q=node/55

Copio y pego:

Para emular el Dreamweaver 8 en una pc con sistema operativo linux necesitaremos la aplicación wine version 9 o superior, en esta ocacion lo aremos con Ubuntu pero los pasos genereles y principales seran iguales para cualquier distribucion de linux:

1.debemos instalar el wine.

* $ sudo aptitude update
* $ sudo aptitude install wine
* $ wine /*ejecutaremos wine para crear su espacio de trabajo */

2.si tenemos una particion con windows y tenemos instalado el Dreamweaver deberemos hacer lo siguiente (si no tiene Dreamweaver deberan solicitarle a algun amigo ke les facilite esso archivos ), para este ejemplo asumiremos que tenemos una particion con winxp y la tenemos montado esta particion y el winxp esta en español.

* $ cd ~/.wine/drive_c/Archivos\ de\ programa/
* $ cp -R /mnt/windows/Archivos\ de\ programa/Macromedia
* $ chmod -R +w Macromedia
* $ cd ~/.wine/drive_c/windows/system32
* $ cp -R /mnt/windows/WINDOWS/system32/Macromed/
* $ chmod -R +w Macromed
* $ cd ~/.wine/drive_c/windows/profiles/All\ Users/Application\ Data/
* $ cp -R /mnt/windows/Documents\ and\ Settings/All\ Users/Datos de programa/Macromedia/
* $ chmod -R +w Macromedia
* $ cd ~/.wine/drive_c/Archivos\ de\ programa/Archivos\ comunes/
* $ cp -R /mnt/windows/Archivos\ de\ programa/Archivos\ comunes/Macromedia/
* $ chmod -R +w Macromedia/

3.ahora tendremos que exportar el registro de macromedia que tenemos en windows a un archivo reg para luego cargarlo al registro del wine.
en windows ejecutemos regedit y exportemos esta hubicacion

* “HKEY_LOCAL_MACHINE/Software/Macromedia/” a un archivo de nombre macromedia.reg.
* $ apt-get install recode /* instalamos esta aplicación para cambiar el formato del archivo macromedia .reg*/.
* $ recode ucs-2..ascii macromedia.reg
* $ wine regedit macromedia.reg /* con esto cargamos el registro del macromedia al wine */

4.ahora solo nos queda ejecutar nuestro dreamweaver.

* $ wine .wine/drive_c/Archivos\ de\ programa/Macromedia/Dreamweaver\ 8/Dreamweaver.exe

listo ahora utedes ya pueden ejecutar su Dreamweaver en linux, en este caso en ubuntu.

* NOTA: si usted tiene una particion windows y no piensa eliminarla en vez de copiar los archivos puede crearle los enlaces simbolicos con el comando “ln -s ruta_del_directorio_archivo nombre_del_enlace_simbolico”
Responder Citando