Results 1 to 7 of 7

Thread: Dolphins places

  1. #1
    Join Date
    Sep 2007
    Beans
    47

    Dolphins places

    Hi
    is there a way to rename items in the places-sidebar? i mean the one for mountend harddrives, the names are too long e.g. "X.Z GiB Hard Drive" what cauese them to be scaled down to allow caption to fit in. i would like to make the names smaller e.g. "C" so the icons can be scaled up again.
    thanks

  2. #2
    Join Date
    Jun 2009
    Location
    Orlando, Florida
    Beans
    201
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Dolphins places

    After adding the location to the places panel just right click on the icon and click “Edit.” Change the “description” and it will rename it. Very simple.

  3. #3
    Join Date
    Sep 2007
    Beans
    47

    Re: Dolphins places

    Hi
    thank you for your reply but this does not work on mounted devices only folders imho.

  4. #4
    Join Date
    Dec 2006
    Beans
    1,089

    Re: Dolphins places

    I think Dolphin looks for a device 'label' to use, and if there isn't one then it just uses the size of the drive to name it by. You can label a drive with...
    Code:
    e2label <device> <name>
    
    eg.
    e2label /dev/sda5 Music
    ...which has to be done as root, and you can reboot for it to work.

  5. #5
    Join Date
    Sep 2007
    Beans
    47

    Re: Dolphins places

    hi
    thanks for answering but e2label works only on ext2/ext3 drives.
    any otherway? maybe editing the fstab file?

  6. #6
    Join Date
    Dec 2006
    Beans
    1,089

    Re: Dolphins places

    If your drive is ntfs, then you could try ntfslabel as described here...

    http://linux.die.net/man/8/ntfslabel

    I don't have any ntfs drives so i haven't tried it myself.

  7. #7
    Join Date
    Sep 2007
    Beans
    47

    Re: Dolphins places

    found it !!!
    use ntfslabel instead

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •