23
edits
(Formatting) |
(Added section Creating an Application Menu Entry) |
||
Line 45: | Line 45: | ||
Enter your Master Account Login and select your character account to begin playing. | Enter your Master Account Login and select your character account to begin playing. | ||
== Creating an Application Menu Entry (Optional) == | |||
Create a new text file named MuhRo.desktop in /Home/''USERNAME''/.local/share/applications (replace ''USERNAME'' with your local username). | |||
Enter the following into the text file and save it. Make sure to replace ''PATH TO FOLDER CONTAINING GAME FILES'' with the path to the folder containing your game files.<blockquote>[Desktop Entry] | |||
Comment[en_US]=MuhRo | |||
Comment=MuhRo | |||
Exec=''PATH TO FOLDER CONTAINING GAME FILES''/Muh_Patcher | |||
GenericName[en_US]= | |||
GenericName= | |||
Icon=''PATH TO FOLDER CONTAINING GAME FILES''/muhro.ico | |||
MimeType= | |||
Name[en_US]=MuhRo | |||
Name=MuhRo | |||
Path=''PATH TO FOLDER CONTAINING GAME FILES'' | |||
StartupNotify=true | |||
Terminal=false | |||
TerminalOptions= | |||
Type=Application | |||
X-KDE-SubstituteUID=false | |||
X-KDE-Username=</blockquote>Make the file executable by either opening the files properties and marking it as executable in the permissions tab or run the following in terminal. | |||
<code>chmod +x PATH_TO_MUHRO.DESKTOP</code> | |||
Replace PATH_TO_MUHRO.DESKTOP with your path to the MuhRo.desktop file. | |||
You may have to log out and back in to see the start menu entry. | |||
==Running under Lutris== | ==Running under Lutris== |
edits