[go: up one dir, main page]

Menu

#87 Extra controllers not saved with configuration

v0.9.x
closed-fixed
BUG (5)
5
2023-12-29
2023-12-06
Bernat
No

Saving the configuration doesn't save the changes in the extra controllers.

Tested with version 0.8.10 from Flatpak.

Discussion

  • Pedro Lopez-Cabanillas

    Ticket moved from /p/vmpk/feature-requests/77/

     
  • Pedro Lopez-Cabanillas

    You are talking about the menu option File->Save Configuration... which is incomplete. The configuration is saved automatically when closing the program, and restored at program startup. In that case, the extra controllers are saved correctly. If you prefer your own configuration file name and location, you may use the command line -f, --file for that purpose as a workaround.

    The normal configuration file name and location in Linux is:
    $HOME/.config/vmpk.sourceforge.net/VMPK.conf

    The flatpak version uses another location:
    $HOME/.var/app/net.sourceforge.VMPK/config/vmpk.sourceforge.net/VMPK.conf

    To run the Flatpak version with a custom configuration file name, the invocation may be:
    $ flatpak run net.sourceforge.VMPK --file ~/custom_vmpk.conf
    this will save and restore automatically the configuration from the given file.

    The AppImage binary has its own complementary mechanism:
    https://docs.appimage.org/user-guide/portable-mode.html

     
  • Pedro Lopez-Cabanillas

    • labels: --> BUG
    • assigned_to: Pedro Lopez-Cabanillas
    • Group: Release_1.0 --> v0.9.x
     
  • Pedro Lopez-Cabanillas

    • Status: open --> pending-fixed
     
  • Pedro Lopez-Cabanillas

    • Status: pending-fixed --> closed-fixed
     

Log in to post a comment.