Adobe XD

Informations

Créateur Messages
Ravenwroc Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 40343
Wine: 4.0.3

Retours d'expérience

Description

Code source

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

# CHANGELOG
# [?] (201x ?)
#   First script.
# [Dadu042] (2019-12-18)
#   Wine 4.2 -> 4.0.3.
#   Standardize AdobeAir
#   Remove (because seems useless): vcrun2008, vcrun2005, msxml3
   
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
         
PREFIX="AdobeXD"
WINEVERSION="4.0.3"
TITLE="AdobeXD"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RavenWroc"
         
#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"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: this script does not work (2019-12), it need more work.')" "$TITLE"

POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

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

#Dependencies
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml6
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 Adobe Air (2018)
# cd "$POL_System_TmpDir"
# POL_Download "http://s000.tinyupload.com/download.php?file_id=00627739392521952121&t=0062773939252195212168788"
# POL_Wine_WaitBefore "$TITLE"
# POL_Wine "$POL_System_TmpDir/XD_Set-Up.exe"
# POL_Wine_WaitExit "$TITLE"
# POL_System_TmpDelete
POL_Call POL_Install_AdobeAir

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

POL_Shortcut "Adobe_XD.exe" "$TITLE" "" "" "Graphics"

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:

Contribuer
Membre Messages
testerPlayOnLinux Samedi 19 Juin 2021 à 5:53
testerPlayOnLinux Anonymous

Messages

Can't install, error files mismatch...

Try almost all versions of installation script and adobe installer...

 

Réponses

Samedi 19 Juin 2021 à 22:22
The script was last updated in december 2019, and Microsoft has fun to remove its files from download. Perhaps you may try with: https://www.codeweavers.com/compatibility/crossover/adobe-xd
Dadu042 Mercredi 18 Décembre 2019 à 16:23
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -17,7 +17,7 @@
 source "$PLAYONLINUX/lib/sources"
          
 PREFIX="AdobeXD"
-WINEVERSION="4.2"
+WINEVERSION="4.0.3"
 TITLE="AdobeXD"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com"
@@ -32,7 +32,11 @@
          
 # Presentation
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
-   
+
+POL_SetupWindow_message "$(eval_gettext 'NOTICE: this script does not work (2019-12), it need more work.')" "$TITLE"
+
+POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
+
 # Create Prefix
 POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
 INSTALLER="$APP_ANSWER"

Nouveau code source

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

# CHANGELOG
# [?] (201x ?)
#   First script.
# [Dadu042] (2019-12-18)
#   Wine 4.2 -> 4.0.3.
#   Standardize AdobeAir
#   Remove (because seems useless): vcrun2008, vcrun2005, msxml3
   
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
         
PREFIX="AdobeXD"
WINEVERSION="4.0.3"
TITLE="AdobeXD"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RavenWroc"
         
#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"

POL_SetupWindow_message "$(eval_gettext 'NOTICE: this script does not work (2019-12), it need more work.')" "$TITLE"

POL_RequiredVersion "4.3.4" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

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

#Dependencies
POL_Call POL_Install_atmlib
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msxml6
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 Adobe Air (2018)
# cd "$POL_System_TmpDir"
# POL_Download "http://s000.tinyupload.com/download.php?file_id=00627739392521952121&t=0062773939252195212168788"
# POL_Wine_WaitBefore "$TITLE"
# POL_Wine "$POL_System_TmpDir/XD_Set-Up.exe"
# POL_Wine_WaitExit "$TITLE"
# POL_System_TmpDelete
POL_Call POL_Install_AdobeAir

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

POL_Shortcut "Adobe_XD.exe" "$TITLE" "" "" "Graphics"

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

Réponses

Anonymous
Dimanche 1 Novembre 2020 à 11:03
Still not working, it will stay white/blank

Edité par Dadu042

Dadu042 Vendredi 10 Mai 2019 à 11:11
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

The script posted by Ravenwroc.

Differences

@@ -0,0 +1,66 @@
+#!/bin/bash
+# Date : (2019-05-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="AdobeXD"
+WINEVERSION="4.2"
+TITLE="AdobeXD"
+EDITOR="Adobe Systems Inc."
+GAME_URL="http://www.adobe.com"
+AUTHOR="RavenWroc"
+         
+#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"
+
+#Dependencies
+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 Adobe Air
+cd "$POL_System_TmpDir"
+POL_Download "http://s000.tinyupload.com/download.php?file_id=00627739392521952121&t=0062773939252195212168788"
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$POL_System_TmpDir/XD_Set-Up.exe"
+POL_Wine_WaitExit "$TITLE"
+POL_System_TmpDelete
+   
+# Installation
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$INSTALLER"
+POL_Wine_WaitExit "$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

Nouveau code source

#!/bin/bash
# Date : (2019-05-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="AdobeXD"
WINEVERSION="4.2"
TITLE="AdobeXD"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com"
AUTHOR="RavenWroc"
         
#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"

#Dependencies
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 Adobe Air
cd "$POL_System_TmpDir"
POL_Download "http://s000.tinyupload.com/download.php?file_id=00627739392521952121&t=0062773939252195212168788"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/XD_Set-Up.exe"
POL_Wine_WaitExit "$TITLE"
POL_System_TmpDelete
   
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Wine_WaitExit "$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

Réponses

Anonymous
Mercredi 18 September 2019 à 14:28
It won't work on Ubuntu 18.04 LTS it will open adobe xd installer and will stay white/blank.
Anonymous
Jeudi 17 Octobre 2019 à 7:54
It's not work
Vendredi 29 Novembre 2019 à 11:10
It seems the shortcut to the app is missing. Detailed log will help to improve the script.
Anonymous
Dimanche 15 Décembre 2019 à 0:27
Thank you for working on Adobe XD! - It is not working on Ubuntu 19 for me. See the log in https://pastebin.com/tWhgabXT
Mercredi 18 Décembre 2019 à 16:28
Script updated. A link to the .EXE would be useful.
Anonymous
Dimanche 1 Novembre 2020 à 11:01
https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v1/wam/download?sapCode=SPRK&productName=XD&version=34.1.12&os=win
Anonymous
Dimanche 1 Novembre 2020 à 11:01
https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v1/wam/download?sapCode=SPRK&productName=XD&version=34.1.12&os=win
Anonymous
Dimanche 1 Novembre 2020 à 11:01
https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v1/wam/download?sapCode=SPRK&productName=XD&version=34.1.12&os=win
Anonymous
Dimanche 1 Novembre 2020 à 11:02
Sorry

Edité par Dadu042