[oe-commits] Koen Kooi : e-wm-config-angstrom: disable desktop icons, we have the places module for that, automount volumes on insert and display them in efm

GIT User account git at amethyst.openembedded.net
Thu Jan 8 10:03:22 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8a6b8a482dcc3aeeac9aed0cd851e8face394fc8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8a6b8a482dcc3aeeac9aed0cd851e8face394fc8

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jan  8 10:55:52 2009 +0100

e-wm-config-angstrom: disable desktop icons, we have the places module for that, automount volumes on insert and display them in efm
* current look: http://www.flickr.com/photos/koenkooi/3179536590/

---

 packages/angstrom/e-wm-config-angstrom.bb          |    2 +-
 .../e-wm-config-angstrom/module.fileman.src        |    4 ++--
 .../e-wm-config-angstrom/module.places.src         |    5 +++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/packages/angstrom/e-wm-config-angstrom.bb b/packages/angstrom/e-wm-config-angstrom.bb
index 41ac92e..74110c2 100644
--- a/packages/angstrom/e-wm-config-angstrom.bb
+++ b/packages/angstrom/e-wm-config-angstrom.bb
@@ -3,7 +3,7 @@ LICENSE = "MIT/BSD"
 DEPENDS = "edje-native eet-native"
 RRECOMMENDS_${PN} = "places"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = " \
           file://e.src \
diff --git a/packages/angstrom/e-wm-config-angstrom/module.fileman.src b/packages/angstrom/e-wm-config-angstrom/module.fileman.src
index b52a1fb..b40eec6 100644
--- a/packages/angstrom/e-wm-config-angstrom/module.fileman.src
+++ b/packages/angstrom/e-wm-config-angstrom/module.fileman.src
@@ -10,8 +10,8 @@ group "Fileman_Config" struct {
   value "view.link_drop" uchar: 0;
   value "view.fit_custom_pos" uchar: 0;
   value "view.show_full_path" uchar: 0;
-  value "view.show_desktop_icons" uchar: 1;
-  value "view.show_toolbar" uchar: 0;
+  value "view.show_desktop_icons" uchar: 0;
+  value "view.show_toolbar" uchar: 1;
   value "icon.icon.w" int: 48;
   value "icon.icon.h" int: 48;
   value "icon.list.w" int: 16;
diff --git a/packages/angstrom/e-wm-config-angstrom/module.places.src b/packages/angstrom/e-wm-config-angstrom/module.places.src
index 03b547d..4fb01da 100644
--- a/packages/angstrom/e-wm-config-angstrom/module.places.src
+++ b/packages/angstrom/e-wm-config-angstrom/module.places.src
@@ -1,7 +1,8 @@
 group "Config" struct {
   value "version" int: 65679;
-  value "auto_mount" uchar: 0;
-  value "auto_open" uchar: 0;
+  value "fm" string: "";
+  value "auto_mount" uchar: 1;
+  value "auto_open" uchar: 1;
   group "conf_items" list {
     group "Config_Item" struct {
       value "id" string: "Places.1";





More information about the Openembedded-commits mailing list