Search Criteria
Package Details: ryujinx-bin 1.3.3-1
Package Actions
| 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) |
Dependencies (10)
- alsa-lib
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libx11 (libx11-gitAUR)
- sh (dashbinshAUR, zshbinshAUR, bash-gitAUR, bash-devel-gitAUR, bash)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
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
PKGBUILDas following to install it: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
.desktopentry 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.desktopspecification from FreeDesktop.org: https://specifications.freedesktop.org/desktop-entry-spec/latest/recognized-keys.htmlTry 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