Adobe Fireworks CS6

Informatie

Creator Bericht
chocoelho

Warning

This installer is a beta script. It means that it might not work as expected

Informatie

Platforms:
Downloads: 28450
Wine: 2.22

Feedbacks

Omschrijving

Fireworks provides web designers with a lightweight, effective means of creating graphics for their web pages without getting deep into code or lost amid multiple color palettes.

Wikipedia. Appdb.winehq.org

Schermafdrukken

MiniatureMiniatureMiniature

Broncode

#!/bin/bash
# Date : (2015-12-08)
# Distribution used to test : Duzeru GNU/Linux 2.0 64 bit(Debian Jessie based)
# Author : chocoelho
# Based on: PhotoshopCS6 script
# Licence : GPLv3
# PlayOnLinux: 4.2.9
#
# CHANGELOG
# [chocoelho] (2015-12-08)
#   First script.
# [Dadu042] (2019-11-28)
#   Wine 1.7.46-staging -> 2.22


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="FireworksCS6"
WINEVERSION="2.22"
TITLE="Adobe Fireworks CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="https://www.adobe.com/products/fireworks"
AUTHOR="chocoelho"

#Initialization
POL_SetupWindow_Init
POL_SetupWindow_SetID 2670

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "win7"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "Fireworks.exe" "$TITLE" "" "" "Graphics;"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Bericht
Dadu042 Vrijdag 29 November 2019 om 11:22
Dadu042

Information

This update has been approved by the team.

Differences

@@ -5,13 +5,19 @@
 # Based on: PhotoshopCS6 script
 # Licence : GPLv3
 # PlayOnLinux: 4.2.9
+#
+# CHANGELOG
+# [chocoelho] (2015-12-08)
+#   First script.
+# [Dadu042] (2019-11-28)
+#   Wine 1.7.46-staging -> 2.22
 
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 PREFIX="FireworksCS6"
-WINEVERSION="1.7.46-staging"
+WINEVERSION="2.22"
 TITLE="Adobe Fireworks CS6"
 EDITOR="Adobe Systems Inc."
 GAME_URL="https://www.adobe.com/products/fireworks"
@@ -58,7 +64,7 @@
 POL_Wine_WaitExit "$TITLE"
 
 # Create Shortcuts
-POL_Shortcut "Fireworks.exe" "$TITLE"
+POL_Shortcut "Fireworks.exe" "$TITLE" "" "" "Graphics;"
 
 POL_SetupWindow_Close
 exit 0

New source code

#!/bin/bash
# Date : (2015-12-08)
# Distribution used to test : Duzeru GNU/Linux 2.0 64 bit(Debian Jessie based)
# Author : chocoelho
# Based on: PhotoshopCS6 script
# Licence : GPLv3
# PlayOnLinux: 4.2.9
#
# CHANGELOG
# [chocoelho] (2015-12-08)
#   First script.
# [Dadu042] (2019-11-28)
#   Wine 1.7.46-staging -> 2.22


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="FireworksCS6"
WINEVERSION="2.22"
TITLE="Adobe Fireworks CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="https://www.adobe.com/products/fireworks"
AUTHOR="chocoelho"

#Initialization
POL_SetupWindow_Init
POL_SetupWindow_SetID 2670

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "win7"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "Fireworks.exe" "$TITLE" "" "" "Graphics;"

POL_SetupWindow_Close
exit 0

Antwoorden

Anonymous
Zondag 25 Juli 2021 om 19:36
Sadly it appears that clicking and dragging the mouse does not work with this version.
haluanedecassia Zaterdag 9 Januari 2016 om 18:55
haluanedecassia Anonymous

Bericht

There's a problem with the tools that are used dragging the mouse. They just don't work.
I'm using Ubuntu 15.10 and the version 4.2.10 of PlayOnLinux.

Antwoorden

Anonymous
Woensdag 24 Februari 2016 om 15:37
Same to me, using elementary O.S. Freya (ubuntu 14.04)
Anonymous
Zondag 11 Juni\ 2017 om 18:16
Yes i have same problem. Ubuntu 17.04 .
Anonymous
Zondag 11 Juni\ 2017 om 18:17
Did you fix this problem?
Anonymous
Dinsdag 23 Januari 2018 om 12:27
Same problem
Zondag 30 Juni\ 2019 om 8:03
The current WINEVERSION="1.7.46-staging" is now old, try a newer (lasts: 1.9.24 and 2.22).
Anonymous
Zondag 25 Juli 2021 om 19:47
Sadly, after trying the latest its the same problem! Extremely sadz!
chocoelho Woensdag 9 December 2015 om 11:32
chocoelho

Bericht

Antwoorden

Woensdag 9 December 2015 om 11:32
Some pictures of it running through PlayOnLinux
chocoelho Dinsdag 8 December 2015 om 14:30
chocoelho

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

I've forgotten to update script info, leaving the original PhotoshopCS6 info.

Differences

@@ -1,9 +1,10 @@
 #!/bin/bash
-# Date : (2014-10-20)
-# Distribution used to test : Arch Linux 64-bit
-# Author : RoninDusette
+# Date : (2015-12-08)
+# Distribution used to test : Duzeru GNU/Linux 2.0 64 bit(Debian Jessie based)
+# Author : chocoelho
+# Based on: PhotoshopCS6 script
 # Licence : GPLv3
-# PlayOnLinux: 4.2.8
+# PlayOnLinux: 4.2.9
 
 
 [ "$PLAYONLINUX" = "" ] && exit 0
@@ -13,8 +14,8 @@
 WINEVERSION="1.7.46-staging"
 TITLE="Adobe Fireworks CS6"
 EDITOR="Adobe Systems Inc."
-GAME_URL="http://www.adobe.com"
-AUTHOR="RoninDusette"
+GAME_URL="https://www.adobe.com/products/fireworks"
+AUTHOR="chocoelho"
 
 #Initialization
 POL_SetupWindow_Init

New source code

#!/bin/bash
# Date : (2015-12-08)
# Distribution used to test : Duzeru GNU/Linux 2.0 64 bit(Debian Jessie based)
# Author : chocoelho
# Based on: PhotoshopCS6 script
# Licence : GPLv3
# PlayOnLinux: 4.2.9


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="FireworksCS6"
WINEVERSION="1.7.46-staging"
TITLE="Adobe Fireworks CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="https://www.adobe.com/products/fireworks"
AUTHOR="chocoelho"

#Initialization
POL_SetupWindow_Init
POL_SetupWindow_SetID 2670

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "win7"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "Fireworks.exe" "$TITLE"

POL_SetupWindow_Close
exit 0

Antwoorden

chocoelho Dinsdag 8 December 2015 om 14:00
chocoelho

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

It's based on Photoshop CS6 script. It's running fine on Duzeru GNU/Linux 2.0(based on Debian 8 Jessie).

Differences

@@ -0,0 +1,63 @@
+#!/bin/bash
+# Date : (2014-10-20)
+# Distribution used to test : Arch Linux 64-bit
+# Author : RoninDusette
+# Licence : GPLv3
+# PlayOnLinux: 4.2.8
+
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+PREFIX="FireworksCS6"
+WINEVERSION="1.7.46-staging"
+TITLE="Adobe Fireworks CS6"
+EDITOR="Adobe Systems Inc."
+GAME_URL="http://www.adobe.com"
+AUTHOR="RoninDusette"
+
+#Initialization
+POL_SetupWindow_Init
+POL_SetupWindow_SetID 2670
+
+POL_Debug_Init
+
+# Presentation
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+
+# Create Prefix
+POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
+INSTALLER="$APP_ANSWER"
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+
+# Configuration
+Set_OS "winxp"
+
+#Dependencies
+POL_Call POL_Install_AdobeAir
+POL_Call POL_Install_atmlib
+POL_Call POL_Install_gdiplus
+POL_Call POL_Install_msxml3
+POL_Call POL_Install_msxml6
+POL_Call POL_Install_vcrun2005
+POL_Call POL_Install_vcrun2008
+POL_Call POL_Install_vcrun2010
+POL_Call POL_Install_corefonts
+POL_Call POL_Install_tahoma2
+POL_Call POL_Install_FontsSmoothRGB
+
+POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"
+
+
+# Installation
+Set_OS "win7"
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$INSTALLER"
+POL_Wine_WaitExit "$TITLE"
+
+# Create Shortcuts
+POL_Shortcut "Fireworks.exe" "$TITLE"
+
+POL_SetupWindow_Close
+exit 0

New source code

#!/bin/bash
# Date : (2014-10-20)
# Distribution used to test : Arch Linux 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.8


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="FireworksCS6"
WINEVERSION="1.7.46-staging"
TITLE="Adobe Fireworks CS6"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RoninDusette"

#Initialization
POL_SetupWindow_Init
POL_SetupWindow_SetID 2670

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
INSTALLER="$APP_ANSWER"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_AdobeAir
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml3
POL_Call POL_Install_msxml6
POL_Call POL_Install_vcrun2005
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_corefonts
POL_Call POL_Install_tahoma2
POL_Call POL_Install_FontsSmoothRGB

POL_SetupWindow_message "$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')" "$TITLE"


# Installation
Set_OS "win7"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "Fireworks.exe" "$TITLE"

POL_SetupWindow_Close
exit 0

Antwoorden

Aangepast door petch