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 ...
- 08-04-2009 #1
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?
- 08-04-2009 #2
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.
- 08-04-2009 #3
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:
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:sudo mv Desktop /home/user
If Desktop and its files are owned by root then you need to change it:Code:ls -l /home/user/Desktop
In all instances, you will of course change "user" to what your real user name is...Code:cd /home/user sudo chown -R user:user Desktop
Last edited by Dapper Dan; 08-04-2009 at 05:51 AM.
- 08-04-2009 #4
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.
- 08-05-2009 #5
I suppose you could try using nautilus as su:
Code:gksu nautilus /home/user
- 08-05-2009 #6
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
- 08-06-2009 #7
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
- 08-06-2009 #8
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
- 08-06-2009 #9Linux 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.
- 08-06-2009 #10Just Joined!
- Join Date
- Jan 2009
- Posts
- 6
Can't you just do "rm -r folder" to remove a container with items inside?


Reply With Quote