12 lines
		
	
	
		
			335 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			335 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| #!/usr/bin/env xdg-open
 | |
| [Desktop Entry]
 | |
| Name=WineHelper
 | |
| Exec=winehelper gui %F
 | |
| Comment=Launching the graphics interface for Winehelper
 | |
| Comment[ru]=Запуск графического интерфейса WineHelper
 | |
| Type=Application
 | |
| Categories=WineHelper;Utility;Emulator;
 | |
| StartupNotify=true
 | |
| Icon=winehelper
 | |
| StartupWMClass=winehelper
 |