diff options
author | John Lee <john_lee@openmoko.org> | 2008-04-23 14:45:39 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-04-23 14:45:39 +0000 |
commit | ee1b484770aa2486fb9211801c30e938c980c31f (patch) | |
tree | adf21a90f4b0bb8462061abb120b34dbe2b6ca29 /packages/openmoko2/openmoko-session2.bb | |
parent | 22c0d04ce6218456d754557fab60e7a15ee14758 (diff) |
task-openmoko-ui: changed the default theme to moko-gtk-engine
* made the necessary changes in openmoko-session2 as well
* get rid of the absent panel `keyboard'
applied changes from 3b6b1843395e3448c5ddd591cb8344e263767435
through 0a12911d208e234d792a9fb7bbe422af1645c2ba
Diffstat (limited to 'packages/openmoko2/openmoko-session2.bb')
-rw-r--r-- | packages/openmoko2/openmoko-session2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/openmoko2/openmoko-session2.bb b/packages/openmoko2/openmoko-session2.bb index 0218f31949..127de3aa28 100644 --- a/packages/openmoko2/openmoko-session2.bb +++ b/packages/openmoko2/openmoko-session2.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "matchbox-panel-2 openmoko-common2 openmoko-today2 openmoko-dialer2 openmoko-panel-memory" RCONFLICTS_${PN} = "openmoko-session matchbox-common" -PR = "r66" +PR = "r68" SRC_URI = "\ file://etc \ @@ -32,7 +32,7 @@ if [ "x$D" != "x" ]; then exit 1 fi -gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme openmoko-standard-2 +gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Moko gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/icon_theme openmoko-standard gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/font_name "Sans 5" gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/wallpaper ${datadir}/pixmaps/wallpaper.png |