09-15-2014, 04:26 PM
It's not working well when you have multiple users.
When I start it from terminal:
That's because it will try to display cache size from all the users:
When I start it from terminal:
Code:
du: cannot read directory ‘/home/misko2/.thumbnails/’: Permission denied
Code:
THUMBCACHESIZE=$(du -sh /home/*/.thumbnails/ | awk '{print $1}')