Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 18
Hey, uh... Guys. Sort of a dumb thing, but... uh, I accidentally moved my desktop (usually: /home/user/desktop,) To 'my videos.' It was a simple click and drag error. I can't ...
  1. #1
    Linux Newbie DaCalebMan's Avatar
    Join Date
    Jun 2009
    Location
    Mengwi, Bali, Indonesia
    Posts
    148

    Red face I'm an idiot.

    Hey, uh... Guys.

    Sort of a dumb thing, but... uh, I accidentally moved my desktop
    (usually: /home/user/desktop,) To 'my videos.' It was a simple click and drag error.
    I can't delete it, unless with Root, but I can't find it in Root.

    Anyone here done this before?

  2. #2
    Linux Newbie DaCalebMan's Avatar
    Join Date
    Jun 2009
    Location
    Mengwi, Bali, Indonesia
    Posts
    148

    Thumbs down Negative on that.

    Okay, I found my home.
    I wonder why sudo nautilus is set to root home as default.
    Okay anyway, I cut and pasted my desktop back into my home folder, but even root won't let me.

    What do I do!

    Please help.

  3. #3
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Won't let you paste Desktop back into your home folder or won't let you use it? If you can't move it, open a terminal and cd to inside the same directory where Desktop now is... then:
    Code:
    sudo mv Desktop /home/user
    If you already have moved it and just can't get it to work or open, it's likely an ownership issue. Check that with:
    Code:
    ls -l /home/user/Desktop
    If Desktop and its files are owned by root then you need to change it:
    Code:
    cd /home/user
    sudo chown -R user:user Desktop
    In all instances, you will of course change "user" to what your real user name is...
    Last edited by Dapper Dan; 08-04-2009 at 05:51 AM.
    Linux Mint + IceWM Registered:#371367 New Members: click here

  4. #4
    Linux Newbie DaCalebMan's Avatar
    Join Date
    Jun 2009
    Location
    Mengwi, Bali, Indonesia
    Posts
    148

    Still nothing

    I can't believe it!

    I tried all of them but still, nothing!
    How can I simply click and drag the desktop into any folder but not drag it back?

    I'm gonna' ask the Ubuntu foundation about this and see if it can be fixed.

    Still, if you have any suggestsions, I wont hesitate to try them.

  5. #5
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    I suppose you could try using nautilus as su:
    Code:
    gksu nautilus /home/user
    Linux Mint + IceWM Registered:#371367 New Members: click here

  6. #6
    Linux Newbie DaCalebMan's Avatar
    Join Date
    Jun 2009
    Location
    Mengwi, Bali, Indonesia
    Posts
    148

    Thumbs up UH! It almost worked!

    Hey that almost worked!

    It allowed me to 'cut' and 'paste' the desktop back, but the end result is the same. It actually copies. Root won't let me delete it.

    Thanks anyway! I really appreciate you taking the time to help me out.

    ~Caleb

  7. #7
    Linux Newbie DaCalebMan's Avatar
    Join Date
    Jun 2009
    Location
    Mengwi, Bali, Indonesia
    Posts
    148

    Talking Desktop?

    Hey guys,

    I've accidentally click and dragge
    I just wanted to ask if there is a Desktop config file. One that contols the synchronization between The Desktop and Desktop folder. Because not even root will let me move it back.

    Thanks!
    ~Caleb

  8. #8
    Just Joined! teenytinylinuxgrl's Avatar
    Join Date
    Jul 2009
    Location
    florida
    Posts
    78
    Is that Gnome or KDE or Xfce or what? Drag-and-drop is perfectly normal in some of those, isn't it? I do it in LXDE routinely (as root sometimes, when necessary).

    Amy

  9. #9
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    I think this post is a dupe. Anyway, even root might have trouble deleting a file that's in use, and a directory that's not empty can't be deleted.

    Are you comfortable to work with command line tools yet? The use of Midnight Commander (mc) in text mode (sudo init 3) might get the job done.

  10. #10
    Just Joined!
    Join Date
    Jan 2009
    Posts
    6
    Can't you just do "rm -r folder" to remove a container with items inside?

Page 1 of 2 1 2 LastLast

Posting Permissions

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