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' -- Gdk-WARNING **: XID collision, trouble ahead https://bugs.launchpad.net/bugs/401823 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
