Add the system .desktop files for tz-launcher
authorManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Fri, 11 Apr 2014 09:07:42 +0000 (11:07 +0200)
committerNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Fri, 11 Apr 2014 09:45:12 +0000 (11:45 +0200)
Change-Id: I280b7b6c517532b401b213a0f086a29e51dce9ab
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
applications/tizen/calculator.desktop [new file with mode: 0644]
applications/tizen/launcher.conf [new file with mode: 0644]
applications/tizen/video.desktop [new file with mode: 0644]
applications/tizen/web-browser.desktop [new file with mode: 0644]
applications/tizen/webcam.desktop [new file with mode: 0644]
applications/tizen/weston-terminal.desktop [new file with mode: 0644]
packaging/desktop-skin.spec

diff --git a/applications/tizen/calculator.desktop b/applications/tizen/calculator.desktop
new file mode 100644 (file)
index 0000000..9fbec4d
--- /dev/null
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Name=Calculator
+Type=Application
+Exec=/usr/apps/org.tizen.calculator/bin/calculator
+Icon=/usr/share/icons/tizen/32x32/calculator.png
diff --git a/applications/tizen/launcher.conf b/applications/tizen/launcher.conf
new file mode 100644 (file)
index 0000000..0e185a6
--- /dev/null
@@ -0,0 +1,5 @@
+/usr/share/applications/tizen/weston-terminal.desktop
+/usr/share/applications/tizen/webcam.desktop
+/usr/share/applications/tizen/video.desktop
+/usr/share/applications/tizen/calculator.desktop
+/usr/share/applications/tizen/web-browser.desktop
diff --git a/applications/tizen/video.desktop b/applications/tizen/video.desktop
new file mode 100644 (file)
index 0000000..6dbdd19
--- /dev/null
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Name=Video
+Type=Application
+Exec=/usr/bin/launch_video.sh
+Icon=/usr/share/icons/tizen/32x32/video.png
diff --git a/applications/tizen/web-browser.desktop b/applications/tizen/web-browser.desktop
new file mode 100644 (file)
index 0000000..e1c79c0
--- /dev/null
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Name=Web Browser
+Type=Application
+Exec=/usr/lib64/xwalk/xwalk http://www.google.com
+Icon=/usr/share/icons/tizen/32x32/web-browser.png
diff --git a/applications/tizen/webcam.desktop b/applications/tizen/webcam.desktop
new file mode 100644 (file)
index 0000000..037196e
--- /dev/null
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Name=Webcam
+Type=Application
+Exec=/usr/bin/launch_cam.sh
+Icon=/usr/share/icons/tizen/32x32/webcam.png
diff --git a/applications/tizen/weston-terminal.desktop b/applications/tizen/weston-terminal.desktop
new file mode 100644 (file)
index 0000000..8b1225e
--- /dev/null
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Name=Weston Terminal
+Type=Application
+Exec=/usr/bin/weston-terminal
+Icon=/usr/share/icons/tizen/32x32/terminal.png
index 164bf2c..f15d25e 100644 (file)
@@ -34,6 +34,9 @@ install -m 644 Photos/* %{buildroot}%{USERHOME}/Photos
 mkdir -p %{buildroot}%{_datadir}/icons/tizen/32x32
 install -m 644 icons/tizen/32x32/* %{buildroot}%{_datadir}/icons/tizen/32x32
 
+mkdir -p %{buildroot}%{_datadir}/applications/tizen
+install -m 644 applications/tizen/* %{buildroot}%{_datadir}/applications/tizen
+
 mkdir -p %{buildroot}%{_datadir}/backgrounds/tizen
 install -m 644  backgrounds/tizen/golfe-morbihan.jpg %{buildroot}%{_datadir}/backgrounds/tizen/golfe-morbihan.jpg
 
@@ -50,4 +53,6 @@ chown -R app:app %{USERHOME}
 
 %{_datadir}/icons/tizen/32x32/*
 
+%{_datadir}/applications/tizen/*
+
 %{_datadir}/backgrounds/tizen/golfe-morbihan.jpg