mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:37:46 +00:00
Base: Add file associations for multiple programs
This change adds missing file association for the following programs: - ImageViewer - PDFViewer - PixelPaint - Playground - Profiler - SoundPlayer
This commit is contained in:
parent
ed46d52252
commit
fb66feef5e
5 changed files with 10 additions and 2 deletions
|
@ -18,6 +18,8 @@ font=/bin/FontEditor
|
||||||
sheets=/bin/Spreadsheet
|
sheets=/bin/Spreadsheet
|
||||||
gml=/bin/Playground
|
gml=/bin/Playground
|
||||||
pdf=/bin/PDFViewer
|
pdf=/bin/PDFViewer
|
||||||
|
profile=/bin/Profiler
|
||||||
|
pp=/bin/PixelPaint
|
||||||
directory=/bin/FileManager
|
directory=/bin/FileManager
|
||||||
*=/bin/TextEditor
|
*=/bin/TextEditor
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,4 @@ Executable=/bin/ImageViewer
|
||||||
Category=Graphics
|
Category=Graphics
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=pbm,pgm,png,ppm,gif,jpg,jpeg,dds
|
FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds
|
||||||
|
|
|
@ -2,3 +2,6 @@
|
||||||
Name=PDF Viewer
|
Name=PDF Viewer
|
||||||
Executable=/bin/PDFViewer
|
Executable=/bin/PDFViewer
|
||||||
Category=Graphics
|
Category=Graphics
|
||||||
|
|
||||||
|
[Launcher]
|
||||||
|
FileTypes=pdf
|
||||||
|
|
|
@ -2,3 +2,6 @@
|
||||||
Name=GML Playground
|
Name=GML Playground
|
||||||
Executable=/bin/Playground
|
Executable=/bin/Playground
|
||||||
Category=Development
|
Category=Development
|
||||||
|
|
||||||
|
[Launcher]
|
||||||
|
FileTypes=gml
|
||||||
|
|
|
@ -4,4 +4,4 @@ Executable=/bin/SoundPlayer
|
||||||
Category=Sound
|
Category=Sound
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=wav
|
FileTypes=flac,m3u,m3u8,wav
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue