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.
Install Mono
- Install the
mono-complete
package for your Linux distribution following the instructions on the Mono Project website
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.
- Open a text editor
- 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.png
- Modify the
Path
,Exec
, andIcon
lines as needed - Save the file with the name
ROMVault.desktop
and save it to your desktop - Right click the file and select Properties
- Select the Permissions tab
- Enable Allow executing file as program
- Close the Properties window
- Right click the file and select Allow Launching
You should now be able to double click the shortcut to launch ROMVault with mono with the correct working directory.
ⓘ 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. |
linux_setup.1640542097.txt.gz · Last modified: 2021/12/26 09:08 (external edit)