> Hi, > > I'm trying to write a little desktop file that will allow me just to > mount newly inserted devices, rather than to open them with Dolphin. I > can see roughly how to do this, but have two questions: > > (i) Is there some local place one can put such files, instead of > /usr/share/kde4/apps/solid/actions/? I've tried putting the file in > .kde/share/kde4/apps/solid/actions/, but that didn't work, and I also > tried .kde/share/apps/solid/actions/. > > (ii) How on earth would one go about just mounting the device? Is there > some call to hal or whatever that can be made? Modifying device actions does not work for you? System Settings -> Advanced -> Device Actions add -> name = "Mount only" command=/bin/true fill the same parameters as in "Open with File Manager" this is what I'm using and works fine for me, but I don't know if this is not only KDE 4.3 feature. PS: it updates KDE configuration, but still needs logout & login Michal