Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 2.17 KB

README.md

File metadata and controls

49 lines (36 loc) · 2.17 KB

Track Mania Nations Forever
Track Mania Nations Forever

This is the snap for Track Mania Nations Forever. It works on Ubuntu, Fedora, Debian, and other major Linux distributions.

Published for with 💝 by Snapcrafters

Install

snap install tmnationsforever --edge
snap connect tmnationsforever:joystick

(Don't have snapd installed?)

Track Mania Nations Forever

Reusing this snap

You can use this snap as a reference for creating snaps of other WINE compatible Windows applications. Here are the main things you'll need to modify:

  • Change the meta data and apps: and parts: names from tmnationsforever.
  • Modify the command: to reference the executable the application/game should launch.
  • If you can't redistrbute the application/game use INSTALL_URL: to reference a web accessible installer.
  • Modify the install_app() and launch_app() functions in snap/scripts/sommelier to suit the application/game you're snapping.
  • If your application/game requires some winetricks to work then you can specify them via TRICKS: in the environment: of the main command:. For example:
    environment:
      WINEPREFIX: "$SNAP_USER_COMMON/.wine"
      TRICKS: "winxp corefonts d3dx9_43"
      LC_ALL: "C.UTF-8"

One other point of interest is that yad is staged in the snap and a faux zenity script is included that execs yad. We do this because yad is argument compatible with zenity but pulls far fewer package dependencies.

If you have any questions about creating snaps of WINE compatible Windows applications then post in the Snapcraft forum.