mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[GH-ISSUE #2769] [APP BUG]: Game Desktop File Creation points to Incorrect Executable (Linux) #897
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#897
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BlueInterlude on GitHub (Apr 10, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2769
Checklist
Describe the Bug
When creating game desktop files, the
Exec=line points to the incorrect executable causing the desktop file to not launch the game properly.In the AppImage, the
Exec=line points to/tmp/.mount_ShadpsNIHcfh/usr/bin/shadps4. In the Flatpak, theExec=line points to/app/bin/shadps4.For the AppImage desktop file, that should likely point to the AppImage. For the Flatpak, I'm not sure but typically it's
flatpak run net.shadps4.shadPS4but it may differ in desktop files.I am not using a front-end to launch these desktop files, I am not using a package distributor like EmuDeck or RetroDECK. I am using the official AppImage and Flatpak directly from ShadPS4's repo and Flathub respectively along with double clicking the desktop file to test. In addition, copying the output of the
Exec=line to a terminal also does not work.Reproduction Steps
On Linux, download the AppImage or Flatpak. Right click a game in the GUI, click
Create Shortcut, test launching shortcut.Can also test copying the output of the
Exec=line to a terminal to see if it works.Expected Behavior
For the desktop file to properly launch the game.
Specify OS Version
Tested on two distros, EndeavourOS and SteamOS
@jardon commented on GitHub (Apr 19, 2025):
a couple of things:
~/.local/share/applications/