summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Lynch <rusty.lynch@intel.com>2012-06-13 10:25:12 -0700
committerRusty Lynch <rusty.lynch@intel.com>2012-06-13 10:25:12 -0700
commit205d0945c9f6cd72f40ec25e3ee645806771f35a (patch)
treed575f51b28da1d42dae2bce8ab475efaf7a4887a
parent90e6b7bc1f61a8c553c2d5d411889a77267c4df7 (diff)
downloaduxlaunch-205d0945c9f6cd72f40ec25e3ee645806771f35a.tar.gz
uxlaunch-205d0945c9f6cd72f40ec25e3ee645806771f35a.tar.bz2
uxlaunch-205d0945c9f6cd72f40ec25e3ee645806771f35a.zip
Change default desktop to just be xterm
-rw-r--r--packaging/uxlaunch.changes3
-rw-r--r--packaging/uxlaunch.config2
-rw-r--r--packaging/uxlaunch.spec5
-rw-r--r--packaging/xterm.desktop7
4 files changed, 16 insertions, 1 deletions
diff --git a/packaging/uxlaunch.changes b/packaging/uxlaunch.changes
index a42b77c..751fdfd 100644
--- a/packaging/uxlaunch.changes
+++ b/packaging/uxlaunch.changes
@@ -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.
diff --git a/packaging/uxlaunch.config b/packaging/uxlaunch.config
index 0d370e7..7e1dec5 100644
--- a/packaging/uxlaunch.config
+++ b/packaging/uxlaunch.config
@@ -1,2 +1,2 @@
user=root
-session=ux-ivi
+session=xterm
diff --git a/packaging/uxlaunch.spec b/packaging/uxlaunch.spec
index f265f1a..74a4a5d 100644
--- a/packaging/uxlaunch.spec
+++ b/packaging/uxlaunch.spec
@@ -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
index 0000000..c14391c
--- /dev/null
+++ b/packaging/xterm.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=xterm
+Comment=Xterm
+Type=XSession
+Icon=xterm
+Exec=/usr/bin/xterm