spymastermatt / thunderbird-monterail

A set of themes for thunderbird inspired by a Monterail blog post
GNU General Public License v3.0
1.05k stars 76 forks source link

No changes when applying the theme #75

Open sgouros opened 7 years ago

sgouros commented 7 years ago

Hello

Followed the instructions but no changes take place even after restarting. It seems that chrome folder is ignored. Any ideas?

Thunderbird version: 52.3.0 on Ubuntu Gnome 16.04 LTS

Here's the console output in case it helps

Could not read chrome manifest 'file:///usr/lib/thunderbird/chrome.manifest'.
Use of nsIDOMWindowInternal is deprecated. Use nsIDOMWindow instead.  bootstrap.js:110:18
WARN messagingmenu: The required libraries aren't available  MessagingMenuModule.jsm:700
SyntaxError: function statement requires a name
Stack trace:
loadIntoWindow@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///home/sgouros/.thunderbird/wqao80gn.default/extensions/%7B03B08592-E5B4-45ff-A0BE-C1D975458688%7D.xpi!/bootstrap.js:61:16
onLoad@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///home/sgouros/.thunderbird/wqao80gn.default/extensions/%7B03B08592-E5B4-45ff-A0BE-C1D975458688%7D.xpi!/bootstrap.js:113:4
  bootstrap.js:67:5
Empty string passed to getElementById().  toolbar.xml:330:27
danielalmeidagoncalves commented 6 years ago

the same here! don't know what is missing so that thunderbird could recognize the theme.

danielalmeidagoncalves commented 6 years ago

Ok, so it seems that you have to edit your profile.ini file (my was under /home/[user]/.thunderbird and here you have this configs:

[Profile0]
Name=default
IsRelative=1
Path=SomeRandomString
Default=1

You can change the Path to your Monterail unziped folder, only with this thunderbird can read the styles from the chrome folder and apply it as his default theme. Hope this helps.