foudfou

Results 148 comments of foudfou

@michal-karpinski I think your patch is interesting. How about _creating_ the file from the pixbuf ? See [gdk_pixbuf_save](https://developer.gnome.org/gdk-pixbuf/stable/gdk-pixbuf-File-saving.html#gdk-pixbuf-save). The code for creating the pixbuf should be factored from `modules/linux/FiretrayGtkStatusIcon.jsm`, probably...

hi @Noitidart ! OS-specific code is in `modules`. So you should probably create `modules/darwin` and `modules/ctypes/darwin`. But, before that, isn't there already dock support for OSX in FFX and TB...

Why not. I don't know what OSX user would appreciate it, as I feel the dock is the mainstream way to go, OSX users tend to be mainstream users... Besides,...

Hi all, can someone try to track down what version/commit of FireTray _or_ Thunderbird (TB) brought this ? I'd suggest to start with TB, and if TB is not in...

Hi, could you try with a different profile (`thunderbird -P`) ? Any messages in the JS-console ?

Yes, this is the JS-Console. You could also check `~/.thunderbird/BLABLA.default/prefs.js`. FireTray's preferences are stored in there.

Hi, thank you for reporting. Could you try the following patch: ``` --- a/modules/ctypes/ctypes-utils.jsm 2015-01-22 23:06:00.276105723 +0100 +++ b/modules/ctypes/ctypes-utils.jsm 2015-01-22 23:05:38.069037213 +0100 @@ -115,6 +115,7 @@ } var library; +...

@joelabair, @wunderlich, ok so what I'll need is [FireTray bebugging logs](/foudfou/FireTray/wiki/Submit-a-bug) (see the end). Basically, you need to build FireTray with debug enabled, and enable debug logging. You can post...

@joelabair one interesting thing is that libappindicator is used. What desktop environment are you using ? Can you try to unset the `with_appindicator` preference ? Is this all the log...

Does [v0.6.0](https://addons.mozilla.org/en-US/firefox/addon/firetray/versions/0.6.0) solve the issue ?