Affected Systems:
Linux 14.04
<br>
Problem:
Customer receives dialog box on user and admin OS accounts that EFI (/boot)is full.
<br>
Workaround:
- Give user account rights to /run/user/
Open Terminal
As admin: sudo chown user -R /run/user - Disable housekeeping on admin account
gsettings set org.gnome.settings-daemon.plugins.housekeeping active false - Disable housekeeping on user account
su user
gsettings set org.gnome.settings-daemon.plugins.housekeeping active false