Stardrop icon indicating copy to clipboard operation
Stardrop copied to clipboard

Not sure if this is a bug or if I'm just dumb

Open dylanfurr opened this issue 3 years ago • 4 comments

The GitBook page says that mod manager downloads work with Stardrop, but I'm not sure how that works. I've connected my Nexus account, but whenever I try to download something it doesn't seem to do anything. Any help would be well appreciated!

EDIT: I am on Linux btw

dylanfurr avatar Jun 21 '22 03:06 dylanfurr

NXM support (for using the download via mod manager button) hasn't been implemented for Linux yet, though I am hoping to have it added in the next release. Sorry for that, I noted it in the release notes but never listed it in a more public location.

Floogen avatar Jul 15 '22 19:07 Floogen

It's been nearly two years and I believe this is still not addressed. Are there any plans to implement this anytime soon?

Martmists-GH avatar Mar 19 '24 20:03 Martmists-GH

I have the solution to this issue, Create a file called Stardrop.desktop in ~/.local/share/applications with the following contents:

[Desktop Entry] Exec=/home/USER/.local/bin/Stardrop/Internal --nxm %U Icon=stardew-valley Name=Stardrop Terminal=false Type=Application

Make sure to set your username in the exec line, and have Stardrop folder in ~/.local/bin. Now just run: xdg-mime default Stardrop.desktop x-scheme-handler/nxm

Firefox and Im pretty sure Chromium/Chrome as well should handle NXM links.

chikenpotpi avatar Nov 01 '24 21:11 chikenpotpi

I have the solution to this issue, Create a file called Stardrop.desktop in ~/.local/share/applications with the following contents:

[Desktop Entry] Exec=/home/USER/.local/bin/Stardrop/Internal --nxm %U Icon=stardew-valley Name=Stardrop Terminal=false Type=Application

Make sure to set your username in the exec line, and have Stardrop folder in ~/.local/bin. Now just run: xdg-mime default Stardrop.desktop x-scheme-handler/nxm

Firefox and Im pretty sure Chromium/Chrome as well should handle NXM links.

Even using this desktop entry, the mod manager download seems to redirect to /undefined and nothing happens.

Martmists-GH avatar Nov 09 '24 15:11 Martmists-GH