Bug 351003 - No automount option for removable devices
Summary: No automount option for removable devices
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.3.2
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-05 18:29 UTC by Peter Tselios
Modified: 2015-08-20 22:35 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Tselios 2015-08-05 18:29:58 UTC
With KDE 4 (4.14.9), we can configure the behaviour of "Device Notifier", in such a way that we can automount removable media. 
This option is missing from KDE 5. 


Reproducible: Always

Steps to Reproduce:
1. Mount a USB stick
2. Manually mount it
3. Open System Settings dialog and search for the "Removable Media" section, you will not find it. 

Actual Results:  
Migrate that module from KDE 4 to KDE 5.

Expected Results:  
Auto-mount removable media.
Comment 1 Kai Uwe Broulik 2015-08-20 19:44:59 UTC
Git commit e8a571f09557e9cb597b466c1f61bdb4b68a6913 by Kai Uwe Broulik.
Committed on 20/08/2015 at 19:43.
Pushed by broulik into branch 'master'.

[solid-device-automounter] Port to KF5

CHANGELOG: Automatic mounting of external storage is now possible again

REVIEW: 124730
FIXED-IN: 5.5.0

M  +1    -1    CMakeLists.txt
A  +8    -0    solid-device-automounter/CMakeLists.txt
A  +346  -0    solid-device-automounter/COPYING
A  +23   -0    solid-device-automounter/SETTINGS
A  +23   -0    solid-device-automounter/kcm/CMakeLists.txt
A  +214  -0    solid-device-automounter/kcm/DeviceAutomounterKCM.cpp     [License: GPL (v2+)]
A  +57   -0    solid-device-automounter/kcm/DeviceAutomounterKCM.h     [License: GPL (v2+)]
A  +150  -0    solid-device-automounter/kcm/DeviceAutomounterKCM.ui
A  +310  -0    solid-device-automounter/kcm/DeviceModel.cpp     [License: UNKNOWN]  *
A  +57   -0    solid-device-automounter/kcm/DeviceModel.h     [License: UNKNOWN]  *
A  +16   -0    solid-device-automounter/kcm/LayoutSettings.kcfg
A  +4    -0    solid-device-automounter/kcm/LayoutSettings.kcfgc
A  +3    -0    solid-device-automounter/kcm/Messages.sh
A  +212  -0    solid-device-automounter/kcm/device_automounter_kcm.desktop
A  +11   -0    solid-device-automounter/kded/CMakeLists.txt
A  +101  -0    solid-device-automounter/kded/DeviceAutomounter.cpp     [License: GPL (v2+)]
A  +43   -0    solid-device-automounter/kded/DeviceAutomounter.h     [License: GPL (v2+)]
A  +146  -0    solid-device-automounter/kded/device_automounter.desktop
A  +106  -0    solid-device-automounter/lib/AutomounterSettings.cpp     [License: GPL (v2+)]
A  +47   -0    solid-device-automounter/lib/AutomounterSettings.h     [License: GPL (v2+)]
A  +21   -0    solid-device-automounter/lib/AutomounterSettingsBase.kcfg
A  +4    -0    solid-device-automounter/lib/AutomounterSettingsBase.kcfgc

The files marked with a * at the end have a non valid license. Please read: http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page.


http://commits.kde.org/plasma-desktop/e8a571f09557e9cb597b466c1f61bdb4b68a6913