CSMarckitus / Photoshop

This program written in C will help you to automatically install everything you need and configure it so that you can run Photoshop on your Linux without problems.
GNU General Public License v3.0
330 stars 33 forks source link

Can't make file even with provided solution #69

Open veryrealwildcat opened 6 months ago

veryrealwildcat commented 6 months ago

I'm trying to use 'make', however it did not work, so i tried the provided solution if it does not work, but it returns gcc: fatal error: input file ‘Photoshop2020’ is the same as output file I'm not sure how to proceed.

CSMarckitus commented 6 months ago

Heey @veryrealwildcat , I think that the solution to that is to delete the Photoshop2020 file that you have and run the make command again. Alike if you want, try directly running the next command (./Photoshop2020) without deleting the Photoshop2020 file because in most cases it should work. I hope that this solution works for you 😊

Gusfit1 commented 1 month ago

That did the trick! After make failed I ran ./Photoshop2020 and was able to install and run Photoshop. I also had to tab my way through the Wine config because the cursor was misaligned.

Side note, I also increased Mutter's timeout to 20s to get rid of the Force Close prompt during startup:

gsettings set org.gnome.mutter check-alive-timeout 20000

EndeavorOS