mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 11:56:38 +00:00 
			
		
		
		
	This allows us to launch OpenMW when the user opens a save game file through the file manager.
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			614 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			614 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Desktop Entry]
 | |
| Type=Application
 | |
| Name=OpenMW Launcher
 | |
| GenericName=Role Playing Game
 | |
| Comment=An engine replacement for The Elder Scrolls III: Morrowind
 | |
| Keywords=Morrowind;Reimplementation Mods;esm;bsa;
 | |
| TryExec=omwlauncher
 | |
| Exec=omwlauncher
 | |
| Icon=openmw
 | |
| Categories=Game;RolePlaying;
 | |
| 
 | |
| [Desktop Entry]
 | |
| Type=Application
 | |
| Name=OpenMW
 | |
| GenericName=Role Playing Game
 | |
| Comment=An engine replacement for The Elder Scrolls III: Morrowind
 | |
| Keywords=Morrowind;Reimplementation Mods;esm;bsa;
 | |
| Exec=openmw --load-savegame=%f
 | |
| Icon=openmw
 | |
| Categories=Game;RolePlaying;
 | |
| Terminal=false
 | |
| NoDisplay=true
 | |
| MimeType=application/x-openmw-savegame;
 |