User Tools

Site Tools


linux_setup

This is an old revision of the document!


Setting up ROMVault on Linux

ROMVault is designed as a Windows application, but it will run on many Linux distros using mono. The instructions below outline the basic steps to initially setup ROMVault on Linux using the Ubuntu distro as an example.

⚠ CAUTION:
There may be Linux and mono specific bugs. Please refer to the Bugs / Known Issues page for more details. Please join the ROMVault Discord server to report any new bugs.

Install Mono

  • Install the mono-complete package appropriate for your version of your Linux distro.

Create a Launcher Shortcut

The ROMVault application is designed to write configuration files and its Cache file to the same directory as the executable. Its important to launch ROMVault using mono from the same directory as the ROMVault executable. You may find it helpful to create a launcher shortcut to do this.

  1. Open a text editor
  2. Paste the following into your text file:

    [Desktop Entry]
    Type=Application
    Terminal=false
    Hidden=false
    Name=ROMVault
    Path=/home/gordonj/Desktop/ROMVault
    Exec=mono /home/gordonj/Desktop/ROMVault/ROMVault3.exe
    Icon=/home/gordonj/Desktop/ROMVault/romvault.ico
  3. Modify the Path, Exec, and Icon lines as needed
  4. Save the file with the name ROMVault.desktop and save it to your desktop
  5. Right click the file and select Properties
  6. Select the Permissions tab
  7. Enable Allow executing file as program
  8. Close the Properties window
  9. Right click the file and select Allow Launching
ⓘ NOTE:
ROMVault does not come packaged with a separate icon file. You can use your own .png or .ico file for your launcher shortcut image.

Launch ROMVault

You can now Launch ROMVault by double clicking your newly created shortcut.

Alternately, you can launch ROMVault via the command line with mono from the ROMVault executable directory:

  1. Open the Terminal application
  2. Navigate to your ROMVault executable directory
  3. Launch with mono ./ROMVault3.exe
linux_setup.1640559337.txt.gz · Last modified: 2021/12/26 13:55 (external edit)