| Summary: | No automount option for removable devices | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Peter Tselios <ptselios> | 
| Component: | general | Assignee: | David Edmundson <kde> | 
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bshah, plasma-bugs-null, simonandric5 | 
| Priority: | NOR | ||
| Version First Reported In: | 5.3.2 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/plasma-desktop/e8a571f09557e9cb597b466c1f61bdb4b68a6913 | Version Fixed/Implemented In: | 5.5.0 | 
| Sentry Crash Report: | |||
| 
 
        
          Description
        
        
          Peter Tselios
        
        
        
        
          2015-08-05 18:29:58 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  |