diff options
author | Marius Avram <marius.avram@intel.com> | 2014-09-08 12:58:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-10 11:29:50 +0100 |
commit | da9bbcd2233057a0529005b9b2cc34aff65bc6e2 (patch) | |
tree | 09d3c7286206f2d19e2e04033ee85613624c304b /.gitignore | |
parent | c448bf3629ab5d930ed845d4ba48e37e4a85d2a3 (diff) | |
download | openembedded-core-da9bbcd2233057a0529005b9b2cc34aff65bc6e2.tar.gz openembedded-core-da9bbcd2233057a0529005b9b2cc34aff65bc6e2.tar.bz2 openembedded-core-da9bbcd2233057a0529005b9b2cc34aff65bc6e2.zip |
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>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions