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

Nothing shows after installation on ubuntu 23.10 #67

Open
Muhammed-Rahif opened this issue Mar 10, 2024 · 0 comments
Open

Nothing shows after installation on ubuntu 23.10 #67

Muhammed-Rahif opened this issue Mar 10, 2024 · 0 comments

Comments

@Muhammed-Rahif
Copy link

Muhammed-Rahif commented Mar 10, 2024

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

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

1 participant