The horribly bad thing about this bug as people have probably noticed is that trying to delete the .xsession-errors file will not recover the free space. This is due to how linux/unix handles deletions through unlink such that the space is not freed until the every process with a file handle to that file has been terminated. In the case of .xsession- errors it means the user has to log off or restart in order for that to happen. The solution I found was to open a terminal and run:
echo > ~/.xsession-errors -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/883464 Title: remmina fills up ~/.xsession-errors when network connection is lost To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/883464/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs