Re: how to install additional plasmoids/widgets
Hm, your permissions look fine.
And the du command is perhaps not so useful here. Try
first to see how much space you have left on your device. If there is plenty of it then we've got to look elsewhere. If your system is full you _may_ want to have a look at
to see which subdirectory in tmp is hogging space. Either delete it (if it is safe to so) or reboot.
Hm, your permissions look fine.
And the du command is perhaps not so useful here. Try
Code:
df -h /tmp
Code:
du -c /tmp
Comment