The bug also appears in Edgy. As Manuel in Dapper, I get 'thunderbird' in ~/.kde/share/config/ksmserverrc and after a session restart I can see the same error line in ~/.xsession-errors:
Could not find 'thunderbird' executable. I played a bit with the problem. If a 'thunderbird' executable is not found, I created one. I added a symlink in /usr/local/bin ln -s /usr/bin/mozilla-thunderbird /usr/local/bin/thunderbird After another session restart, there was still no thunderbird, but the error in ~/.xsession-errors had changed: run-mozilla.sh: Cannot execute /usr/lib/mozilla-thunderbird/thunderbird- bin. So, another symlink to create it ln -s /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin /usr/lib /mozilla-thunderbird/thunderbird-bin Now thunderbird is run with every session reload. Hope this helps. -- Mozilla Thunderbird doesn't restart when Kubuntu session is reloaded https://launchpad.net/bugs/49534 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
