Posts: 688
Threads: 49
Joined: Jul 2014
No,when Quit is clicked it will open a message. It should just quit.
Posts: 688
Threads: 49
Joined: Jul 2014
It's not working well when you have multiple users.
When I start it from terminal:
Code:
du: cannot read directory ‘/home/misko2/.thumbnails/’: Permission denied
That's because it will try to display cache size from all the users:
Code:
THUMBCACHESIZE=$(du -sh /home/*/.thumbnails/ | awk '{print $1}')
Posts: 8,895
Threads: 541
Joined: Feb 2014
Reputation:
5
Ok, I have limited this to per-user function. I think it's a more sensible approach as people will probably not want others messing with their home folder on multiple user systems.
Posts: 3,237
Threads: 125
Joined: Jul 2014
Reputation:
0
Hello,
Thank you everyone for the ideas and work in making the Lite Cleaner. 8)
Posts: 688
Threads: 49
Joined: Jul 2014
(09-15-2014, 04:59 PM)Valtam link Wrote: Ok, I have limited this to per-user function. I think it's a more sensible approach as people will probably not want others messing with their home folder on multiple user systems.
Cool, tested and it's all ok now.
That approach is much better.
One more thing.
Maybe you could make a contest on the forum for the design of that lite-cleaner icon.
This one looks a like a toaster that's stuck in the golf hole.