summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefanos Mitropoulos2020-04-25 15:41:06 +0300
committerStefanos Mitropoulos2020-04-25 15:41:06 +0300
commitdeb50aeed5361d1bff825a76925c978727cfbc2c (patch)
tree3e230c86fd3a73b4067e2e2c4fc9e379999e6878
parent40663014674e3efc044887dbc40eb056a82d26c2 (diff)
downloadaur-deb50aeed5361d1bff825a76925c978727cfbc2c.tar.gz
Added desktop file and icon
-rw-r--r--wol_qt.desktop28
-rw-r--r--wol_qt_icon.pngbin0 -> 51194 bytes
2 files changed, 28 insertions, 0 deletions
diff --git a/wol_qt.desktop b/wol_qt.desktop
new file mode 100644
index 000000000000..2ac8fa962f61
--- /dev/null
+++ b/wol_qt.desktop
@@ -0,0 +1,28 @@
+[Desktop Entry]
+
+# The type as listed above
+Type=Application
+
+# The version of the desktop entry specification to which this file complies
+Version=1.0
+
+# The name of the application
+Name= Wake on Lan
+
+# A comment which can/will be used as a tooltip
+Comment=Wake on Lan Utility
+
+# The path to the folder in which the executable is run
+Path=/usr/bin
+
+# The executable of the application, possibly with arguments.
+Exec=wol-qt
+
+# The name of the icon that will be used to display this entry
+Icon=wol_qt_icon
+
+# Describes whether this application needs to be run in a terminal or not
+Terminal=false
+
+# Describes the categories in which this entry should be shown
+Categories=Networking,Utilities; \ No newline at end of file
diff --git a/wol_qt_icon.png b/wol_qt_icon.png
new file mode 100644
index 000000000000..91f08a42617f
--- /dev/null
+++ b/wol_qt_icon.png
Binary files differ