Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

md5 is not match #35

Open
The-Daruz opened this issue Aug 3, 2022 · 5 comments
Open

md5 is not match #35

The-Daruz opened this issue Aug 3, 2022 · 5 comments

Comments

@The-Daruz
Copy link

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
Copy link

any updates ?

@The-Daruz
Copy link
Author

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
Copy link

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
Copy link

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

@sarwar-jahin-port
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants