Find the answer to your Linux question:
Results 1 to 2 of 2
I am hoping that I can remove some of the icons that load on my desktop, when I try it says I don't have permission. The icons are the partitions ...
  1. #1
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958

    Icons on desktop

    I am hoping that I can remove some of the icons that load on my desktop, when I try it says I don't have permission. The icons are the partitions of the hard drive, sda2 (windows partition) and two random ones, DellUtility and DellRestore.

    I also wanted to know how to empty the trash from the prompt. Thanks everyone


    jmadero

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Open a terminal and type:
    Code:
    gconf-editor
    ...and press "enter." Then go under "apps" -- "nautilus" -- "desktop."
    Look for where it says " volumes_visible" and uncheck it. That should take away those icons.

    Empty trash from the command line? As regular user (not as root unless you are sure of what you are doing!)...
    Code:
    rm -rf .Trash/*
    will do it.
    Linux Mint + IceWM Registered:#371367 New Members: click here

Posting Permissions

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