According to the official [Icon Theme Spec](http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#icon_lookup) the Icon key in the desktop entry file should not contain the file extension.
		
			
				
	
	
		
			9 lines
		
	
	
		
			190 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			190 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Desktop Entry]
 | 
						|
Type=Application
 | 
						|
Name=sxiv
 | 
						|
GenericName=Image Viewer
 | 
						|
Exec=sxiv %F
 | 
						|
MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff;image/x-bmp;
 | 
						|
NoDisplay=true
 | 
						|
Icon=sxiv
 |