[Pkg-maemo-commits] r288 ./hildon-desktop/ubuntu: * Update start-hildon to use the mobilebasic theme if it is available.
Tollef Fog Heen
tfheen at err.no
Mon Jul 30 11:08:21 UTC 2007
------------------------------------------------------------
revno: 288
committer: Tollef Fog Heen <tfheen at err.no>
branch nick: hildon-desktop
timestamp: Mon 2007-07-30 13:08:21 +0200
message:
* Update start-hildon to use the mobilebasic theme if it is available.
modified:
debian/changelog
debian/start-hildon
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog 2007-07-20 08:21:00 +0000
+++ b/debian/changelog 2007-07-30 11:08:21 +0000
@@ -1,3 +1,9 @@
+hildon-desktop (0.0.21-1ubuntu2) UNRELEASED; urgency=low
+
+ * Update start-hildon to use the mobilebasic theme if it is available.
+
+ -- Tollef Fog Heen <tfheen at ubuntu.com> Mon, 30 Jul 2007 13:08:05 +0200
+
hildon-desktop (0.0.21-1ubuntu1) gutsy; urgency=low
* Merge from upstream.
=== modified file 'debian/start-hildon'
--- a/debian/start-hildon 2007-06-29 09:04:40 +0000
+++ b/debian/start-hildon 2007-07-30 11:08:21 +0000
@@ -1,7 +1,11 @@
#!/bin/bash
PREFIX=/usr
+
THEME=${PREFIX}/share/themes/plankton
+if [ -d ${PREFIX}/share/themes/mobilebasic ]; then
+ THEME=${PREFIX}/share/themes/mobilebasic
+fi
export DISPLAY=:1
More information about the Pkg-maemo-commits
mailing list