Comment 165 for bug 401823

Revision history for this message
The Compiler (florianbruh-deactivatedaccount) wrote :

What's the * for? You don't really want to remove every file starting with ".xsession-errors", you ONLY want to remove the file ".xsession-errors". I'd suggest doing:

sh -c 'rm -f ~/.xsession-errors'