LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   LXLE file explorer issue (https://www.linuxquestions.org/questions/linux-newbie-8/lxle-file-explorer-issue-4175554362/)

ramsforums 09-24-2015 02:49 AM

LXLE file explorer issue
 
1 Attachment(s)
Greetings

I have installed LXLE on my netbook. After installing while creating user (admin) by default LXLE filled user name with qwerty. So I replaced 'qwerty' in user name with my own name and set password and installation successful.

When I open file explorer, When I click documents on file explorer I get the following dialog box.(refer to the attachment)


When click the Home folder, Home folder points to

Code:

/home/rama
How do I fix?

Thank you

maples 09-25-2015 07:53 AM

Did you change the user's home directory, and the permissions?

As root:
Code:

mv /home/old_username/ /home/new_username
chown new_username:new_username -R /home/new_username


ondoho 09-25-2015 02:14 PM

...or, maybe before you do that, open a terminal and enter these two commands:
Code:

whoami
ls -al

and copy-paste the output here, in code tags please.

ramsforums 09-26-2015 09:12 AM

solved.. credit goes to ronniew

Right click on them and remove the folder from pcmanfm then readd them using the 'bookmarks' menu in pcmanfm and please join the lxle forum. One extra step to help a small forum team out isn't too much to ask.


All times are GMT -5. The time now is 10:50 AM.