Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242384 - gnome-base/gnome-volume-manager - enable multiuser when supported
Summary: gnome-base/gnome-volume-manager - enable multiuser when supported
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 19:09 UTC by Marcus Isaksson
Modified: 2008-10-19 10:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed patch (gvm-2.22.5.patch,511 bytes, patch)
2008-10-16 19:11 UTC, Marcus Isaksson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Isaksson 2008-10-16 19:09:01 UTC
The gnome volume manager should not be configured with --disable-multiuser if sys-auth/pambase is installed with USE=consolekit.

Multiuser support is needed for proper handling of USB mounting when multiple users are logged in.
Comment 1 Marcus Isaksson 2008-10-16 19:11:24 UTC
Created attachment 168700 [details, diff]
Proposed patch
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-10-17 06:48:12 UTC
unless we badly read the code back then (configure.ac), multiuser has nothing to do with consolekit, it used pam_console which is completely different.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-10-19 10:17:31 UTC
fixed in 2.22.5 without a bump. g-v-m actually uses consolekit now for this and falls back to the old way (pam_console) if it can't chat with consolekit. I didn't add pambase check because absence of it falls back nicely. If user changed this on a per package basis, well he/she got what he/she wanted I guess.