e-wm-config-angstrom: disable desktop icons, we have the places module for that,...
authorKoen Kooi <koen@openembedded.org>
Thu, 8 Jan 2009 09:55:52 +0000 (10:55 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 8 Jan 2009 09:55:52 +0000 (10:55 +0100)
* current look: http://www.flickr.com/photos/koenkooi/3179536590/

packages/angstrom/e-wm-config-angstrom.bb
packages/angstrom/e-wm-config-angstrom/module.fileman.src
packages/angstrom/e-wm-config-angstrom/module.places.src

index 41ac92e..74110c2 100644 (file)
@@ -3,7 +3,7 @@ LICENSE = "MIT/BSD"
 DEPENDS = "edje-native eet-native"
 RRECOMMENDS_${PN} = "places"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = " \
           file://e.src \
index b52a1fb..b40eec6 100644 (file)
@@ -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;
index 03b547d..4fb01da 100644 (file)
@@ -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";