I must've clicked and dragged by mistake because now my Documents folder is inside my Downloads folder. When I drag the folder to the side pane, it simply creates a link there to the /home/kris/Downloads/Documents folder. How do I get it back the way it was (not as a subdirectory)?
(09-20-2019, 10:14 PM)kris84 link Wrote: [ -> ]I must've clicked and dragged by mistake because now my Documents folder is inside my Downloads folder. When I drag the folder to the side pane, it simply creates a link there to the /home/kris/Downloads/Documents folder. How do I get it back the way it was (not as a subdirectory)?
[member=6848]kris84[/member]
Try right click Documents cut, go up a level (/home/kris) and paste..
or in terminal...
Code:
mv /home/kris/Downloads/Documents /home/kris/
if you get a permissions error use sudo
Code:
sudo mv /home/kris/Downloads/Documents /home/kris/
That worked! Thanks! I think I panicked too much to think of such a simple solution.

(09-20-2019, 11:01 PM)kris84 link Wrote: [ -> ]That worked! Thanks! I think I panicked too much to think of such a simple solution. 
[member=6848]kris84[/member] Good to hear!!!
Never hurts to try the simple things 1st.. But if panicked the forum is here