-
Notifications
You must be signed in to change notification settings - Fork 3
Desktop entry isn't showing up #3
Comments
Hi @DaanKorver, what desktop environment are you using? |
I am using GNOME on Pop_OS!. Starting PS using the command on the terminal does work. Its just the desktop entry that doesn't show up in applications. |
Okay, I got the same problem on cinnamon. ./home/daan/Downloads/Linux-PhotoshopCC-v22/launcher.sh I think this should fix it. |
Still doesn't show up for me :/ |
After doing some reading, this should help. Add this line to the .desktop file: NoDisplay=false However, this problem can be of many reasons. So I'll make sure that we solve it so that I can edit the script so it works with all DEs |
Try this in your exec : I haven't checked modification on that fork so it might not work. but you can't add more than 1 command in a desktop entry so bash -c should do the trick |
Using Manjaro Gnome42, none of the suggestions work so far.
Running the 'cd &&' in a terminal DOES launch PS, but the bash -c gives file not found. right-clicking a file & using 'open with' does work correctly :-) |
ok, now got it working!
(also, a separate note about the desktop entry. there is a mimeType without sub-type 'image' should be 'image/jpeg' ) |
Seems to be solved for most people, therefore I'll close the issue and implement the solution in the new repo. |
I tried to manually make a desktop entry just like the installer said but for some reason it just won't show up.
The text was updated successfully, but these errors were encountered: