If you have 10k rep on AskUbuntu, you can see this answer, which I deleted, because I'm apparently wrong.
Basically, a user's question was about how to change permissions of theme files in /usr/share/themes
so they could be opened for writing.
I answered that sudo chmod a+rw /usr/share/themes
would do the trick, and admittedly gksudo whateveryouwannado
might be the better option, but I probably take a lot of risks with my system that others don't with theirs (and got yelled at by muru for it).
Specifics aside, due solely to the existence of themes
in /usr/share/
, I was convinced /usr/share
was for stuff writable by all users, like themes, about which I stand corrected.
So, where should packages / I put stuff that should be writable and readable by all users? (Pretending for a moment that security is not an issue, which it isn't for me.)