From 02cc3ac21fe09836ccd8f8c14dcd624d0e28809c Mon Sep 17 00:00:00 2001 From: Nicholas Hollett Date: Sat, 16 May 2020 14:43:01 +0100 Subject: [PATCH] Base: Add file type & protocol definitions for known handlers. This matches the existing user configuration in /home/anon/LaunchServer.ini --- Base/res/apps/Browser.af | 2 +- Base/res/apps/FontEditor.af | 3 +++ Base/res/apps/IRCClient.af | 3 +++ Base/res/apps/QuickShow.af | 3 +++ Base/res/apps/SoundPlayer.af | 3 +++ Base/res/apps/TextEditor.af | 2 +- Base/res/apps/VisualBuilder.af | 3 +++ 7 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Base/res/apps/Browser.af b/Base/res/apps/Browser.af index 895d570f00d..02a97b1e708 100644 --- a/Base/res/apps/Browser.af +++ b/Base/res/apps/Browser.af @@ -8,5 +8,5 @@ Category=Internet 32x32=/res/icons/32x32/app-browser.png [Launcher] -FileTypes=html,md +FileTypes=html,htm,md Protocols=http,https diff --git a/Base/res/apps/FontEditor.af b/Base/res/apps/FontEditor.af index f1f2c671b27..e61846d2119 100644 --- a/Base/res/apps/FontEditor.af +++ b/Base/res/apps/FontEditor.af @@ -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 diff --git a/Base/res/apps/IRCClient.af b/Base/res/apps/IRCClient.af index a18f4c6f9f9..ceba74e5913 100644 --- a/Base/res/apps/IRCClient.af +++ b/Base/res/apps/IRCClient.af @@ -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 diff --git a/Base/res/apps/QuickShow.af b/Base/res/apps/QuickShow.af index 6bcfc57ea1a..aa39ce62f34 100644 --- a/Base/res/apps/QuickShow.af +++ b/Base/res/apps/QuickShow.af @@ -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 diff --git a/Base/res/apps/SoundPlayer.af b/Base/res/apps/SoundPlayer.af index 5b7ec5d99be..43a10d4c614 100644 --- a/Base/res/apps/SoundPlayer.af +++ b/Base/res/apps/SoundPlayer.af @@ -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 diff --git a/Base/res/apps/TextEditor.af b/Base/res/apps/TextEditor.af index 4916d03e26a..8bf0ab827e1 100644 --- a/Base/res/apps/TextEditor.af +++ b/Base/res/apps/TextEditor.af @@ -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 diff --git a/Base/res/apps/VisualBuilder.af b/Base/res/apps/VisualBuilder.af index d001c3b2177..c7f9e0fcaec 100644 --- a/Base/res/apps/VisualBuilder.af +++ b/Base/res/apps/VisualBuilder.af @@ -6,3 +6,6 @@ Category=Development [Icons] 16x16= 32x32=/res/icons/32x32/app-visual-builder.png + +[Launcher] +FileTypes=frm