summaryrefslogtreecommitdiff
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
parentProperly setting toolbars! Yeah! (diff)
downloadrekonq-16ab5690568b926f226c3144cef207d9ef59fa17.tar.xz
Added .desktop file
-rw-r--r--TODO9
-rw-r--r--data/CMakeLists.txt5
-rw-r--r--data/rekonq.desktop8
3 files changed, 19 insertions, 3 deletions
diff --git a/TODO b/TODO
index a357e0c7..d05fa403 100644
--- a/TODO
+++ b/TODO
@@ -27,8 +27,11 @@ NEXT..
- contextMenu in searchbar to set different search engines
- save toolbars settings
- NEW save/load setting functions in KMainWIndow
-- improve CMakeLists.txt 4.4 required, 4.5 better..
++ improve CMakeLists.txt 4.4 required, 4.5 better..
- browse code to search TODO and FIXME
-- qDebug --> kWarning() / kDebug()!
-- dbus support
++ qDebug --> kWarning() / kDebug()!
+- dbus support
+ - kget support
+ - kwallet support
+ - kwrite support ( optional, to view HTML code )
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