Gictorbit / illustratorCClinux

Illustrator CC v17 installer for Gnu/Linux
GNU General Public License v3.0
800 stars 102 forks source link

md5 is not match #35

Open The-Daruz opened 2 years ago

The-Daruz commented 2 years ago

curl: (18) transfer closed with 369372385 bytes remaining to read error: sorry something went wrong during download illustratorCC17.tgz

Help, how can I solve this problem? :(

RonakonGit commented 2 years ago

any updates ?

The-Daruz commented 2 years ago

no, but somewhere else I managed to install it correctly, I leave you the link of the page: https://rtvmundo.com/cursos-gratuitos/descargar-adobe-illustrator-cs6-para-pc-version-ultima/

ViSHNUPrABU commented 1 year ago

illustratorCC17.tgz downloaded by commenting the below two lines in illustratorCClinux/scripts/sharedFuncs.sh :

ariapkg=$(package_installed aria2c "summary") ----> 196 curlpkg=$(package_installed curl "summary") ----> 197

Then , the file downloaded in three tries. After that I faced a problem --> cp: cannot create regular file '/home/root/.local/share/applications/illustratorCC.desktop': No such file or directory error: can't copy desktop entry.

For this problem we are gonna manually copy the desktop entry to the global desktop entry location. For this just open the file manager in root mode( Just type in terminal -> 'sudo nautilus' ) , then the file manager opens up.

The Icon will not be detected , so for that I copied the entire path of the AiIcon.png in illustratorCClinux/images and pasted it in the illustratorCClinux/scripts/illustratorCC.desktop file in the 8th line 'Icon=$copied_path'

Lastly I copied my illustratorCC.desktop in illustratorCClinux/scripts and pasted it in /usr/share/applications.

Then the illustrator added to the desktop entry.

samarahmad247 commented 1 year ago

thanx and its working fine for me , just luanch the application through gtk-launch

sarwar-jahin-port commented 1 year ago

illustratorCC17.tgz downloaded by commenting the below two lines in illustratorCClinux/scripts/sharedFuncs.sh :

ariapkg=$(package_installed aria2c "summary") ----> 196 curlpkg=$(package_installed curl "summary") ----> 197

Then , the file downloaded in three tries. After that I faced a problem --> cp: cannot create regular file '/home/root/.local/share/applications/illustratorCC.desktop': No such file or directory error: can't copy desktop entry.

For this problem we are gonna manually copy the desktop entry to the global desktop entry location. For this just open the file manager in root mode( Just type in terminal -> 'sudo nautilus' ) , then the file manager opens up.

The Icon will not be detected , so for that I copied the entire path of the AiIcon.png in illustratorCClinux/images and pasted it in the illustratorCClinux/scripts/illustratorCC.desktop file in the 8th line 'Icon=$copied_path'

Lastly I copied my illustratorCC.desktop in illustratorCClinux/scripts and pasted it in /usr/share/applications.

Then the illustrator added to the desktop entry.

It been almost 24hours I was trying to install illustrator. Finally, this method worked took 12 try to download. Thank you so much.