 9029914815
			
		
	
	9029914815
	
	
	
		
			
			Setting up the icon and desktop file is a pretty central part of making an application work, so we should do it for our example. The fact that the examples are uninstalled makes this a little more complicated.
		
			
				
	
	
		
			7 lines
		
	
	
		
			106 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			106 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Desktop Entry]
 | |
| Type=Application
 | |
| Name=Example
 | |
| Icon=exampleapp
 | |
| StartupNotify=true
 | |
| Exec=@bindir@/exampleapp
 |