View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#196
Originally Posted by Sasler View Post
I believe that Storage Usage incorrectly marks some optified packages as non optified. For example python2 and openttd. You can check this by trying to go to the path shown in Storage Usage with X Terminal. If it changed to /home/opt/something, then you know that it is optified.
I'd guess it flags any package which uses more than X amount of rootfs (python2 has the main python library on rootfs, taking up over a meg), for some value of X. It's not entirely correct though, as it flags the other python libraries as well, but they're actually bind mounted from within /opt.