New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thunderbird 3.1.x doesn't start in AppVM #80

Closed
marmarek opened this Issue Mar 8, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 4 Nov 2010 19:51 UTC
This is a known bug in Thunderbird 3.1.x which is present when the user's home directory (and specifically the Thunderbird's profile) is referenced using a symlink, which is the case in Qubes (/home is a symlink to /rw/home).

A quick workaround is to manually edit the extensions.ini file, so that it used absolute path(s) without symlinks (/rw/home, rather /home), so e.g. this is fragment of my extensions.ini file after the fix:

[ExtensionDirs]
Extension0=/rw/home/user/thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}

Migrated-From: https://wiki.qubes-os.org/ticket/80

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 12 Mar 2011 18:57 UTC
Thunderbird 3.1.7 works without any workaround.

Fixed:
https://bugzilla.mozilla.org/show_bug.cgi?id=575605

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 12 Mar 2011 18:57 UTC
Thunderbird 3.1.7 works without any workaround.

Fixed:
https://bugzilla.mozilla.org/show_bug.cgi?id=575605

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by marmarek on 15 Mar 2011 18:08 UTC

Member

marmarek commented Mar 8, 2015

Modified by marmarek on 15 Mar 2011 18:08 UTC

@marmarek marmarek added the worksforme label Mar 8, 2015

@marmarek marmarek closed this Mar 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment