Adobe Illustrator CS6
Informations
Creator | Message |
---|---|
calex
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks2 4 DescriptionVector graphics editor, 2012. Wikipedia. NOTE (2014): This application does NOT work on Intel graphics (at least not that I have seen). Nvidia and AMD graphics should be used. Source code#!/bin/bash # Date : (2016-04-08) # Distribution used to test : Ubuntu 14.04.4 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux : 4.2.2 # # CHANGELOG # [Calex] (2016) # First script, slightly modified code from RoninDusette`s Adobe Photoshop CS6 script # [Fathard] (2018) # 1.7.46-staging -> 3.4 (Lubuntu 18.04 is not working. This Update may fix it) # [Dadu042] (2019-11-28) # Wine 3.4 -> 2.22 (according my review of appdb.winehq.org) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="IllustratorCS6" WINEVERSION="2.22" ITLE="Adobe Illustrator CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 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 "illustrator.exe" "$TITLE" "" "" "Graphics;VectorGraphics;" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
akbappisamira | Friday 5 May 2023 at 23:27 |
akbappisamira
|
Messageok Replies |
sherbazar | Wednesday 30 November 2022 at 16:15 |
sherbazar
|
Messagevcxvdb Replies |
80lu | Thursday 26 May 2022 at 19:39 |
80lu
|
WarningThis update has not been approved yet by the team. Messageupdate to more recent version of wine, still working good on latest wine releases Differences@@ -17,7 +17,7 @@ source "$PLAYONLINUX/lib/sources" PREFIX="IllustratorCS6" -WINEVERSION="2.22" +WINEVERSION="6.0" ITLE="Adobe Illustrator CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" New source code#!/bin/bash # Date : (2016-04-08) # Distribution used to test : Ubuntu 14.04.4 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux : 4.2.2 # # CHANGELOG # [Calex] (2016) # First script, slightly modified code from RoninDusette`s Adobe Photoshop CS6 script # [Fathard] (2018) # 1.7.46-staging -> 3.4 (Lubuntu 18.04 is not working. This Update may fix it) # [Dadu042] (2019-11-28) # Wine 3.4 -> 2.22 (according my review of appdb.winehq.org) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="IllustratorCS6" WINEVERSION="6.0" ITLE="Adobe Illustrator CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 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 "illustrator.exe" "$TITLE" "" "" "Graphics;VectorGraphics;" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 RepliesEdited by 80lu |
cxrodgers | Friday 11 March 2022 at 22:39 |
cxrodgers
|
MessageThis mostly works, which is awesome because CS6 is the most recent version of this software that I still like to use. I installed from the playonlinux menu by choosing "Adobe Illustrator CS6". When it asks for the location of the installation media, I point it to "Illustrator_16_LS16.exe", not the much larger exe with the "Content" in it. I accepted all the defaults when it asked me any questions. As others have said, it cannot access the internet to run the validation of the serial number. There's an offline registration method that I'm going to try. The only wonky thing is that it only actually starts properly maybe 25% of the time. I never try to start from the POL GUI, I always just type There are a few graphical glitches, like sometimes the "tool tips" that show up when you hover over something are permanently stuck on the screen, so I disabled those tips. And the splash screen when it starts is distorted. But these are minor. I am running this on Mint 20.3 with onboard Intel graphics, nothing fancy. The instructions say something about not working on Intel graphics but this doesn't seem to be a problem for me. Replies |
morsejohn | Tuesday 23 February 2021 at 17:29 |
morsejohn
|
MessageHi I am trying to install illustrator from the Adobe package 'Design Standard' (which includes Acrobat and Photoshop etc.) I managed to do this and activate the program OK on a machine running LinuxMint19.2. However on a new Dell Inspiron 3881 running LinuxMint 20.1 Ulyssa, Illustrator installs and runs OK, but it cannot access the internet to get activated (so it will only run for 7 days!). I have put what seems to be the relevant 'errors' part the Playonlinux debugger logfile here: https://pastebin.com/i4Lrc0Sf Can anyone help with this? Thanks RepliesFriday 11 March 2022 at 22:39
|
albertazzi65 | Saturday 15 February 2020 at 9:38 |
albertazzi65
|
MessageHello everybody. I trid to install the Illustrator program CS6 16.2.0. The installation proceeds regularly and the program works. However, once I restart the computer the application no longer starts in any way. I have tried other versions of CS6 but I always have the usual problem. I tried the modified script but it doesn't work. My configuration is Linux Mint 19.3, Lenovo Miix 510 computer, PlayOnLinux ver. 4.3.4. Thanks for your help RepliesEdited by Dadu042 |
Dadu042 | Friday 29 November 2019 at 11:31 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -4,14 +4,20 @@ # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux : 4.2.2 -# Comment : Slightly modified code from RoninDusette`s Adobe Photoshop CS6 script - +# +# CHANGELOG +# [Calex] (2016) +# First script, slightly modified code from RoninDusette`s Adobe Photoshop CS6 script +# [Fathard] (2018) +# 1.7.46-staging -> 3.4 (Lubuntu 18.04 is not working. This Update may fix it) +# [Dadu042] (2019-11-28) +# Wine 3.4 -> 2.22 (according my review of appdb.winehq.org) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="IllustratorCS6" -WINEVERSION="3.4" +WINEVERSION="2.22" ITLE="Adobe Illustrator CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" @@ -59,7 +65,7 @@ POL_Wine_WaitExit "$TITLE" # Create Shortcuts -POL_Shortcut "illustrator.exe" "$TITLE" +POL_Shortcut "illustrator.exe" "$TITLE" "" "" "Graphics;VectorGraphics;" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" New source code#!/bin/bash # Date : (2016-04-08) # Distribution used to test : Ubuntu 14.04.4 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux : 4.2.2 # # CHANGELOG # [Calex] (2016) # First script, slightly modified code from RoninDusette`s Adobe Photoshop CS6 script # [Fathard] (2018) # 1.7.46-staging -> 3.4 (Lubuntu 18.04 is not working. This Update may fix it) # [Dadu042] (2019-11-28) # Wine 3.4 -> 2.22 (according my review of appdb.winehq.org) [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="IllustratorCS6" WINEVERSION="2.22" ITLE="Adobe Illustrator CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 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 "illustrator.exe" "$TITLE" "" "" "Graphics;VectorGraphics;" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 Replies |
lucaslsoto | Saturday 20 July 2019 at 4:27 |
lucaslsoto
|
MessageHi everyone! I'm having a minor issue with this one. When I press Esc the program crashes, no matter where. Like I said, it's not that terrible, but you may notice that it can be annoying. Everything else works aparently well.
I see that I have lots of errors on my log but i'm a bit confused about where to start. Does anybody knows about this? I'm really trying to stick to FOSS, but I'm not really comfortable with Inkscape. Any help would be really apreciated, thanks for the job.
RepliesSaturday 20 July 2019 at 6:28
Edited by lucaslsoto |
FatHard | Saturday 8 December 2018 at 2:21 |
FatHard
|
WarningThis update has not been approved yet by the team. MessageOn U Differences@@ -11,8 +11,8 @@ source "$PLAYONLINUX/lib/sources" PREFIX="IllustratorCS6" -WINEVERSION="1.7.46-staging" -TITLE="Adobe Illustrator CS6" +WINEVERSION="3.4" +ITLE="Adobe Illustrator CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" New source code#!/bin/bash # Date : (2016-04-08) # Distribution used to test : Ubuntu 14.04.4 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux : 4.2.2 # Comment : Slightly modified code from RoninDusette`s Adobe Photoshop CS6 script [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="IllustratorCS6" WINEVERSION="3.4" ITLE="Adobe Illustrator CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 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 "illustrator.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 Replies |
Andy4 | Friday 8 April 2016 at 16:38 |
Andy4
|
WarningThis update has not been approved yet by the team. MessageSlightly modified code from RoninDusette`s Adobe Photoshop CS6 script : Installed without any issues on Ubuntu 14.04.4 LTS 64-bit (Illustrator installation is 32-bit). Supposedly it won`t work on Intel graphics. I`ve tested on NVIDIA GeForce 8600M GT. Differences@@ -0,0 +1,67 @@ +#!/bin/bash +# Date : (2016-04-08) +# Distribution used to test : Ubuntu 14.04.4 LTS 64-bit +# Author : RoninDusette +# Licence : GPLv3 +# PlayOnLinux : 4.2.2 +# Comment : Slightly modified code from RoninDusette`s Adobe Photoshop CS6 script + + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +PREFIX="IllustratorCS6" +WINEVERSION="1.7.46-staging" +TITLE="Adobe Illustrator CS6" +EDITOR="Adobe Systems Inc." +GAME_URL="http://www.adobe.com" +AUTHOR="RoninDusette" + +#Initialization +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_SetupWindow_SetID 2316 + +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 "illustrator.exe" "$TITLE" + +POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file New source code#!/bin/bash # Date : (2016-04-08) # Distribution used to test : Ubuntu 14.04.4 LTS 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux : 4.2.2 # Comment : Slightly modified code from RoninDusette`s Adobe Photoshop CS6 script [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="IllustratorCS6" WINEVERSION="1.7.46-staging" TITLE="Adobe Illustrator CS6" EDITOR="Adobe Systems Inc." GAME_URL="http://www.adobe.com" AUTHOR="RoninDusette" #Initialization POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2316 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 "illustrator.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')" "$TITLE" POL_SetupWindow_Close exit 0 Replies |
Andy4 | Saturday 2 April 2016 at 9:04 |
Andy4
|
MessageSo... where is the download link for this script ? I really would like to try it. Replies |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com