]> code.ossystems Code Review - openembedded-core.git/commit
glib-2.0: fix mount detection
authorMarius Avram <marius.avram@intel.com>
Mon, 8 Sep 2014 11:58:42 +0000 (12:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Sep 2014 10:29:50 +0000 (11:29 +0100)
commitda9bbcd2233057a0529005b9b2cc34aff65bc6e2
tree09d3c7286206f2d19e2e04033ee85613624c304b
parentc448bf3629ab5d930ed845d4ba48e37e4a85d2a3
glib-2.0: fix mount detection

Currently a USB stick gets mounted on /run/media/sdX, where X is the
letter corresponding to a certain drive. In older builds of core-image-sato
it got mounted in /media/sdX. This change made the drives to not be
displayed in graphical applications which use glib-2.0 such as the
File Manager (pcmanfm). The reason is that the gio component of glib-2.0
which handles mounts contains a function which determines if a mount
is worthy to be displayed in the UI or not. The function is called
g_unix_mount_guess_should_display().

It expects a drive to be mounted in /run/media/<username>/sdX, but
in the current build the username part is missing in case a root user
is authenticated in the system.

The easiest solution is to allow the display of drives mounted in the
path used by the current configuration and that is /run/media/sdX.

[YOCTO #6492]

Signed-off-by: Marius Avram <marius.avram@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-2.0/glib-2.0/allow-run-media-sdX-drive-mount-if-username-root.patch [new file with mode: 0644]
meta/recipes-core/glib-2.0/glib-2.0_2.40.0.bb