Jump to content

Special:Badtitle/NS90:Talk:Dolphin/File Management/How do I eject a device that is not mounted?/reply (3)

From KDE UserBase Wiki
Revision as of 08:41, 7 January 2011 by Yurchor (talk | contribs)
  1. Create file eject.sh in a preferred folder (e.g. your home folder).
  2. Edit this file. Just add
    #!/bin/sh
    
    eject /dev/cdrom
    
    in it.
  3. Make the file executable through Properties of the context menu of Dolphin'.
  4. Make right mouse button click on Dolphin side bar.
  5. Choose Add item....
  6. Fill the fields of the window that appeared. Add Eject disk in Label field and the address of your script in Address field. Choose the appropriate icon.
  7. Click on OK.