-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sb3 mime type and file open support
- Loading branch information
1 parent
dc912b8
commit b744c92
Showing
3 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
[Desktop Entry] | ||
Name=Scratch | ||
Comment=Imagine, Program, Share | ||
Exec=scratch-desktop | ||
Exec=scratch-desktop %f | ||
Terminal=false | ||
Type=Application | ||
Icon=edu.mit.Scratch | ||
Categories=Development; | ||
StartupWMClass=Scratch | ||
MimeType=application/x.scratch.sb3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> | ||
<mime-type type="application/x.scratch.sb3"> | ||
<comment>Scratch 3 Project</comment> | ||
<acronym>SB3</acronym> | ||
<generic-icon name="edu.mit.Scratch" /> | ||
<glob pattern="*.sb3" /> | ||
</mime-type> | ||
</mime-info> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters