summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-20 23:38:00 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-20 23:38:00 +0100
commit16ab5690568b926f226c3144cef207d9ef59fa17 (patch)
tree677f1fd90d81e24c23a28c4b36fafba7d7d921fa /data
parentProperly setting toolbars! Yeah! (diff)
downloadrekonq-16ab5690568b926f226c3144cef207d9ef59fa17.tar.xz
Added .desktop file
Diffstat (limited to 'data')
-rw-r--r--data/CMakeLists.txt5
-rw-r--r--data/rekonq.desktop8
2 files changed, 13 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 2882b681..41c9995f 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -3,3 +3,8 @@ INSTALL( FILES
loading.gif
DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics
)
+
+INSTALL( FILES
+ rekonq.desktop
+ DESTINATION ${XDG_APPS_INSTALL_DIR}
+)
diff --git a/data/rekonq.desktop b/data/rekonq.desktop
new file mode 100644
index 00000000..4d22c75f
--- /dev/null
+++ b/data/rekonq.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=rekonq
+GenericName=Webkit KDE Browser
+Icon=rekonq
+Type=Application
+Exec=rekonq %u
+X-DocPath=rekonq/index.html
+Categories=Qt;KDE;Network; \ No newline at end of file