Rosalie241 / RMG

Rosalie's Mupen GUI
GNU General Public License v3.0
611 stars 52 forks source link

"Open with" Broken #30

Closed poudink closed 2 years ago

poudink commented 2 years ago

Trying to launch a ROM through the open with option/setting RMG as the default application for N64 ROMs doesn't work. RMG will be opened, but the ROM will not be launched. Not sure if this is a bug or simply an unimplemented feature. In case it's the former, I'm using Fedora Linux (KDE) and have RMG installed using Flatpak.

Rosalie241 commented 2 years ago

Does changing Exec=RMG to Exec=RMG %f in the .desktop file fix it?

poudink commented 2 years ago

the .deskop file has "Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=RMG com.github.Rosalie241.RMG", actually. tacking on %f at the end doesn't do anything.

Rosalie241 commented 2 years ago

Oh, right, it's flatpak, I'll try it locally soon:tm: and see if that fixes it

Rosalie241 commented 2 years ago

Fixed with https://github.com/Rosalie241/RMG/commit/0a63c035a97912e01153889387ca8b62321b4764, will be included in the next release