Search Criteria
Package Details: simple64 2024.11.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/simple64.git (read-only, click to copy) |
---|---|
Package Base: | simple64 |
Description: | Nintendo64 emulator based on Mupen64Plus |
Upstream URL: | https://simple64.github.io/ |
Licenses: | GPL-3.0-only |
Conflicts: | m64p, mupen64plus |
Provides: | m64p |
Replaces: | m64p |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 7 |
Popularity: | 0.016717 |
First Submitted: | 2022-09-03 01:35 (UTC) |
Last Updated: | 2024-11-11 15:09 (UTC) |
Dependencies (19)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- hidapi (hidapi-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- qt6-websockets
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- sdl2_net
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- discord-game-sdkAUR (make)
- git (git-gitAUR, git-glAUR) (make)
- icoutils (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- vosk-api (vosk-api-binAUR, vosk-api-gitAUR) (make)
- zip (zip-natspecAUR) (make)
- discord-game-sdkAUR (optional) – for Discord support
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR) (optional) – for 7z/zip and VRU support
- vosk-api (vosk-api-binAUR, vosk-api-gitAUR) (optional) – for VRU support (voice recognition unit)
Latest Comments
1 2 3 Next › Last »
dbermond commented on 2024-08-30 13:59 (UTC)
@Neros First of all, AUR helpers are not supported, use makepkg. Your log shows that you do not have vosk-api installed. Install it through makepkg.
Neros commented on 2024-08-30 09:40 (UTC) (edited on 2024-08-30 09:40 (UTC) by Neros)
Issue with
vosk-api
:...
dbermond commented on 2024-04-13 20:57 (UTC)
@alexmurkoff Your log looks like to be from a gradle command, but the package does not build any java component. Are you sure the log comes from this package? If yes, provide the command used for building and a full output (do not paste such a huge log here, but provide a link to some pastebin service).
alexmurkoff commented on 2024-04-13 16:06 (UTC)
dbermond commented on 2024-01-17 17:49 (UTC)
@berzaf I've pushed some changes. Please check if it works for you.
berzaf commented on 2023-11-12 01:57 (UTC) (edited on 2023-11-12 02:16 (UTC) by berzaf)
@dbermond After further investigation, the icons does not appear in 'Dash-to-Dock' nor Gnome's Window Switcher (Alt-Tab pop-up), showing a blue missing icon. This is because the window that's opened by calling 'simple64-gui' is apparently
<untracked>
, meaning the shell was not able to match it to an app.See https://old.reddit.com/r/gnome/comments/y7vpq0/missing_app_icon/iswrfir/.
Pinning simple64.desktop to my dock does show the correct icon, but launching it spawns a new (missing) icon right besides it (see https://file.io/19QWYOdolsXW).
I don't know if changing the desktop file to
simple64-gui.desktop
is the only way to resolve this untracked window issue, but it appears to work perfectly on my end.Could you have another look at this? Thank you very much!
dbermond commented on 2023-11-06 15:38 (UTC)
@berzaf Implemented svg icon.
dbermond commented on 2023-11-06 15:38 (UTC) (edited on 2023-11-06 15:41 (UTC) by dbermond)
@berzaf As far as I know, the Desktop Entry Specification does not mandate the .dekstop file name to be equals than the launched application binary file name. Applications are free to specify a .desktop file name that is different than the binary being launched by the 'Exec' key. So, there is nothing to be fixed here. Maybe you should report this to the application that you are using (the Dash-to-Dock one you mentioned).
berzaf commented on 2023-11-05 22:07 (UTC) (edited on 2023-11-05 22:08 (UTC) by berzaf)
Consider copying
simple64.svg
to/usr/share/icons/hicolor/scalable/apps
by addingto
PKGBUILD
. Thank you!berzaf commented on 2023-11-05 21:55 (UTC) (edited on 2023-11-05 21:58 (UTC) by berzaf)
I had to rename
simple64.desktop
tosimple64-gui.desktop
for the icon to show up properly in Dash-to-Dock. Could you please fix this?1 2 3 Next › Last »