summarylogtreecommitdiffstats
path: root/edb.desktop
diff options
context:
space:
mode:
authorrevel2015-06-21 16:58:33 +0200
committerrevel2015-06-21 16:58:33 +0200
commite643a62ddce459c687c00fa7e3f92bb7c2137ce2 (patch)
treeacd1ed4c3f7a0211a827625cb53b474cb5246f77 /edb.desktop
downloadaur-e643a62ddce459c687c00fa7e3f92bb7c2137ce2.tar.gz
Initial import
Diffstat (limited to 'edb.desktop')
-rw-r--r--edb.desktop16
1 files changed, 16 insertions, 0 deletions
diff --git a/edb.desktop b/edb.desktop
new file mode 100644
index 000000000000..fdcc2a56a85a
--- /dev/null
+++ b/edb.desktop
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Name=Evan's Debugger
+GenericName=Debugger
+Comment=QT4 based binary mode debugger
+TryExec=edb
+Exec=edb
+Terminal=false
+Type=Application
+Icon=edb
+Categories=Application;Development;Qt;Debugger;
+Actions=Debug
+MimeType=application/x-executable
+
+[Desktop Action Debug]
+Exec=edb --run %f
+Name=Evan's Debugger (debug with)