Updated to 0.13.4 and fixed INSTALL_TRYEXEC issue with the desktop icon.
Search Criteria
Package Details: nexusmods-app-bin 0.13.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nexusmods-app-bin.git (read-only, click to copy) |
---|---|
Package Base: | nexusmods-app-bin |
Description: | A mod installer, creator and manager for all your popular games. |
Upstream URL: | https://github.com/Nexus-Mods/NexusMods.App |
Licenses: | GPL-3.0-or-later |
Conflicts: | nexusmods-app |
Provides: | nexusmods-app |
Submitter: | Abzie |
Maintainer: | Abzie (erri120) |
Last Packager: | Abzie |
Votes: | 16 |
Popularity: | 2.19 |
First Submitted: | 2024-06-15 16:48 (UTC) |
Last Updated: | 2025-07-02 18:23 (UTC) |
Dependencies (10)
- desktop-file-utils (desktop-file-utils-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- xdg-desktop-portal-dde (optional) – Deepin
- xdg-desktop-portal-gnome (xdg-desktop-portal-gnome-gitAUR, xdg-desktop-portal-gnome-noprompt-gitAUR) (optional) – GNOME
- xdg-desktop-portal-gtk (xdg-desktop-portal-gtk-gitAUR) (optional) – Generic Desktop
- xdg-desktop-portal-kde (xdg-desktop-portal-kde-gitAUR) (optional) – KDE Plasma
- xdg-desktop-portal-liri-gitAUR (optional) – Liri
- xdg-desktop-portal-tdAUR (optional) – theDesk
Required by (0)
Sources (4)
Abzie commented on 2025-07-02 18:24 (UTC)
Sn0wCrack commented on 2025-06-17 11:28 (UTC) (edited on 2025-07-03 08:13 (UTC) by Sn0wCrack)
Encountered the same issue as @saghm.
From what I can tell this may have always been the case and might be why some people are having issues logging into the app.
Once I commented out the TryExec line the login button worked without issue.
saghm commented on 2025-06-16 17:11 (UTC)
The line TryExec=${INSTALL_TRYEXEC}
in the desktop file doesn't seem to be edited in the PKGBUILD, so it exists in the file that ends up installed on the system. Using Plasma 6, this seems to cause the application not to get properly added to menus and launchers, but deleting that line seems to have fixed it. I'm guessing that line might be a leftover from a previous iteration of the PKGBUILD?
saghm commented on 2025-06-08 21:40 (UTC)
Apologies for marking this as out of date; I realize now that 0.12.0 doesn't actually have any binaries available for download. I don't see a way for me to manually retract having marked it that way, so I guess the only way for that to happen is for the maintainer to do it.
adamperkowski commented on 2025-06-02 12:40 (UTC) (edited on 2025-06-02 12:41 (UTC) by adamperkowski)
The app needs xdg-desktop-portal-gtk
to function properly. A DE-specific desktop portal is not going to do it (in Hyprland's case at least). See https://github.com/Nexus-Mods/NexusMods.App/issues/3236#issuecomment-2901064385
Sn0wCrack commented on 2025-05-03 05:24 (UTC)
@Abzie Any reason to specify all these XDG Desktop Portal implementations individually as optional dependencies over just using xdg-desktop-portal-impl as a required dependency?
Abzie commented on 2025-03-22 23:05 (UTC)
You must use a desktop compatible with an XDG backend that supports the "App Chooser Portal": https://wiki.archlinux.org/title/XDG_Desktop_Portal#List_of_backends_and_interfaces
These have been listed as optional dependencies. You must install the XDG backend to suit your DE.
If you are running i3, see comment by cprn: https://aur.archlinux.org/packages/nexusmods-app-bin#comment-1016570
cprn commented on 2025-03-22 22:26 (UTC)
App is missing dependencies. Neither "Log in" nor "Give Feedback" buttons work out of the box, spitting exceptions that end with:
No such interface “org.freedesktop.portal.OpenURI”
Solved by installing the implementation of missing xdg-desktop-portal
interface and setting it up for the environment, e.g.
yay -S --asdeps xdg-desktop-portal-gtk
systemctl --user import-environment XDG_CURRENT_DESKTOP # this env var must exist
systemctl --user show-environment # make sure it's set correctly, e.g. to "i3"
systemctl --user restart xdg-desktop-porta xdg-desktop-portal-gtk
- a file that says which portal
i3
should use:
# ~/.config/xdg-desktop-portal/i3-portals.conf
[preferred]
default=gtk;
Pinned Comments
Abzie commented on 2025-03-22 23:05 (UTC)
You must use a desktop compatible with an XDG backend that supports the "App Chooser Portal": https://wiki.archlinux.org/title/XDG_Desktop_Portal#List_of_backends_and_interfaces
These have been listed as optional dependencies. You must install the XDG backend to suit your DE.
If you are running i3, see comment by cprn: https://aur.archlinux.org/packages/nexusmods-app-bin#comment-1016570