aboutsummaryrefslogtreecommitdiff
path: root/resources/linux
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2021-09-30 14:24:50 -0700
committerFrancesco Abbate <francesco.bbt@gmail.com>2021-09-30 14:24:50 -0700
commitfb1e08840ec20bebbe06694be7deaceceb80ac8d (patch)
treeb78b9f0de061e83ee30d76add84f3cd456a42965 /resources/linux
parentc05cddecb7a32a162a70a41ac806013faeac3e23 (diff)
parent66196d612c94abd2997686e70d28eaecb5b4baff (diff)
downloadlite-xl-dmon-debug.tar.gz
lite-xl-dmon-debug.zip
Merge branch 'dmon-1' into dmon-debugdmon-debug
Diffstat (limited to 'resources/linux')
-rw-r--r--resources/linux/org.lite_xl.lite_xl.appdata.xml33
-rw-r--r--resources/linux/org.lite_xl.lite_xl.desktop (renamed from resources/linux/lite-xl.desktop)4
2 files changed, 35 insertions, 2 deletions
diff --git a/resources/linux/org.lite_xl.lite_xl.appdata.xml b/resources/linux/org.lite_xl.lite_xl.appdata.xml
new file mode 100644
index 00000000..c5895178
--- /dev/null
+++ b/resources/linux/org.lite_xl.lite_xl.appdata.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>org.lite_xl.lite_xl</id>
+ <metadata_license>MIT</metadata_license>
+ <project_license>MIT</project_license>
+ <name>Lite XL</name>
+ <summary>A lightweight text editor written in Lua</summary>
+ <content_rating type="oars-1.0" />
+
+ <description>
+ <p>
+ Lite XL is a text editor and development tool written mainly in Lua,
+ on top of a minimalistic C core using the SDL2 graphics library.
+ </p>
+ </description>
+
+ <screenshots>
+ <screenshot type="default">
+ <caption>The editor window</caption>
+ <image>https://lite-xl.github.io/assets/img/screenshots/editor.png</image>
+ </screenshot>
+ </screenshots>
+
+ <url type="homepage">https://lite-xl.github.io</url>
+
+ <provides>
+ <binary>lite-xl</binary>
+ </provides>
+
+ <releases>
+ <release version="2.0.1" date="2021-08-28" />
+ </releases>
+</component>
diff --git a/resources/linux/lite-xl.desktop b/resources/linux/org.lite_xl.lite_xl.desktop
index f2fa9610..d251c4dc 100644
--- a/resources/linux/lite-xl.desktop
+++ b/resources/linux/org.lite_xl.lite_xl.desktop
@@ -5,6 +5,6 @@ Comment=A lightweight text editor written in Lua
Exec=lite-xl %F
Icon=lite-xl
Terminal=false
-StartupNotify=false
-Categories=Utility;TextEditor;Development;
+StartupWMClass=lite-xl
+Categories=Development;IDE;
MimeType=text/plain;