Package Details: shadps4-qtlauncher-bin v224-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: liranv
Last Packager: liranv
Votes: 3
Popularity: 0.072996
First Submitted: 2025-10-18 17:36 (UTC)
Last Updated: 2026-03-26 00:05 (UTC)

Dependencies (0)

Required by (1)

Sources (1)

Latest Comments

1 2 Next › Last »

liranv commented on 2026-03-26 00:07 (UTC)

I've changed the package to grab "release" (currently v224) instead of "pre-release"

Revs commented on 2026-03-24 10:30 (UTC)

@liranv thats unfortunate. Have you tried raising github issue with them to reconsider this way of handling previous releases?

liranv commented on 2026-03-24 10:08 (UTC)

@Revs I've pushed a new version. The problem is that every time they release a new version, the previous one is being removed and not available for download anymore.

Revs commented on 2026-03-24 09:28 (UTC) (edited on 2026-03-24 09:29 (UTC) by Revs)

Update to 2026.03.21.92bdc40-1 fails:

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/shadps4-emu/shadps4-qtlauncher/releases/download/shadPS4QtLauncher-2026-03-21-92bdc40eef82a7a3ee241c35ba961d11a902dd8e/shadPS4QtLauncher-linux-qt-2026-03-21-92bdc40.zip
Aborting...
error: failed to download sources for 'shadps4-qtlauncher-bin-2026.03.21.92bdc40-1': 
error: packages failed to build: shadps4-qtlauncher-bin-2026.03.21.92bdc40-1

==> ERROR: An error has occurred during the update process
The update has been aborted

liranv commented on 2026-02-01 12:44 (UTC)

@dundarious I've fixed the icon

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?