mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:52:43 +00:00 
			
		
		
		
	Base: Add file type & protocol definitions for known handlers.
This matches the existing user configuration in /home/anon/LaunchServer.ini
This commit is contained in:
		
							parent
							
								
									3c5f75ed53
								
							
						
					
					
						commit
						02cc3ac21f
					
				
					 7 changed files with 17 additions and 2 deletions
				
			
		|  | @ -8,5 +8,5 @@ Category=Internet | |||
| 32x32=/res/icons/32x32/app-browser.png | ||||
| 
 | ||||
| [Launcher] | ||||
| FileTypes=html,md | ||||
| FileTypes=html,htm,md | ||||
| Protocols=http,https | ||||
|  |  | |||
|  | @ -6,3 +6,6 @@ Category=Development | |||
| [Icons] | ||||
| 16x16=/res/icons/16x16/app-font-editor.png | ||||
| 32x32=/res/icons/32x32/app-font-editor.png | ||||
| 
 | ||||
| [Launcher] | ||||
| FileTypes=font | ||||
|  |  | |||
|  | @ -6,3 +6,6 @@ Category=Internet | |||
| [Icons] | ||||
| 16x16=/res/icons/16x16/app-irc-client.png | ||||
| 32x32=/res/icons/32x32/app-irc-client.png | ||||
| 
 | ||||
| [Launcher] | ||||
| Protocols=irc | ||||
|  |  | |||
|  | @ -6,3 +6,6 @@ Category=Graphics | |||
| [Icons] | ||||
| 16x16=/res/icons/16x16/filetype-image.png | ||||
| 32x32=/res/icons/32x32/filetype-image.png | ||||
| 
 | ||||
| [Launcher] | ||||
| FileTypes=png,gif | ||||
|  |  | |||
|  | @ -6,3 +6,6 @@ Category=Sound | |||
| [Icons] | ||||
| 16x16=/res/icons/16x16/app-sound-player.png | ||||
| 32x32=/res/icons/32x32/app-sound-player.png | ||||
| 
 | ||||
| [Launcher] | ||||
| FileTypes=wav | ||||
|  |  | |||
|  | @ -8,4 +8,4 @@ Category=Utilities | |||
| 32x32=/res/icons/32x32/app-texteditor.png | ||||
| 
 | ||||
| [Launcher] | ||||
| FileTypes=txt,md,html | ||||
| FileTypes=txt,md,html,htm,js,json,ini | ||||
|  |  | |||
|  | @ -6,3 +6,6 @@ Category=Development | |||
| [Icons] | ||||
| 16x16= | ||||
| 32x32=/res/icons/32x32/app-visual-builder.png | ||||
| 
 | ||||
| [Launcher] | ||||
| FileTypes=frm | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Nicholas Hollett
						Nicholas Hollett