Package Details: ryujinx-bin 1.3.3-1

Git Clone URL: https://aur.archlinux.org/ryujinx-bin.git (read-only, click to copy)
Package Base: ryujinx-bin
Description: Experimental Nintendo Switch Emulator written in C#
Upstream URL: https://ryujinx.app
Licenses: MIT
Conflicts: ryujinx
Provides: ryujinx
Submitter: vitaliikuzhdin
Maintainer: vitaliikuzhdin
Last Packager: vitaliikuzhdin
Votes: 3
Popularity: 0.100197
First Submitted: 2025-08-09 16:46 (UTC)
Last Updated: 2025-10-11 09:40 (UTC)

Latest Comments

Rikj000 commented on 2025-09-05 16:19 (UTC)

For those wanting to play Hollow Knight - Silksong early,
Ryujinx canary already supports it, I patched this PKGBUILD as following to install it:

-source_aarch64=("${_pkgsrc}-aarch64.tar.gz::https://git.ryujinx.app/api/v4/projects/1/packages/generic/Ryubing/${pkgver}/${_pkgsrc}-linux_arm64.tar.gz")
-source_x86_64=("${_pkgsrc}-x86_64.tar.gz::https://git.ryujinx.app/api/v4/projects/1/packages/generic/Ryubing/${pkgver}/${_pkgsrc}-linux_x64.tar.gz")
+source_aarch64=("ryujinx-canary-1.3.135-aarch64.tar.gz::https://git.ryujinx.app/api/v4/projects/68/packages/generic/Ryubing-Canary/1.3.135/ryujinx-canary-1.3.135-linux_arm64.tar.gz")
+source_x86_64=("ryujinx-canary-1.3.135-x86_64.tar.gz::https://git.ryujinx.app/api/v4/projects/68/packages/generic/Ryubing-Canary/1.3.135/ryujinx-canary-1.3.135-linux_x64.tar.gz")

-sha256sums_aarch64=('97f4bed6c4993ef29402456bb84981370950243f56a0d18f3b0c3cf57f16a131')
-sha256sums_x86_64=('b1db7f41a06ed9a5fb040737c2d32eb332daedcde26e40d53f48adde305a1e6e')
+sha256sums_aarch64=('8975fca6f576ff0d8a1bdbfc85744def0d21f1613eed001b2fca5fd5f57c2961')
+sha256sums_x86_64=('5e550820a49a9c5ac506408ba62f78a33646f909e6cef2166a67eeb835e0b04e')

Davius commented on 2025-08-27 11:15 (UTC)

Hi @vitaliikuzhdin

Issue solved by clearing my $HOME/.cache folder (crazy thing inside I suppose) Thank you for your answer.

vitaliikuzhdin commented on 2025-08-15 10:48 (UTC)

@Davius I cannot reproduce this on an up-to-date Plasma 6: https://files.catbox.moe/saeqc6.png

The .desktop entry is valid and installed in the correct location. I suspect the issue might be with the icon specification, which uses an absolute path. Some DEs, though not Plasma, have a problem with that. However, this complies with the .desktop specification from FreeDesktop.org: https://specifications.freedesktop.org/desktop-entry-spec/latest/recognized-keys.html

Try updating the desktop database manually and/or logging out and back in.

Davius commented on 2025-08-15 09:10 (UTC)

Hi maintainer,

It seams the .desktop file is not installed properly. I can find also the .desktop by searching on KDE K-menu, but the icon is not inside the menu.

Also, cliking on the Icon donsen't launch the app. the app launch well using the terminal.

regards