Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 448404

Summary: KDE should mount in /run/media/$user
Product: Gentoo Linux Reporter: Andreis Vinogradovs ( slepnoga ) <andreis.vinogradovs>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andreis Vinogradovs ( slepnoga ) 2012-12-24 12:45:03 UTC
Change mounts removable according to DE, i.e
kde mount to /media
xfce mount to /run/media/$user
gnome mount to /run/media/$user

It's very strange and confused more users, contrary to standard FHS and added in tree wothout any news or warnings. 
In my opinion, these changes must be at least documented,but rather to prevent the bundle distribution consistency.

P.S It is also possible that it broke more selinux-policy package
Comment 1 Rafał Mużyło 2012-12-24 14:50:55 UTC
It's not 'according to DE'.
udisks2 mounts to /run/media/$user.
IIRC, udisks:0 still mounts to /media.
Comment 2 Ian Whyman (thev00d00) (RETIRED) gentoo-dev 2012-12-26 10:45:13 UTC
Rafał is correct.

Emerge kde-base/kdelibs with USE="udisks2" and you should get your desired behaviour.