Bug 127788 - kio media should diffentiate several device and have configuration for each of them
Summary: kio media should diffentiate several device and have configuration for each o...
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: media (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kevin Ottens
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-21 22:46 UTC by marseillai
Modified: 2006-06-12 12:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marseillai 2006-05-21 22:46:31 UTC
Version:            (using KDE KDE 3.5.2)
Installed from:    Ubuntu Packages0
OS:                Linux

a great feature for kde would be the possibility to differentiate several device and have a configuration for each of them. For example if I have a numerical camera, a usb hard drive and a usb key. when i plug the first time my camera it would ask me some questions like :
- where should it be mount
- wich script or application has to be launch after it is mount
- wich right must be apply

Then the second time I will plug this device the first proposition for this device should to mount it as a known device.

If i do this for each one of my removable device kde will be able to recognize them.

The device can be recognize using udev info and rules for each device store on the computer.
Comment 1 Kevin Ottens 2006-06-12 12:32:04 UTC
SVN commit 550578 by ervin:

Merge coolo's branch, it contains quite some fixes and interesting 
features. It'll be available in KDE 3.5.4, couldn't be committed before,
but thanks to the partial feature unfreeze...

FEATURE:
BUG: 50185
BUG: 105482
BUG: 108823
BUG: 114854
BUG: 120619
BUG: 121833
BUG: 127788
CCMAIL: coolo@kde.org


 M  +3 -2      Makefile.am  
 M  +7 -0      configure.in.in  
 M  +2 -2      kcmodule/managermodule.cpp  
 M  +4 -3      kcmodule/notifiermodule.cpp  
 M  +1 -1      kfile-plugin/kfile_media.desktop  
 M  +7 -2      kfile-plugin/kfilemediaplugin.cpp  
 M  +4 -0      libmediacommon/medium.cpp  
 M  +20 -1     libmediacommon/medium.h  
 M  +14 -1     mediaimpl.cpp  
 M  +643 -41   mediamanager/halbackend.cpp   [POSSIBLY UNSAFE: popen]
 M  +20 -0     mediamanager/halbackend.h  
 M  +72 -9     mediamanager/mediamanager.cpp  
 M  +8 -0      mediamanager/mediamanager.h  
 M  +6 -3      medianotifier/medianotifier.cpp  
 M  +1 -1      mounthelper/Makefile.am  
 M  +32 -19    mounthelper/kio_media_mounthelper.cpp  
 AM            propsdlgplugin (directory)   branches/work/coolos_media/propsdlgplugin#549689