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
So after the installation the app wasn't starting for me. Even I search and open the photoshop. I looked into the photoshop.desktop and executed the command specified on there in a terminal. Found out that in ubuntu 23.10 (mantic) wine64 should be wine.
Solution:
To work this on ubuntu 23.10 you have to change the photoshop.desktop inside the usr/share/applications to
[Desktop Entry]
Encoding=UTF-8
Name=Photoshop CC
Type=Application
StartupNotify=true
Comment=Photoshop CC v21 for Linux
Icon=/usr/share/icons/hicolor/256x256/apps/photoshop-cc.png
StartupWMClass=photoshop.exe
Path=/home/muhammed-rahif/Applications
- Exec=env WINEPREFIX="/home/muhammed-rahif/Applications/PhotoshopCC" wine64 /home/muhammed-rahif/Applications/PhotoshopCC/Photoshop-CC/Photoshop.exe+ Exec=env WINEPREFIX="/home/muhammed-rahif/Applications/PhotoshopCC" wine /home/muhammed-rahif/Applications/PhotoshopCC/Photoshop-CC/Photoshop.exe
If this doesn't work for you then, run on your terminal: env WINEPREFIX="/home/muhammed-rahif/Applications/PhotoshopCC" wine /home/muhammed-rahif/Applications/PhotoshopCC/Photoshop-CC/Photoshop.exe
Replace username(muhammed-rahif) from your computer.
The text was updated successfully, but these errors were encountered:
So after the installation the app wasn't starting for me. Even I search and open the photoshop. I looked into the
photoshop.desktop
and executed the command specified on there in a terminal. Found out that in ubuntu 23.10 (mantic)wine64
should bewine
.Solution:
To work this on ubuntu 23.10 you have to change the
photoshop.desktop
inside theusr/share/applications
toIf this doesn't work for you then, run on your terminal:
env WINEPREFIX="/home/muhammed-rahif/Applications/PhotoshopCC" wine /home/muhammed-rahif/Applications/PhotoshopCC/Photoshop-CC/Photoshop.exe
Replace username(
muhammed-rahif
) from your computer.The text was updated successfully, but these errors were encountered: