08-14-2015, 02:10 AM
Getting this error when trying to remove Firefox Cache:
![[Image: w7d2Pxu.png]](http://i.imgur.com/w7d2Pxu.png)
Here is a brief overview of the desktop:
![[Image: w7d2Pxu.png]](http://i.imgur.com/w7d2Pxu.png)
Here is a brief overview of the desktop:
![[Image: CInTj2u.png]](http://i.imgur.com/CInTj2u.png)
Want to thank me? Click my [Thank] link.
Lite Tweaks error on removing Firefox Cache
|
08-14-2015, 02:10 AM
Getting this error when trying to remove Firefox Cache:
![]() Here is a brief overview of the desktop: ![]()
Want to thank me? Click my [Thank] link.
08-14-2015, 06:25 AM
Can you run lite-tweaks from the command line please, and post the output.
Download your free copy of Linux Lite today.
Jerry Bezencon Linux Lite Creator "Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you." ![]() ![]() ![]() ![]() ![]()
08-14-2015, 12:43 PM
I got this:
Quote:torrey@tdw:~$ lite-tweaks When I did sudo lite-tweaks, I got the following, and I was able to clear the firefox cache that time: Quote:torrey@tdw:~$ sudo lite-tweaks
Want to thank me? Click my [Thank] link.
08-14-2015, 05:20 PM
Lets check some ownership. Please paste the output of both:
Code: ls -la and Code: find ~/.mozilla/ -not -user youruserhere -printf "%p %u\n" where youruserhere is your user.
Download your free copy of Linux Lite today.
Jerry Bezencon Linux Lite Creator "Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you." ![]() ![]() ![]() ![]() ![]()
08-14-2015, 05:38 PM
Quote:torrey@tdw:~$ ls -la Quote:torrey@tdw:~$ find ~/.mozilla/ -not -user torrey -printf "%p %u\n"
Want to thank me? Click my [Thank] link.
08-14-2015, 05:44 PM
Theres your issue. For what ever reason, root owns the:
/home/torrey/.mozilla/firefox/9nm53k9w.default/bookmarkbackups/bookmarks-2015-06-18_20_0kj6sIC5pDDn71vw4xMIfQ==.jsonlz4 file. Why does root own a file in your home folder?? Kinda concerning tbh. ![]()
Download your free copy of Linux Lite today.
Jerry Bezencon Linux Lite Creator "Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you." ![]() ![]() ![]() ![]() ![]()
08-18-2015, 12:26 AM
Let's change the ownership of it, and see what that produces in the future:
Code: sudo chown torrey:torrey /home/torrey/.mozilla/firefox/9nm53k9w.default/bookmarkbackups/bookmarks-2015-06-18_20_0kj6sIC5pDDn71vw4xMIfQ==.jsonlz4
Download your free copy of Linux Lite today.
Jerry Bezencon Linux Lite Creator "Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you." ![]() ![]() ![]() ![]() ![]()
08-18-2015, 12:35 AM
Ok. It's with my desktop computer. Travelling. Will make a note to do that when I get back in front of that computer.
Want to thank me? Click my [Thank] link.
08-27-2015, 07:53 PM
I ran your suggested chown command. Then I reran the find command. Nothing showed up this time. I did look at the same file via Thunar and the permissions were changed from root to my user account.
I'll let it rest as is. Thanks.
Want to thank me? Click my [Thank] link.
|
« Next Oldest | Next Newest »
|