Special:Badtitle/NS90:Talk:Dolphin/File Management/How do I eject a device that is not mounted?/reply (3): Difference between revisions
Appearance
No edit summary |
|||
Line 1: | Line 1: | ||
# Create file '''eject.sh''' in a preferred folder (e.g. your home folder). | |||
# Edit this file. Just add {{Input|1=#!/bin/sh<br /> | |||
eject /dev/cdrom}}in it. | eject /dev/cdrom}}in it. | ||
# Make the file executable through <menuchoice>Properties</menuchoice> of the context menu of ''Dolphin'''. | |||
# Make right mouse button click on '''Dolphin''' side bar. | |||
# Choose <menuchoice>Add item...</menuchoice>. | |||
# Fill the fields of the window that appeared. Add '''''Eject disk''''' in <menuchoice>Label</menuchoice> field and the address of your script in <menuchoice>Address</menuchoice> field. Choose the appropriate icon. | |||
# Click on <menuchoice>OK</menuchoice>. |
Revision as of 08:40, 7 January 2011
- Create file eject.sh in a preferred folder (e.g. your home folder).
- Edit this file. Just add in it.
#!/bin/sh<br /> eject /dev/cdrom
- Make the file executable through of the context menu of Dolphin'.
- Make right mouse button click on Dolphin side bar.
- Choose .
- Fill the fields of the window that appeared. Add Eject disk in field and the address of your script in field. Choose the appropriate icon.
- Click on .