From: Koen Kooi Date: Thu, 8 Jan 2009 09:55:52 +0000 (+0100) Subject: e-wm-config-angstrom: disable desktop icons, we have the places module for that,... X-Git-Tag: Release-2010-05/1~4512 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a6b8a482dcc3aeeac9aed0cd851e8face394fc8;p=openembedded.git 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/ --- diff --git a/packages/angstrom/e-wm-config-angstrom.bb b/packages/angstrom/e-wm-config-angstrom.bb index 41ac92e44f..74110c2c99 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 b52a1fb111..b40eec6129 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 03b547d60c..4fb01da0d0 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";