From fb66feef5e7fae4c50da1bc2c42cd1eed7933cf6 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Mon, 19 Jul 2021 14:05:22 +0200 Subject: [PATCH] Base: Add file associations for multiple programs This change adds missing file association for the following programs: - ImageViewer - PDFViewer - PixelPaint - Playground - Profiler - SoundPlayer --- Base/home/anon/.config/LaunchServer.ini | 2 ++ Base/res/apps/ImageViewer.af | 2 +- Base/res/apps/PDFViewer.af | 3 +++ Base/res/apps/Playground.af | 3 +++ Base/res/apps/SoundPlayer.af | 2 +- 5 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Base/home/anon/.config/LaunchServer.ini b/Base/home/anon/.config/LaunchServer.ini index 5c1c420203..4348b9f9dc 100644 --- a/Base/home/anon/.config/LaunchServer.ini +++ b/Base/home/anon/.config/LaunchServer.ini @@ -18,6 +18,8 @@ font=/bin/FontEditor sheets=/bin/Spreadsheet gml=/bin/Playground pdf=/bin/PDFViewer +profile=/bin/Profiler +pp=/bin/PixelPaint directory=/bin/FileManager *=/bin/TextEditor diff --git a/Base/res/apps/ImageViewer.af b/Base/res/apps/ImageViewer.af index 8d9750c08f..eae3426718 100644 --- a/Base/res/apps/ImageViewer.af +++ b/Base/res/apps/ImageViewer.af @@ -4,4 +4,4 @@ Executable=/bin/ImageViewer Category=Graphics [Launcher] -FileTypes=pbm,pgm,png,ppm,gif,jpg,jpeg,dds +FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds diff --git a/Base/res/apps/PDFViewer.af b/Base/res/apps/PDFViewer.af index 0feb811b26..4951c6504a 100644 --- a/Base/res/apps/PDFViewer.af +++ b/Base/res/apps/PDFViewer.af @@ -2,3 +2,6 @@ Name=PDF Viewer Executable=/bin/PDFViewer Category=Graphics + +[Launcher] +FileTypes=pdf diff --git a/Base/res/apps/Playground.af b/Base/res/apps/Playground.af index b31f65fc0a..5440a8c7db 100644 --- a/Base/res/apps/Playground.af +++ b/Base/res/apps/Playground.af @@ -2,3 +2,6 @@ Name=GML Playground Executable=/bin/Playground Category=Development + +[Launcher] +FileTypes=gml diff --git a/Base/res/apps/SoundPlayer.af b/Base/res/apps/SoundPlayer.af index 5a20b94d76..13222d2b73 100644 --- a/Base/res/apps/SoundPlayer.af +++ b/Base/res/apps/SoundPlayer.af @@ -4,4 +4,4 @@ Executable=/bin/SoundPlayer Category=Sound [Launcher] -FileTypes=wav +FileTypes=flac,m3u,m3u8,wav