Skip to content

Commit 02cc3ac

Browse files
niaxawesomekling
authored andcommitted
Base: Add file type & protocol definitions for known handlers.
This matches the existing user configuration in /home/anon/LaunchServer.ini
1 parent 3c5f75e commit 02cc3ac

File tree

7 files changed

+17
-2
lines changed

7 files changed

+17
-2
lines changed

Base/res/apps/Browser.af

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Category=Internet
88
32x32=/res/icons/32x32/app-browser.png
99

1010
[Launcher]
11-
FileTypes=html,md
11+
FileTypes=html,htm,md
1212
Protocols=http,https

Base/res/apps/FontEditor.af

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ Category=Development
66
[Icons]
77
16x16=/res/icons/16x16/app-font-editor.png
88
32x32=/res/icons/32x32/app-font-editor.png
9+
10+
[Launcher]
11+
FileTypes=font

Base/res/apps/IRCClient.af

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ Category=Internet
66
[Icons]
77
16x16=/res/icons/16x16/app-irc-client.png
88
32x32=/res/icons/32x32/app-irc-client.png
9+
10+
[Launcher]
11+
Protocols=irc

Base/res/apps/QuickShow.af

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ Category=Graphics
66
[Icons]
77
16x16=/res/icons/16x16/filetype-image.png
88
32x32=/res/icons/32x32/filetype-image.png
9+
10+
[Launcher]
11+
FileTypes=png,gif

Base/res/apps/SoundPlayer.af

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ Category=Sound
66
[Icons]
77
16x16=/res/icons/16x16/app-sound-player.png
88
32x32=/res/icons/32x32/app-sound-player.png
9+
10+
[Launcher]
11+
FileTypes=wav

Base/res/apps/TextEditor.af

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Category=Utilities
88
32x32=/res/icons/32x32/app-texteditor.png
99

1010
[Launcher]
11-
FileTypes=txt,md,html
11+
FileTypes=txt,md,html,htm,js,json,ini

Base/res/apps/VisualBuilder.af

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ Category=Development
66
[Icons]
77
16x16=
88
32x32=/res/icons/32x32/app-visual-builder.png
9+
10+
[Launcher]
11+
FileTypes=frm

0 commit comments

Comments
 (0)