You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 😊
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
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.
The text was updated successfully, but these errors were encountered: