Package Details: shadps4-qtlauncher-bin 2025.12.10.2fc8377-1

Git Clone URL: https://aur.archlinux.org/shadps4-qtlauncher-bin.git (read-only, click to copy)
Package Base: shadps4-qtlauncher-bin
Description: shadPS4 PlayStation 4 emulator Qt launcher
Upstream URL: https://shadps4.net/
Keywords: emulator ps4 shadps4
Licenses: GPL-2.0-only
Conflicts: shadps4-qtlauncher
Provides: shadps4-qtlauncher
Submitter: mdmrk
Maintainer: mdmrk
Last Packager: mdmrk
Votes: 2
Popularity: 1.19
First Submitted: 2025-10-18 17:36 (UTC)
Last Updated: 2025-12-11 02:37 (UTC)

Dependencies (0)

Required by (1)

Sources (1)

Latest Comments

dundarious commented on 2025-12-08 16:40 (UTC) (edited on 2025-12-08 16:41 (UTC) by dundarious)

If you rename the .svg when it's installed to /usr/share/pixmaps, the Icon= line in the .desktop needs to be updated. Leaving the name as-is seems appropriate.

mdmrk commented on 2025-12-08 10:47 (UTC)

@alhazacod @paolof pkg should be working again

alhazacod commented on 2025-12-07 19:55 (UTC)

I had the same error with net.shadps4.shadPS4.desktop and fixed it by changing the _pkgid to net.shadps4.shadps4-qtlauncher but then i got the same error for a .svg so i had to change the line:

install -Dm644 "$pkgdir/opt/${_pkgname}/${_pkgid}.svg" -t "$pkgdir/usr/share/pixmaps"

To this:

install -Dm644 "$pkgdir/opt/${_pkgname}/usr/share/icons/hicolor/scalable/apps/net.shadps4.shadPS4.svg" \
"$pkgdir/usr/share/pixmaps/net.shadps4.shadps4-qtlauncher.svg"

It looks like they're changing the paths a lot lately.

paolof commented on 2025-12-03 09:57 (UTC)

Error during install of latest build:

install: cannot stat '/home/paolof/.cache/paru/clone/shadps4-qtlauncher-bin/pkg/shadps4-qtlauncher-bin/opt/shadPS4QtLauncher/net.shadps4.shadPS4.desktop': No such file or directory

dundarious commented on 2025-11-25 01:19 (UTC) (edited on 2025-11-25 02:29 (UTC) by dundarious)

Do you mind me asking, why does this use build artifacts from https://github.com/mdmrk/shadps4-qtlauncher-bin rather than from upstream at https://github.com/shadps4-emu/shadps4-qtlauncher?

Edit: Apologies, just realized now that those upstream builds are very recent and didn't exist when this was created.

Rather then, what do you think about switching to use upstream now that they exist?

italoghost commented on 2025-11-17 13:11 (UTC)

@mdmrk the AppRun file has changed. You have to modify your sed command to

sed -i "s|appdir=\$(readlink -f \${APPDIR:-\$(dirname \"\$0\")})|appdir=\"/opt/${_pkgname}\"|" "$srcdir/squashfs-root/AppRun"

There is another thing: they seem to have changed to an auto-generated release for the latest commit to main. Could you consider changing your PKGBUILD to something like I did to the shadps4-pre-release-bin?

SmileEdge commented on 2025-11-15 20:33 (UTC)

Doesn't launch with latest version:

ls: No desktop file found!