mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Add support for .flatpakref file handling
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[Desktop Entry]
|
||||
# Translators: Do not translate the application name
|
||||
Name=Warehouse
|
||||
Exec=warehouse
|
||||
Exec=warehouse %F
|
||||
Icon=io.github.flattool.Warehouse
|
||||
Terminal=false
|
||||
Type=Application
|
||||
@@ -10,3 +10,4 @@ StartupNotify=true
|
||||
Keywords=flatpak
|
||||
Comment=Manage all things Flatpak
|
||||
X-Purism-FormFactor=Workstation;Mobile;
|
||||
MimeType=application/vnd.flatpak.ref;application/vnd.flatpak;x-scheme-handler/flatpak;
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
<control>keyboard</control>
|
||||
<control>pointing</control>
|
||||
<control>touch</control>
|
||||
<mime>application/vnd.flatpak.ref</mime>
|
||||
<mime>application/vnd.flatpak</mime>
|
||||
</supports>
|
||||
<requires>
|
||||
<display_length compare="ge">330</display_length>
|
||||
|
||||
Reference in New Issue
Block a user