Change default desktop to just be xterm
authorRusty Lynch <rusty.lynch@intel.com>
Wed, 13 Jun 2012 17:25:12 +0000 (10:25 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Wed, 13 Jun 2012 17:25:12 +0000 (10:25 -0700)
packaging/uxlaunch.changes
packaging/uxlaunch.config
packaging/uxlaunch.spec
packaging/xterm.desktop [new file with mode: 0644]

index a42b77c..751fdfd 100644 (file)
@@ -1,3 +1,6 @@
+* Wed Jun 13 2012 Rusty Lynch <rusty.lynch@intel.com> - 0.64
+- Change the default desktop to just be xterm
+
 * Wed May 30 2012 Junfeng Dong <junfeng.dong@intel.com>
 - Clean up spec file for packaging.
 
index 0d370e7..7e1dec5 100644 (file)
@@ -1,2 +1,2 @@
 user=root
-session=ux-ivi
+session=xterm
index f265f1a..74a4a5d 100644 (file)
@@ -7,6 +7,7 @@ License:    GPLv2
 URL:        http://www.tizen.org
 Source0:    %{name}-%{version}.tar.gz
 Source1:    uxlaunch.config
+Source2:    xterm.config
 Requires(preun): systemd
 Requires(post): systemd
 Requires(postun): systemd
@@ -47,6 +48,9 @@ ln -s ../uxlaunch.service %{buildroot}/%{_lib}/systemd/system/graphical.target.w
 install -D -p -m 0644 %{SOURCE1} \
     %{buildroot}%{_sysconfdir}/sysconfig/uxlaunch
 
+install -D -p -m 0644 %{SOURCE1} \
+    %{buildroot}%{_datadir}/xsessions/xterm.desktop
+
 %preun
 if [ $1 == 0 ]; then
     systemctl stop uxlaunch.service
@@ -67,6 +71,7 @@ systemctl daemon-reload
 %config(noreplace) %{_sysconfdir}/sysconfig/uxlaunch
 %doc %{_mandir}/man1/uxlaunch.1*
 %{_datadir}/uxlaunch/dmi-dpi
+%{_datadir}/xsessions/xterm.desktop
 /lib/systemd/system/uxlaunch.service
 /lib/systemd/system/graphical.target.wants/uxlaunch.service
 
diff --git a/packaging/xterm.desktop b/packaging/xterm.desktop
new file mode 100644 (file)
index 0000000..c14391c
--- /dev/null
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=xterm
+Comment=Xterm 
+Type=XSession
+Icon=xterm
+Exec=/usr/bin/xterm