foudfou / FireTray

Mozilla icon tray. DISCONTINUED
https://foudfou.github.io/FireTray/
Other
102 stars 64 forks source link

Does not minimize to tray or close to tray. #174

Closed aquada closed 9 years ago

aquada commented 9 years ago

KDE 4.12 Linux Mint 17 .1 Firetray Does not minimize to tray or close to tray.

Firetray 0.5.4 Thunderbird 31.5.0 If closing Thunderbird with close to tray selected, Thunderbird will completely close If minimizing Thunderbird with Minimize to tray selected, thunderbird minimizes normally and not to tray.

foudfou commented 9 years ago

Hi, anything in the JS-Console ? FireTray used to work with a previous version ?

aquada commented 9 years ago

I haven't tried previous version.

Out put from terminal is (process:3854): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

(thunderbird:3854): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::sm-connect after class was initialised

(thunderbird:3854): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised

(thunderbird:3854): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::display after class was initialised

(thunderbird:3854): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::default-icon after class was initialised

How do I get an output from js-console?

I also noticed that the right click menu from the icon does not work at all. The options are displayed, but unable to action.

On 22/03/15 22:01, foudfou wrote:

Hi, anything in the JS-Console ? FireTray used to work with a previous version ?

— Reply to this email directly or view it on GitHub https://github.com/foudfou/FireTray/issues/174#issuecomment-84689283.

aquada commented 9 years ago

Additional errors on closing TB

6:1:10.525 ERROR firetray.FiretrayWindow unknown window while lookup 6:1:10.526 ERROR firetray.Window can't unregister unknown window null

On 22/03/15 22:01, foudfou wrote:

Hi, anything in the JS-Console ? FireTray used to work with a previous version ?

— Reply to this email directly or view it on GitHub https://github.com/foudfou/FireTray/issues/174#issuecomment-84689283.

foudfou commented 9 years ago

JS-Console aka Error Console is in Tools > Error Console Ctrl-Shioft-J. Could you try with mode debug output ?

aquada commented 9 years ago

Timestamp: 23/03/15 13:04:32 Error: missing ; before statement Source File: resource://firetray/logging.jsm Line: 3, Column: 4 Source Code: set FIRETRAY_LOG_LEVEL = "All";

I edited logging.jsm and added the line above to the top of the file. I now get this error pointing to the "F" in FIRETRAY, any ideas?

On 23/03/15 12:43, foudfou wrote:

JS-Console aka Error Console is in /Tools > Error Console Ctrl-Shioft-J/. Could you try with mode debug output </foudfou/FireTray/wiki/Submit-a-bug> ?

— Reply to this email directly or view it on GitHub https://github.com/foudfou/FireTray/issues/174#issuecomment-84940598.

foudfou commented 9 years ago

Almost there: you should not add this line, but replace Warn with All around line 11.

aquada commented 9 years ago

OK, missed that. Here is the result

15:41:36.823 INFO firetray.Handler OS=linux, ABI=x86_64-gcc3, XULrunner=31.5.0 15:41:36.852 INFO firetray.ctypes-utils is64bit=true 15:41:36.893 INFO firetray.Handler inMailApp=true, inBrowserApp=false, appHasChat=true 15:41:37.45 INFO firetray.StatusIcon canAppIndicator=true 15:41:37.72 INFO firetray.Handler isChatProvided=true 15:41:56.999 ERROR firetray.FiretrayWindow unknown window while lookup 15:41:57.0 ERROR firetray.Window can't unregister unknown window null

On 23/03/15 14:42, foudfou wrote:

Almost there: you should not /add/ this line, but /replace/ |Warn| with |All| around line 11.

— Reply to this email directly or view it on GitHub https://github.com/foudfou/FireTray/issues/174#issuecomment-84977610.

foudfou commented 9 years ago

Oops, my bad: you need a fresh build to display the DEBUG messages. Could build one and provide all messages ? Besides, you should definitely get an error in the Error Console. Can you confirm ?

aquada commented 9 years ago

With fresh build the behaviour has completely changed. The minimize and close to tray work, but there are now 2 icons (one is a circle and the other an indicator with number of messages) and I cannot use the right click on icon (left, right or middle click open/closes) - therefore I cannot close the app with close to tray selected

Timestamp: 23/03/15 21:51:49 Warning: Expected declaration but found ''. Skipped to next declaration. Source File: http://foudfou.github.io/FireTray/css/style.css?v=5 Line: 51, Column: 35 Source Code: body { font:13px/1.231 sans-serif; *font-size:small; } / hack retained to preserve specificity */

Timestamp: 23/03/15 21:51:49 Warning: Unknown property '-moz-box-shadow'. Declaration dropped. Source File: http://foudfou.github.io/FireTray/css/style.css?v=5 Line: 95, Column: 19 Source Code: -moz-box-shadow: 0px 0px 5px red;

Timestamp: 23/03/15 21:51:49 Warning: Unknown pseudo-class or pseudo-element 'selection'. Ruleset ignored due to bad selector. Source File: http://foudfou.github.io/FireTray/css/style.css?v=5 Line: 104, Column: 2 Source Code: ::selection { background:#f16529; color:#fff; text-shadow: none; }

Timestamp: 23/03/15 21:51:49 Warning: Unknown property 'zoom'. Declaration dropped. Source File: http://foudfou.github.io/FireTray/css/style.css?v=5 Line: 133, Column: 16 Source Code: .clearfix { zoom: 1; }

On 23/03/15 16:07, foudfou wrote:

Oops, my bad: you need a fresh build </foudfou/FireTray/wiki/Build> to display the DEBUG messages. Could build one and provide all messages ? Besides, you should definitely get an error in the Error Console. Can you confirm ?

— Reply to this email directly or view it on GitHub https://github.com/foudfou/FireTray/issues/174#issuecomment-85013136.

foudfou commented 9 years ago

Can you try with a fresh build (please git pull) and enable logging (All in logging.jsm), and post terminal output ? Or just send it to me by email. I need to know where things break.

aquada commented 9 years ago

Please give instructions for git pull.

On March 25, 2015 3:33:53 AM GMT+02:00, foudfou notifications@github.com wrote:

Can you try with a fresh build (please git pull) and enable logging (All in logging.jsm), and post terminal output ? Or just send it to me by email. I need to know where things break.


Reply to this email directly or view it on GitHub: https://github.com/foudfou/FireTray/issues/174#issuecomment-85774635

Sent from my Android device with K-9 Mail. Please excuse my brevity.

foudfou commented 9 years ago

Sure:

cd /path/to/FireTray
git pull

If you get conflicts, just remove the FireTray directory, and start over (git clone ...)

aquada commented 9 years ago

With fresh build from git it is working normally as far as I can see. Only problem is the two icons, http://imagizer.imageshack.com/img661/2789/myUtqI.png one is a weird light grey circle, the other is Thunderbird or email count. Here is the term output:

(process:5108): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

(thunderbird:5108): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::sm-connect after class was initialised

(thunderbird:5108): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised

(thunderbird:5108): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::display after class was initialised

(thunderbird:5108): GLib-GObject-WARNING **: Attempt to add property GnomeProgram::default-icon after class was initialised
13:24:25.615 DEBUG firetray.Logging initialized
13:24:25.622 DEBUG firetray.Handler _directory=/home/alleyoopster/.thunderbird/5n8bol4e.default/extensions/{9533f794-00b4-4354-aa15-c2bbda6989f8}                                                                                                                           
13:24:26.801 DEBUG firetray.Chrome Handler initialized: false
13:24:26.801 INFO firetray.Handler OS=linux, ABI=x86_64-gcc3, XULrunner=31.5.0
13:24:26.805 INFO firetray.ctypes-utils is64bit=true
13:24:26.806 DEBUG firetray.ctypes-utils Trying to load library: cairo
13:24:26.806 DEBUG firetray.ctypes-utils Trying libcairo.so.2
13:24:26.806 DEBUG firetray.ctypes-utils Successfully loaded libcairo.so.2
13:24:26.807 DEBUG firetray.ctypes-utils Trying to load library: glib-2.0
13:24:26.807 DEBUG firetray.ctypes-utils Trying libglib-2.0.so.0
13:24:26.807 DEBUG firetray.ctypes-utils Successfully loaded libglib-2.0.so.0
13:24:26.809 DEBUG firetray.ctypes-utils Trying to load library: gobject-2.0
13:24:26.809 DEBUG firetray.ctypes-utils Trying libgobject-2.0.so.0
13:24:26.809 DEBUG firetray.ctypes-utils Successfully loaded libgobject-2.0.so.0
13:24:26.811 DEBUG firetray.ctypes-utils Trying to load library: X11
13:24:26.811 DEBUG firetray.ctypes-utils Trying libX11.so.6
13:24:26.811 DEBUG firetray.ctypes-utils Successfully loaded libX11.so.6
13:24:26.812 DEBUG firetray.ctypes-utils Trying to load library: gdk-x11-2.0
13:24:26.812 DEBUG firetray.ctypes-utils Trying libgdk-x11-2.0.so.0
13:24:26.813 DEBUG firetray.ctypes-utils Successfully loaded libgdk-x11-2.0.so.0
13:24:26.815 DEBUG firetray.ctypes-utils Trying to load library: gio-2.0
13:24:26.816 DEBUG firetray.ctypes-utils Trying libgio-2.0.so.0
13:24:26.816 DEBUG firetray.ctypes-utils Successfully loaded libgio-2.0.so.0
13:24:26.817 DEBUG firetray.ctypes-utils Trying to load library: c
13:24:26.817 DEBUG firetray.ctypes-utils Trying libc.so.6
13:24:26.817 DEBUG firetray.ctypes-utils Successfully loaded libc.so.6
13:24:26.818 DEBUG firetray.Handler FiretrayStatusIcon linux imported
13:24:26.823 DEBUG firetray.ctypes-utils Trying to load library: pango-1.0
13:24:26.823 DEBUG firetray.ctypes-utils Trying libpango-1.0.so.0
13:24:26.823 DEBUG firetray.ctypes-utils Successfully loaded libpango-1.0.so.0
13:24:26.823 DEBUG firetray.ctypes-utils Trying to load library: gtk-x11-2.0
13:24:26.823 DEBUG firetray.ctypes-utils Trying libgtk-x11-2.0.so.0
13:24:26.824 DEBUG firetray.ctypes-utils Successfully loaded libgtk-x11-2.0.so.0
13:24:26.827 DEBUG firetray.Window x11.current.Atoms.WM_DELETE_WINDOW=290
13:24:26.827 DEBUG firetray.Window x11.current.Atoms.WM_STATE=331
13:24:26.827 DEBUG firetray.Window x11.current.Atoms.WM_CHANGE_STATE=332
13:24:26.827 DEBUG firetray.Window x11.current.Atoms._NET_WM_STATE_MODAL=310
13:24:26.827 DEBUG firetray.Window x11.current.Atoms._NET_WM_STATE_STICKY=315
13:24:26.827 DEBUG firetray.Window x11.current.Atoms._NET_WM_STATE_MAXIMIZED_VERT=311
13:24:26.827 DEBUG firetray.Window x11.current.Atoms._NET_WM_STATE_MAXIMIZED_HORZ=312
13:24:26.828 DEBUG firetray.Window x11.current.Atoms._NET_WM_STATE_SHADED=444
13:24:26.828 DEBUG firetray.Window x11.current.Atoms._NET_WM_STATE_SKIP_TASKBAR=313
13:24:26.828 DEBUG firetray.Window x11.current.Atoms._NET_WM_STATE_SKIP_PAGER=314
13:24:26.828 DEBUG firetray.Window x11.current.Atoms._NET_WM_STATE_HIDDEN=445
13:24:26.828 DEBUG firetray.Window x11.current.Atoms._NET_WM_STATE_FULLSCREEN=309
13:24:26.828 DEBUG firetray.Window x11.current.Atoms._NET_WM_STATE_ABOVE=307
13:24:26.828 DEBUG firetray.Window x11.current.Atoms._NET_WM_STATE_BELOW=308
13:24:26.828 DEBUG firetray.Window x11.current.Atoms._NET_WM_STATE_DEMANDS_ATTENTION=360
13:24:26.828 DEBUG firetray.Window x11.current.Atoms._NET_CLOSE_WINDOW=432
13:24:26.828 DEBUG firetray.Window x11.current.Atoms._NET_WM_NAME=303
13:24:26.828 DEBUG firetray.Window x11.current.Atoms._NET_WM_VISIBLE_NAME=434
13:24:26.829 DEBUG firetray.Window x11.current.Atoms._NET_WM_ICON_NAME=302
13:24:26.829 DEBUG firetray.Window x11.current.Atoms._NET_WM_VISIBLE_ICON_NAME=435
13:24:26.829 DEBUG firetray.Window x11.current.Atoms._NET_WM_DESKTOP=300
13:24:26.829 DEBUG firetray.Window x11.current.Atoms._NET_WM_WINDOW_TYPE=318
13:24:26.829 DEBUG firetray.Window x11.current.Atoms._NET_WM_STATE=306
13:24:26.829 DEBUG firetray.Window x11.current.Atoms._NET_WM_ALLOWED_ACTIONS=440
13:24:26.829 DEBUG firetray.Window x11.current.Atoms._NET_WM_STRUT=436
13:24:26.829 DEBUG firetray.Window x11.current.Atoms._NET_WM_STRUT_PARTIAL=437
13:24:26.829 DEBUG firetray.Window x11.current.Atoms._NET_WM_ICON_GEOMETRY=438
13:24:26.829 DEBUG firetray.Window x11.current.Atoms._NET_WM_ICON=301
13:24:26.829 DEBUG firetray.Window x11.current.Atoms._NET_WM_PID=304
13:24:26.829 DEBUG firetray.Window x11.current.Atoms._NET_WM_HANDLED_ICONS=439
13:24:26.829 DEBUG firetray.Window x11.current.Atoms._NET_WM_USER_TIME=320
13:24:26.829 DEBUG firetray.Window x11.current.Atoms._NET_FRAME_EXTENTS=297
13:24:26.830 DEBUG firetray.Window x11.current.Atoms._NET_ACTIVE_WINDOW=295
13:24:26.830 DEBUG firetray.Window x11.current.Atoms.CARDINAL=6
13:24:26.830 DEBUG firetray.Handler FiretrayWindow linux imported
13:24:26.830 INFO firetray.Handler inMailApp=true, inBrowserApp=false, appHasChat=true
13:24:26.835 DEBUG firetray.ctypes-utils Trying to load library: appindicator3
13:24:26.835 DEBUG firetray.ctypes-utils Trying libappindicator3.so.1
13:24:26.848 DEBUG firetray.ctypes-utils Successfully loaded libappindicator3.so.1
13:24:26.853 INFO firetray.StatusIcon canAppIndicator=true
13:24:26.855 INFO firetray.StatusIcon desktop={"name":"kde","ver":4}
13:24:26.859 DEBUG firetray.ctypes-utils Trying to load library: pangocairo-1.0
13:24:26.859 DEBUG firetray.ctypes-utils Trying libpangocairo-1.0.so.0
13:24:26.859 DEBUG firetray.ctypes-utils Successfully loaded libpangocairo-1.0.so.0
13:24:26.863 DEBUG firetray.PopupMenu cbName=menuItemResetIconActivate
13:24:26.864 DEBUG firetray.PopupMenu cbName=menuItemNewMessageActivate
13:24:26.864 DEBUG firetray.PopupMenu cbName=menuItemPreferencesActivate
13:24:26.865 DEBUG firetray.PopupMenu cbName=menuItemQuitActivate
13:24:26.865 DEBUG firetray.PopupMenu cbName=menuItemActivateLastActivate
13:24:26.865 DEBUG firetray.PopupMenu cbName=menuItemShowHideActivate
13:24:26.866 DEBUG firetray.commons file:///home/alleyoopster/.thunderbird/5n8bol4e.default/extensions/%7B9533f794-00b4-4354-aa15-c2bbda6989f8%7D/chrome/skin/icons/blank-icon.png                                                                                          
13:24:26.866 DEBUG firetray.commons file:///home/alleyoopster/.thunderbird/5n8bol4e.default/extensions/%7B9533f794-00b4-4354-aa15-c2bbda6989f8%7D/chrome/skin/icons/linux                                                                                                   
13:24:26.866 DEBUG firetray.GtkIcons /home/alleyoopster/.thunderbird/5n8bol4e.default/extensions/{9533f794-00b4-4354-aa15-c2bbda6989f8}/chrome/skin/icons/linux                                                                                                             
13:24:26.866 DEBUG firetray.GtkIcons gtkIconTheme=GtkIconTheme.ptr(ctypes.UInt64("0x7f761f880160"))
13:24:26.908 DEBUG firetray.GtkIcons n_elements=ctypes.int(13) path=ctypes.char.ptr.ptr(ctypes.UInt64("0x7f760b3416d0"))
13:24:26.908 DEBUG firetray.GtkIcons path[0]=/home/alleyoopster/.icons
13:24:26.908 DEBUG firetray.GtkIcons path[1]=/home/alleyoopster/.local/share/icons
13:24:26.908 DEBUG firetray.GtkIcons path[2]=/usr/share/icons
13:24:26.908 DEBUG firetray.GtkIcons path[3]=/usr/share/kde-plasma/icons
13:24:26.908 DEBUG firetray.GtkIcons path[4]=/usr/local/share/icons
13:24:26.908 DEBUG firetray.GtkIcons path[5]=/usr/share/icons
13:24:26.908 DEBUG firetray.GtkIcons path[6]=/usr/share/mdm/icons
13:24:26.908 DEBUG firetray.GtkIcons path[7]=/usr/share/pixmaps
13:24:26.908 DEBUG firetray.GtkIcons path[8]=/usr/share/kde-plasma/pixmaps
13:24:26.909 DEBUG firetray.GtkIcons path[9]=/usr/local/share/pixmaps
13:24:26.909 DEBUG firetray.GtkIcons path[10]=/usr/share/pixmaps
13:24:26.909 DEBUG firetray.GtkIcons path[11]=/usr/share/mdm/pixmaps
13:24:26.909 DEBUG firetray.GtkIcons path[12]=/home/alleyoopster/.thunderbird/5n8bol4e.default/extensions/{9533f794-00b4-4354-aa15-c2bbda6989f8}/chrome/skin/icons/linux                                                                                                    
13:24:26.909 DEBUG firetray.GtkIcons path=ctypes.char.ptr.ptr(ctypes.UInt64("0x7f760b3416d0")) pathIt=ctypes.char.ptr.ptr(ctypes.UInt64("0x7f760b341738"))                                                                                                                  
13:24:26.909 DEBUG firetray.GtkStatusIcon themedIconNames=indicator-messages-new,mail-message-new,mail-unread
13:24:26.909 DEBUG firetray.GtkStatusIcon themedIconNamesLen=3
13:24:26.909 DEBUG firetray.GtkStatusIcon themedIconNames=ctypes.char.ptr.array(3)([ctypes.char.ptr(ctypes.UInt64("0x7f7613f234a0")), ctypes.char.ptr(ctypes.UInt64("0x7f7613f234c0")), ctypes.char.ptr(ctypes.UInt64("0x7f760b363eb0"))])                                  
13:24:26.909 DEBUG firetray.GtkStatusIcon themedIcon=GIcon.ptr(ctypes.UInt64("0x7f760b5ec810"))
13:24:26.910 DEBUG firetray.GtkStatusIcon themedIconNames=indicator-messages,applications-email-panel,thunderbird
13:24:26.910 DEBUG firetray.GtkStatusIcon themedIconNamesLen=3
13:24:26.910 DEBUG firetray.GtkStatusIcon themedIconNames=ctypes.char.ptr.array(3)([ctypes.char.ptr(ctypes.UInt64("0x7f7613f23560")), ctypes.char.ptr(ctypes.UInt64("0x7f7613f23580")), ctypes.char.ptr(ctypes.UInt64("0x7f760b363f00"))])                                  
13:24:26.910 DEBUG firetray.GtkStatusIcon themedIcon=GIcon.ptr(ctypes.UInt64("0x7f760b5eca00"))
13:24:26.913 DEBUG firetray.GtkStatusIcon setIconImageDefault
13:24:26.913 DEBUG firetray.GtkStatusIcon GIcon.ptr(ctypes.UInt64("0x7f760b5eca00"))
13:24:26.913 DEBUG firetray.GtkStatusIcon setIconTooltip, toolTipStr=Thunderbird
13:24:26.914 DEBUG firetray.GtkStatusIcon showHideAllWindows: true
13:24:26.914 DEBUG firetray.GtkStatusIcon g_connect activate=382
13:24:26.914 DEBUG firetray.GtkStatusIcon attachMiddleClickCallback pref=1
13:24:26.914 DEBUG firetray.GtkStatusIcon g_connect middleClick=383
13:24:26.915 DEBUG firetray.Handler allWindowsVisible=true msgCountPositive=true
13:24:26.915 DEBUG firetray.Handler StatusIcon initialized
13:24:26.919 DEBUG firetray.Messaging Enabling Messaging
13:24:26.920 DEBUG firetray.Messaging updateMsgCountWithCb
13:24:26.920 DEBUG firetray.Messaging msgCountType=0
13:24:26.920 DEBUG firetray.Messaging mail accounts from pref: {"serverTypes":{"pop3":{"order":1,"excluded":false},"imap":{"order":1,"excluded":false},"movemail":{"order":2,"excluded":true},"none":{"order":3,"excluded":false},"rss":{"order":4,"excluded":true},"nntp":{"order":5,"excluded":true},"exquilla":{"order":6,"excluded":true}},"excludedAccounts":[]}                                             
13:24:26.920 DEBUG firetray.Messaging sortByTypeAndName=false
13:24:26.921 DEBUG firetray.Messaging ACCOUNT: alleyoopster@gmail.com type: imap
13:24:26.921 DEBUG firetray.Messaging is servertype excluded: false, account exclusion index: -1
13:24:26.921 DEBUG firetray.Messaging folder: Catherine folderUnreadMsgCount=0
13:24:26.921 DEBUG firetray.Messaging newMsgCount=0
13:24:26.921 DEBUG firetray.Messaging folder: L'etang Rentals folderUnreadMsgCount=0
13:24:26.921 DEBUG firetray.Messaging newMsgCount=0
13:24:26.921 DEBUG firetray.Messaging folder: Mickel folderUnreadMsgCount=0
13:24:26.921 DEBUG firetray.Messaging newMsgCount=0
13:24:26.922 DEBUG firetray.Messaging folder: Inbox folderUnreadMsgCount=1
13:24:26.922 DEBUG firetray.Messaging newMsgCount=1
13:24:26.922 DEBUG firetray.Messaging newMsgCount=1
13:24:26.922 DEBUG firetray.Messaging folder: [Gmail] folderUnreadMsgCount=0
13:24:26.922 DEBUG firetray.Messaging newMsgCount=1
13:24:26.922 DEBUG firetray.Messaging newMsgCount=1
13:24:26.922 DEBUG firetray.Messaging newMsgCount=1
13:24:26.922 DEBUG firetray.Messaging folder: Important folderUnreadMsgCount=0
13:24:26.922 DEBUG firetray.Messaging newMsgCount=1
13:24:26.923 DEBUG firetray.Messaging newMsgCount=1
13:24:26.923 DEBUG firetray.Messaging newMsgCount=1
13:24:26.923 DEBUG firetray.Messaging folder: Starred folderUnreadMsgCount=0
13:24:26.923 DEBUG firetray.Messaging newMsgCount=1
13:24:26.923 DEBUG firetray.Messaging folder: contact@wildcrofthosting.com folderUnreadMsgCount=0
13:24:26.923 DEBUG firetray.Messaging newMsgCount=1
13:24:26.923 DEBUG firetray.Messaging folder: health folderUnreadMsgCount=0
13:24:26.923 DEBUG firetray.Messaging newMsgCount=1
13:24:26.923 DEBUG firetray.Messaging newMsgCount=1
13:24:26.923 DEBUG firetray.Messaging newMsgCount=1
13:24:26.924 DEBUG firetray.Messaging ACCOUNT: Local Folders type: none
13:24:26.924 DEBUG firetray.Messaging is servertype excluded: false, account exclusion index: -1
13:24:26.924 DEBUG firetray.Messaging newMsgCount=1
13:24:26.924 DEBUG firetray.Messaging newMsgCount=1
13:24:26.969 DEBUG firetray.Messaging ACCOUNT: Google Talk - alleyoopster@gmail.com type: im
13:24:26.969 DEBUG firetray.Messaging ACCOUNT: dwp@rushpost.com type: imap
13:24:26.969 DEBUG firetray.Messaging is servertype excluded: false, account exclusion index: -1
13:24:26.969 DEBUG firetray.Messaging folder: Archive folderUnreadMsgCount=0
13:24:26.969 DEBUG firetray.Messaging newMsgCount=1
13:24:26.969 DEBUG firetray.Messaging newMsgCount=1
13:24:26.969 DEBUG firetray.Messaging newMsgCount=1
13:24:26.970 DEBUG firetray.Messaging folder: Inbox folderUnreadMsgCount=1
13:24:26.970 DEBUG firetray.Messaging newMsgCount=2
13:24:26.970 DEBUG firetray.Messaging newMsgCount=2
13:24:26.970 DEBUG firetray.Messaging folder: 2015 folderUnreadMsgCount=0
13:24:26.970 DEBUG firetray.Messaging newMsgCount=2
13:24:26.970 DEBUG firetray.Messaging folder: 2014 folderUnreadMsgCount=0
13:24:26.970 DEBUG firetray.Messaging newMsgCount=2
13:24:26.970 DEBUG firetray.Messaging newMsgCount=2
13:24:26.970 DEBUG firetray.Messaging newMsgCount=2
13:24:26.970 DEBUG firetray.Messaging ACCOUNT: contact@hostchestnut.com type: imap
13:24:26.970 DEBUG firetray.Messaging is servertype excluded: false, account exclusion index: -1
13:24:26.971 DEBUG firetray.Messaging folder: Inbox folderUnreadMsgCount=0
13:24:26.971 DEBUG firetray.Messaging newMsgCount=2
13:24:26.971 DEBUG firetray.Messaging folder: Queue folderUnreadMsgCount=0
13:24:26.971 DEBUG firetray.Messaging newMsgCount=2
13:24:26.971 DEBUG firetray.Messaging newMsgCount=2
13:24:26.971 DEBUG firetray.Messaging newMsgCount=2
13:24:26.971 DEBUG firetray.Messaging newMsgCount=2
13:24:26.971 DEBUG firetray.Messaging folder: 2015 folderUnreadMsgCount=0
13:24:26.971 DEBUG firetray.Messaging newMsgCount=2
13:24:26.971 DEBUG firetray.Messaging folder: Junk folderUnreadMsgCount=0
13:24:26.971 DEBUG firetray.Messaging newMsgCount=2
13:24:26.971 DEBUG firetray.Messaging newMsgCount=2
13:24:26.971 DEBUG firetray.Messaging ACCOUNT: holidays@letang.info type: imap
13:24:26.971 DEBUG firetray.Messaging is servertype excluded: false, account exclusion index: -1
13:24:26.972 DEBUG firetray.Messaging folder: Inbox folderUnreadMsgCount=0
13:24:26.972 DEBUG firetray.Messaging newMsgCount=2
13:24:26.972 DEBUG firetray.Messaging folder: [Gmail] folderUnreadMsgCount=0
13:24:26.972 DEBUG firetray.Messaging newMsgCount=2
13:24:26.972 DEBUG firetray.Messaging newMsgCount=2
13:24:26.972 DEBUG firetray.Messaging newMsgCount=2
13:24:26.972 DEBUG firetray.Messaging newMsgCount=2
13:24:26.972 DEBUG firetray.Messaging newMsgCount=2
13:24:26.972 DEBUG firetray.Messaging newMsgCount=2
13:24:26.972 DEBUG firetray.Messaging folder: A Enguiry not booked folderUnreadMsgCount=0
13:24:26.972 DEBUG firetray.Messaging newMsgCount=2
13:24:26.972 DEBUG firetray.Messaging folder: E Confirmed folderUnreadMsgCount=0
13:24:26.972 DEBUG firetray.Messaging newMsgCount=2
13:24:26.972 DEBUG firetray.Messaging folder: Starred folderUnreadMsgCount=0
13:24:26.972 DEBUG firetray.Messaging newMsgCount=2
13:24:26.972 DEBUG firetray.Messaging ACCOUNT: contact@wildcrofthosting.com type: imap
13:24:26.973 DEBUG firetray.Messaging is servertype excluded: false, account exclusion index: -1
13:24:26.973 DEBUG firetray.Messaging folder: Inbox folderUnreadMsgCount=0
13:24:26.973 DEBUG firetray.Messaging newMsgCount=2
13:24:26.973 DEBUG firetray.Messaging newMsgCount=2
13:24:26.973 DEBUG firetray.Messaging newMsgCount=2
13:24:26.973 DEBUG firetray.Messaging folder: 2015 folderUnreadMsgCount=0
13:24:26.973 DEBUG firetray.Messaging newMsgCount=2
13:24:26.973 DEBUG firetray.Messaging newMsgCount=2
13:24:26.973 DEBUG firetray.Messaging folder: Junk folderUnreadMsgCount=0
13:24:26.973 DEBUG firetray.Messaging newMsgCount=2
13:24:26.973 DEBUG firetray.Messaging newMsgCount=2
13:24:26.973 DEBUG firetray.Messaging Total UnreadMessages=2
13:24:26.973 DEBUG firetray.Messaging updateIcon
13:24:26.974 DEBUG firetray.Messaging 2 unread messages
13:24:26.974 DEBUG firetray.Messaging msgCount prefMailNotification=0
13:24:26.974 DEBUG firetray.GtkStatusIcon setIconText, color=#000000
13:24:26.975 DEBUG firetray.GtkStatusIcon colorMap=GdkColormap.ptr(ctypes.UInt64("0x7f7635aa8870")) visual=GdkVisual.ptr(ctypes.UInt64("0x7f7635a03700")) visualDepth=24                                                                                                    
13:24:26.977 DEBUG firetray.GtkStatusIcon layout=PangoLayout.ptr(ctypes.UInt64("0x7f760b38e8c0"))
13:24:26.977 DEBUG firetray.GtkStatusIcon text=2
13:24:26.979 DEBUG firetray.GtkStatusIcon tw=16 th=28
13:24:26.979 DEBUG firetray.GtkStatusIcon tw=16 th=28
13:24:26.980 DEBUG firetray.GtkStatusIcon alpha=GdkColor(16777215, 65535, 65535, 65535)
13:24:26.981 DEBUG firetray.GtkStatusIcon gtk_status_icon_set_from_pixbuf=GdkPixbuf.ptr(ctypes.UInt64("0x7f761f85ede0"))
13:24:26.981 DEBUG firetray.GtkStatusIcon setIconTooltip, toolTipStr=2 unread messages
13:24:26.981 DEBUG firetray.Handler allWindowsVisible=true msgCountPositive=true
13:24:26.981 INFO firetray.Handler isChatProvided=true
13:24:26.982 DEBUG firetray.commons registred account-added for [object Object]
13:24:26.982 DEBUG firetray.commons registred account-removed for [object Object]
13:24:26.982 DEBUG firetray.Messaging sortByTypeAndName=false
13:24:26.983 DEBUG firetray.Messaging ACCOUNT: alleyoopster@gmail.com type: imap
13:24:26.983 DEBUG firetray.Messaging ACCOUNT: Local Folders type: none
13:24:26.983 DEBUG firetray.Messaging ACCOUNT: Google Talk - alleyoopster@gmail.com type: im
13:24:26.983 DEBUG firetray.Handler found im server: Google Talk - alleyoopster@gmail.com
13:24:26.983 DEBUG firetray.Chat Enabling Chat
13:24:26.983 DEBUG firetray.commons registred account-connected for [object Object]
13:24:26.983 DEBUG firetray.commons registred account-disconnected for [object Object]
13:24:26.983 DEBUG firetray.commons registred idle-time-changed for [object Object]
13:24:26.984 DEBUG firetray.commons registred new-directed-incoming-message for [object Object]
13:24:26.984 DEBUG firetray.commons registred status-changed for [object Object]
13:24:26.984 DEBUG firetray.commons registred unread-im-count-changed for [object Object]
13:24:26.984 DEBUG firetray.commons registred new-text for [object Object]
13:24:26.988 DEBUG firetray.Chat account=[xpconnect wrapped (nsISupports, nsIClassInfo, imIAccount, prplIAccount)] STATUS=7 connected=false                                                                                                                                 
13:24:26.988 DEBUG firetray.Chat globalConnected=false
13:24:26.988 DEBUG firetray.Chat IM status=1
13:24:26.988 DEBUG firetray.Chat IM status changed=user-offline
13:24:26.988 DEBUG firetray.commons registred xpcom-will-shutdown for [object Object]
13:24:26.988 DEBUG firetray.commons registred profile-change-teardown for [object Object]
13:24:26.989 INFO firetray.Handler restoredWindowsCount=1
13:24:26.989 DEBUG firetray.commons registred mail-startup-done for [object Object]
13:24:26.989 DEBUG firetray.Handler show_tray_icon saved. was: true
13:24:26.989 DEBUG firetray.VersionChange VersionChange got: id={9533f794-00b4-4354-aa15-c2bbda6989f8} ver=0.5.4 prefBranch=extensions.firetray.                                                                                                                            
13:24:26.989 DEBUG firetray.VersionChange VERSION: 0.5.4
13:24:26.990 DEBUG firetray.VersionChange version change watching enabled
13:24:26.990 DEBUG firetray.Chrome ONLOAD
13:24:26.990 DEBUG firetray.Window register window
13:24:26.990 DEBUG firetray.Window nativeHandle=0x7f7635ad26c0
13:24:26.990 DEBUG firetray.Window gdkw=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0")) *gdkw=0x7f7635ade380
13:24:26.990 DEBUG firetray.Window gptr=ctypes.voidptr_t(ctypes.UInt64("0x7f7623a2a510")) *gptr=0x7f7620f82800
13:24:26.990 DEBUG firetray.Window gtkw=GtkWindow.ptr(ctypes.UInt64("0x7f7623a2a510")) *gtkw=0x7f7620f82800
13:24:26.990 DEBUG firetray.Window XID=73400458
13:24:26.991 DEBUG firetray.Window xWindowAttributes: XWindowAttributes(0, 0, 200, 200, 0, 24, Visual.ptr(ctypes.UInt64("0x7f7635ac4000")), ctypes.UInt64("587"), 1, 1, 1, 0, ctypes.UInt64("4294967295"), ctypes.UInt64("0"), 0, ctypes.UInt64("32"), 1, 0, ctypes.Int64("6520959"), ctypes.Int64("6520959"), ctypes.Int64("0"), 0, Screen.ptr(ctypes.UInt64("0x7f7635a23a00")))                                 
13:24:26.991 DEBUG firetray.Window xEventMask=6520959 xEventMaskNeeded=6488064
13:24:26.991 DEBUG firetray.PopupMenu addWindowItem
13:24:26.991 DEBUG firetray.PopupMenu about to set title: 73400458
13:24:26.992 DEBUG firetray.PopupMenu added gtkPopupMenuWindowItems: 1
13:24:26.992 DEBUG firetray.Window window 73400458 registered
13:24:26.992 DEBUG firetray.Window attachOnFocusInCallback xid=73400458
13:24:26.992 DEBUG firetray.Window focus-in handler=398
13:24:26.992 DEBUG firetray.Chat attachSelectListeners
13:24:26.992 DEBUG firetray.Window AFTER
13:24:26.992 DEBUG firetray.Window 1
13:24:26.992 INFO firetray.Window 73400458=GtkWindow.ptr(ctypes.UInt64("0x7f7623a2a510"))
13:24:26.992 DEBUG firetray.Chrome Element 'titlebar-min' not found. Command not replaced.
13:24:26.993 DEBUG firetray.Chrome Element 'titlebar-close' not found. Command not replaced.
13:24:26.993 DEBUG firetray.Chrome Firetray LOADED: true
13:24:27.140 DEBUG firetray.Handler mail-startup-done: [object ChromeWindow],null
13:24:27.150 DEBUG firetray.Messaging OnItemIntPropertyChanged BiffState for folder Unified Folders was 2 became 1 NEW MESSAGES=0
13:24:27.159 DEBUG firetray.Chat select event ! 
13:24:27.174 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:27.174 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:27.174 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:27.174 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:27.201 DEBUG firetray.Chat select event ! 
13:24:27.201 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:27.201 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:27.201 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:27.201 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:27.331 DEBUG firetray.Chat select event ! 
13:24:27.332 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:27.332 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:27.332 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:27.332 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:27.332 DEBUG firetray.Chat select event ! 
13:24:27.333 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:27.333 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:27.333 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:27.333 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:27.653 DEBUG firetray.Chat select event ! 
13:24:27.653 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:27.653 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:27.653 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:27.653 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:27.657 DEBUG firetray.Chat select event ! 
13:24:27.658 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:27.658 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:27.658 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:27.658 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:27.762 DEBUG firetray.Chat select event ! 
13:24:27.763 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:27.763 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:27.763 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:27.763 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:27.764 DEBUG firetray.Chat select event ! 
13:24:27.765 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:27.765 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:27.765 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:27.765 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:27.774 INFO firetray.Handler *** appStarted ***
13:24:27.775 DEBUG firetray.Messaging PrefObserver added
13:24:27.932 DEBUG firetray.Chat select event ! 
13:24:27.934 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:27.935 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:27.935 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:27.935 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:27.948 DEBUG firetray.Chat select event ! 
13:24:27.950 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:27.950 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:27.950 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:27.950 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:27.971 DEBUG firetray.Chat select event ! 
13:24:27.977 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:27.977 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:27.977 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:27.977 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:27.987 DEBUG firetray.Chat select event ! 
13:24:27.988 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:27.989 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:27.989 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:27.989 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:27.999 DEBUG firetray.Chat select event ! 
13:24:28.0 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:28.0 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:28.0 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:28.0 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:28.13 DEBUG firetray.Chat select event ! 
13:24:28.14 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:28.14 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:28.14 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:28.14 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:28.29 DEBUG firetray.Chat select event ! 
13:24:28.29 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:28.30 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:28.30 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:28.30 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:28.35 DEBUG firetray.Chat select event ! 
13:24:28.36 DEBUG firetray.Window gdkActiveWin=GdkWindow.ptr(ctypes.UInt64("0x7f7635ad26c0"))
13:24:28.37 DEBUG firetray.Window ACTIVE_WINDOW=73400458
13:24:28.37 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:28.37 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:28.586 DEBUG firetray.Window MapNotify
13:24:28.587 DEBUG firetray.Window gdkWinState=0 for xid=73400458
13:24:28.588 DEBUG firetray.Window onFocusIn
13:24:28.588 DEBUG firetray.Window xid=73400458
13:24:28.588 DEBUG firetray.Window setUrgency: false
13:24:28.588 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:28.588 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:29.659 DEBUG firetray.Messaging OnItemIntPropertyChanged BiffState for folder dwp@rushpost.com was 2 became 1 NEW MESSAGES=0
13:24:29.853 DEBUG firetray.PopupMenu menu-popup
13:24:29.853 DEBUG firetray.PopupMenu ARGS=GtkStatusIcon.ptr(ctypes.UInt64("0x7f7613f287a0")), 3, 5115633, ctypes.voidptr_t(ctypes.UInt64("0x7f7620f925f0"))                                                                                                                
13:24:29.904 DEBUG firetray.Messaging OnItemIntPropertyChanged BiffState for folder contact@hostchestnut.com was 2 became 1 NEW MESSAGES=0                                                                                                                                  
13:24:29.916 DEBUG firetray.Messaging OnItemIntPropertyChanged BiffState for folder contact@wildcrofthosting.com was 2 became 1 NEW MESSAGES=0                                                                                                                              
13:24:30.25 DEBUG firetray.Messaging OnItemIntPropertyChanged BiffState for folder holidays@letang.info was 2 became 1 NEW MESSAGES=0
13:24:30.288 DEBUG firetray.Messaging OnItemIntPropertyChanged BiffState for folder alleyoopster@gmail.com was 2 became 1 NEW MESSAGES=0                                                                                                                                    
13:24:30.734 DEBUG firetray.Window onFocusIn
13:24:30.735 DEBUG firetray.Window xid=73400458
13:24:30.735 DEBUG firetray.Window setUrgency: false
13:24:30.735 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:30.735 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:30.889 DEBUG firetray.UIOptions FULL FEATURED=undefined
13:24:30.890 DEBUG firetray.UIOptions prefExcludedFoldersFlags=40404f20
13:24:30.891 DEBUG firetray.UIOptions folder: Archive folderTypeVal=16384 folderTypeSet=16384
13:24:30.891 DEBUG firetray.UIOptions folder: Drafts folderTypeVal=1024 folderTypeSet=1024
13:24:30.891 DEBUG firetray.UIOptions folder: Junk folderTypeVal=1073741824 folderTypeSet=1073741824
13:24:30.892 DEBUG firetray.UIOptions folder: Queue folderTypeVal=2048 folderTypeSet=2048
13:24:30.892 DEBUG firetray.UIOptions folder: SentMail folderTypeVal=512 folderTypeSet=512
13:24:30.892 DEBUG firetray.UIOptions folder: Templates folderTypeVal=4194304 folderTypeSet=4194304
13:24:30.892 DEBUG firetray.UIOptions folder: Trash folderTypeVal=256 folderTypeSet=256
13:24:30.892 DEBUG firetray.UIOptions folder: Virtual folderTypeVal=32 folderTypeSet=32
13:24:30.893 DEBUG firetray.Messaging sortByTypeAndName=false
13:24:30.893 DEBUG firetray.Messaging ACCOUNT: alleyoopster@gmail.com type: imap
13:24:30.893 DEBUG firetray.Messaging ACCOUNT: Local Folders type: none
13:24:30.893 DEBUG firetray.Messaging ACCOUNT: Google Talk - alleyoopster@gmail.com type: im
13:24:30.893 DEBUG firetray.Messaging ACCOUNT: dwp@rushpost.com type: imap
13:24:30.893 DEBUG firetray.Messaging ACCOUNT: contact@hostchestnut.com type: imap
13:24:30.893 DEBUG firetray.Messaging ACCOUNT: holidays@letang.info type: imap
13:24:30.894 DEBUG firetray.Messaging ACCOUNT: contact@wildcrofthosting.com type: imap
13:24:30.894 DEBUG firetray.UIOptions {"imap":[{"key":"server1","name":"alleyoopster@gmail.com"},{"key":"server5","name":"dwp@rushpost.com"},{"key":"server6","name":"contact@hostchestnut.com"},{"key":"server7","name":"holidays@letang.info"},{"key":"server9","name":"contact@wildcrofthosting.com"}],"none":[{"key":"server2","name":"Local Folders"}],"im":[{"key":"server4","name":"Google Talk - alleyoopster@gmail.com"}]}                                                                                                                     
13:24:30.894 DEBUG firetray.UIOptions serverTypesSorted: pop3,imap,movemail,none,rss,nntp,exquilla
13:24:30.896 DEBUG firetray.UIOptions type: pop3, Accounts: undefined
13:24:30.896 DEBUG firetray.UIOptions type: imap, Accounts: [{"key":"server1","name":"alleyoopster@gmail.com"},{"key":"server5","name":"dwp@rushpost.com"},{"key":"server6","name":"contact@hostchestnut.com"},{"key":"server7","name":"holidays@letang.info"},{"key":"server9","name":"contact@wildcrofthosting.com"}]                                                                                           
13:24:30.896 DEBUG firetray.UIOptions adding folder favorite=Catherine
13:24:30.896 DEBUG firetray.UIOptions adding folder favorite=Inbox
13:24:30.896 DEBUG firetray.UIOptions adding folder favorite=Sent Mail
13:24:30.897 DEBUG firetray.UIOptions adding folder favorite=All Mail
13:24:30.897 DEBUG firetray.UIOptions adding folder favorite=Important
13:24:30.897 DEBUG firetray.UIOptions adding folder favorite=Sent
13:24:30.897 DEBUG firetray.UIOptions adding folder favorite=Inbox
13:24:30.900 DEBUG firetray.UIOptions type: movemail, Accounts: undefined
13:24:30.900 DEBUG firetray.UIOptions type: none, Accounts: [{"key":"server2","name":"Local Folders"}]
13:24:30.901 DEBUG firetray.UIOptions type: rss, Accounts: undefined
13:24:30.901 DEBUG firetray.UIOptions type: nntp, Accounts: undefined
13:24:30.901 DEBUG firetray.UIOptions type: exquilla, Accounts: undefined
13:24:30.903 DEBUG firetray.UIOptions disableNotificationMaybe: 0
13:24:30.904 DEBUG firetray.UIOptions disableMessageCountMaybe: 0
13:24:30.904 DEBUG firetray.commons XPathResult=4
13:24:30.904 DEBUG firetray.commons node=radio
13:24:30.904 DEBUG firetray.commons node=hbox
13:24:30.904 DEBUG firetray.commons node=label
13:24:30.904 DEBUG firetray.commons node=colorpicker
13:24:30.904 DEBUG firetray.commons len=4
13:24:30.905 DEBUG firetray.commons XPathResult=4
13:24:30.905 DEBUG firetray.commons node=hbox
13:24:30.905 DEBUG firetray.commons node=label
13:24:30.905 DEBUG firetray.commons node=radio
13:24:30.905 DEBUG firetray.commons node=radio
13:24:30.905 DEBUG firetray.commons len=4
13:24:30.905 DEBUG firetray.UIOptions hides_on_close=true, hides_on_minimize=true
13:24:30.906 DEBUG firetray.UIOptions appIconNames=indicator-messages,applications-email-panel
13:24:30.906 DEBUG firetray.UIOptions appIconNames=indicator-messages-new,mail-message-new
13:24:31.32 DEBUG firetray.Messaging OnItemIntPropertyChanged FolderSize for folder Inbox was 0 became 0 NEW MESSAGES=0
13:24:31.137 DEBUG firetray.Messaging OnItemIntPropertyChanged FolderSize for folder Inbox was 0 became 0 NEW MESSAGES=0
13:24:33.89 DEBUG firetray.Messaging OnItemIntPropertyChanged FolderSize for folder Inbox was 6133518 became 6133518 NEW MESSAGES=0
13:24:33.239 DEBUG firetray.Messaging OnItemIntPropertyChanged FolderSize for folder Inbox was 50077 became 50077 NEW MESSAGES=1
13:24:34.699 DEBUG firetray.Messaging OnItemIntPropertyChanged FolderSize for folder Inbox was 233784 became 233784 NEW MESSAGES=0
13:24:37.982 DEBUG firetray.Messaging OnItemIntPropertyChanged FolderSize for folder Inbox was 233784 became 233784 NEW MESSAGES=0
13:24:43.637 DEBUG firetray.Messaging OnItemIntPropertyChanged FolderSize for folder Inbox was 0 became 0 NEW MESSAGES=0
13:24:43.793 DEBUG firetray.Messaging OnItemIntPropertyChanged FolderSize for folder Inbox was 0 became 0 NEW MESSAGES=0
13:24:44.497 DEBUG firetray.StatusIcon SCROLL DOWN
13:24:44.498 DEBUG firetray.Handler hideAllWindows
13:24:44.498 DEBUG firetray.Window hide
13:24:44.499 DEBUG firetray.Window save: gx=1, gy=0, gwidth=956, gheight=1020
13:24:44.500 DEBUG firetray.Window XGetWindowProperty res=0, actual_type=4, actual_format=32, bytes_after=0, nitems=1
13:24:44.500 DEBUG firetray.Window prop_value=ctypes.unsigned_char.ptr(ctypes.UInt64("0x7f7605f1a0c0")), size=8
13:24:44.500 DEBUG firetray.Window format OK
13:24:44.501 DEBUG firetray.Window props=ctypes.unsigned_long.array(1).ptr(ctypes.UInt64("0x7f7605f1a0c0")), size=8
13:24:44.501 DEBUG firetray.Window propsFound, nitems=ctypes.unsigned_long.array(1).ptr(ctypes.UInt64("0x7f7605f1a0c0")), ctypes.unsigned_long(ctypes.UInt64("1"))                                                                                                          
13:24:44.501 DEBUG firetray.Window i: 311
13:24:44.501 DEBUG firetray.Window save: windowStates=0
13:24:44.501 DEBUG firetray.Window setVisibility=false
13:24:44.502 DEBUG firetray.Handler allWindowsVisible=true msgCountPositive=true
13:24:44.502 DEBUG firetray.Window UnmapNotify
13:24:44.502 DEBUG firetray.Window XGetWindowProperty res=0, actual_type=4, actual_format=32, bytes_after=0, nitems=1
13:24:44.506 DEBUG firetray.Window prop_value=ctypes.unsigned_char.ptr(ctypes.UInt64("0x7f7605f1a0c0")), size=8
13:24:44.506 DEBUG firetray.Window format OK
13:24:44.507 DEBUG firetray.Window props=ctypes.unsigned_long.array(1).ptr(ctypes.UInt64("0x7f7605f1a0c0")), size=8
13:24:44.507 DEBUG firetray.Window propsFound, nitems=ctypes.unsigned_long.array(1).ptr(ctypes.UInt64("0x7f7605f1a0c0")), ctypes.unsigned_long(ctypes.UInt64("1"))                                                                                                          
13:24:44.507 DEBUG firetray.Window i: 311
13:24:44.507 DEBUG firetray.Window winStates=0, isHidden=0
13:24:45.85 DEBUG firetray.StatusIcon SCROLL UP
13:24:45.85 DEBUG firetray.Handler showAllWindows
13:24:45.85 DEBUG firetray.Window show xid=73400458
13:24:45.86 DEBUG firetray.Window restore: x=1, y=0, w=956, h=1020
13:24:45.88 DEBUG firetray.Window restored WindowStates: 0
13:24:45.88 DEBUG firetray.Window setVisibility=true
13:24:45.89 DEBUG firetray.Handler allWindowsVisible=true msgCountPositive=true
13:24:45.122 DEBUG firetray.Window MapNotify
13:24:45.122 DEBUG firetray.Window gdkWinState=0 for xid=73400458
13:24:45.125 DEBUG firetray.Window onFocusIn
13:24:45.125 DEBUG firetray.Window xid=73400458
13:24:45.125 DEBUG firetray.Window setUrgency: false
13:24:45.126 DEBUG firetray.Chat stopGetAttentionMaybe
13:24:45.126 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:24:48.800 DEBUG firetray.Messaging OnItemIntPropertyChanged FolderSize for folder All Mail was 1360183275 became 1360183275 NEW MESSAGES=0
13:25:0.550 DEBUG firetray.Handler ____Pref changed: chat_icon_blink_style
13:25:10.98 DEBUG firetray.Messaging OnItemIntPropertyChanged TotalMessages for folder All Mail was 789 became 788 NEW MESSAGES=0
13:25:10.102 DEBUG firetray.Messaging OnItemIntPropertyChanged FolderSize for folder All Mail was 20492412 became 20487365 NEW MESSAGES=0
13:25:10.103 DEBUG firetray.Messaging OnItemIntPropertyChanged TotalMessages for folder Archives was 31180 became 31179 NEW MESSAGES=0
13:25:10.105 DEBUG firetray.Messaging OnItemIntPropertyChanged FolderSize for folder All Mail was 20487365 became 20487365 NEW MESSAGES=0
13:25:10.725 DEBUG firetray.Window onFocusIn
13:25:10.726 DEBUG firetray.Window xid=73400458
13:25:10.726 DEBUG firetray.Window setUrgency: false
13:25:10.726 DEBUG firetray.Chat stopGetAttentionMaybe
13:25:10.726 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:25:13.645 DEBUG firetray.Handler showHideAllWindows
13:25:13.646 DEBUG firetray.Handler   visibleWindowsCount=1 / windowsCount=1
13:25:13.646 DEBUG firetray.Handler   visibilityRate=1
13:25:13.646 DEBUG firetray.Handler hideAllWindows
13:25:13.647 DEBUG firetray.Window hide
13:25:13.648 DEBUG firetray.Window save: gx=1, gy=0, gwidth=956, gheight=1020
13:25:13.649 DEBUG firetray.Window XGetWindowProperty res=0, actual_type=4, actual_format=32, bytes_after=0, nitems=1
13:25:13.649 DEBUG firetray.Window prop_value=ctypes.unsigned_char.ptr(ctypes.UInt64("0x7f75f86552b0")), size=8
13:25:13.650 DEBUG firetray.Window format OK
13:25:13.650 DEBUG firetray.Window props=ctypes.unsigned_long.array(1).ptr(ctypes.UInt64("0x7f75f86552b0")), size=8
13:25:13.650 DEBUG firetray.Window propsFound, nitems=ctypes.unsigned_long.array(1).ptr(ctypes.UInt64("0x7f75f86552b0")), ctypes.unsigned_long(ctypes.UInt64("1"))
13:25:13.650 DEBUG firetray.Window i: 311
13:25:13.651 DEBUG firetray.Window save: windowStates=0
13:25:13.651 DEBUG firetray.Window setVisibility=false
13:25:13.651 DEBUG firetray.Handler allWindowsVisible=true msgCountPositive=true
13:25:13.652 DEBUG firetray.Window UnmapNotify
13:25:13.653 DEBUG firetray.Window XGetWindowProperty res=0, actual_type=4, actual_format=32, bytes_after=0, nitems=1
13:25:13.653 DEBUG firetray.Window prop_value=ctypes.unsigned_char.ptr(ctypes.UInt64("0x7f75f86552b0")), size=8
13:25:13.653 DEBUG firetray.Window format OK
13:25:13.654 DEBUG firetray.Window props=ctypes.unsigned_long.array(1).ptr(ctypes.UInt64("0x7f75f86552b0")), size=8
13:25:13.654 DEBUG firetray.Window propsFound, nitems=ctypes.unsigned_long.array(1).ptr(ctypes.UInt64("0x7f75f86552b0")), ctypes.unsigned_long(ctypes.UInt64("1"))
13:25:13.654 DEBUG firetray.Window i: 311
13:25:13.654 DEBUG firetray.Window winStates=0, isHidden=0
13:25:14.119 DEBUG firetray.Handler showHideAllWindows
13:25:14.119 DEBUG firetray.Handler   visibleWindowsCount=0 / windowsCount=1
13:25:14.120 DEBUG firetray.Handler   visibilityRate=0
13:25:14.120 DEBUG firetray.Handler showAllWindows
13:25:14.120 DEBUG firetray.Window show xid=73400458
13:25:14.120 DEBUG firetray.Window restore: x=1, y=0, w=956, h=1020
13:25:14.122 DEBUG firetray.Window restored WindowStates: 0
13:25:14.122 DEBUG firetray.Window setVisibility=true
13:25:14.123 DEBUG firetray.Handler allWindowsVisible=true msgCountPositive=true
13:25:14.157 DEBUG firetray.Window MapNotify
13:25:14.158 DEBUG firetray.Window gdkWinState=0 for xid=73400458
13:25:14.161 DEBUG firetray.Window onFocusIn
13:25:14.161 DEBUG firetray.Window xid=73400458
13:25:14.162 DEBUG firetray.Window setUrgency: false
13:25:14.162 DEBUG firetray.Chat stopGetAttentionMaybe
13:25:14.162 DEBUG firetray.Chat convsToAcknowledgeLength=0
13:25:14.693 DEBUG firetray.PopupMenu menu-popup
13:25:14.693 DEBUG firetray.PopupMenu ARGS=GtkStatusIcon.ptr(ctypes.UInt64("0x7f7613f287a0")), 3, 5160473, ctypes.voidptr_t(ctypes.UInt64("0x7f7620f925f0"))
13:25:15.648 DEBUG firetray.Window onFocusIn
13:25:15.649 DEBUG firetray.Window xid=73400458
13:25:15.649 DEBUG firetray.Window setUrgency: false
13:25:15.650 DEBUG firetray.Chat stopGetAttentionMaybe
13:25:15.650 DEBUG firetray.Chat convsToAcknowledgeLength=0
foudfou commented 9 years ago

Ok. The second icon is the chat icon which you can disable in the preferences. Can we close issue ?

aquada commented 9 years ago

Thanks. Yes it can be closed. Can I get future updates from Mozilla or have to build each time?

On March 25, 2015 3:38:19 PM GMT+02:00, foudfou notifications@github.com wrote:

Ok. The second icon is the chat icon which you can disable in the preferences. Can we close issue ?


Reply to this email directly or view it on GitHub: https://github.com/foudfou/FireTray/issues/174#issuecomment-86027538

Sent from my Android device with K-9 Mail. Please excuse my brevity.

aquada commented 9 years ago

Will I be able to update through add ons or must I build each time?

On March 25, 2015 3:38:19 PM GMT+02:00, foudfou notifications@github.com wrote:

Ok. The second icon is the chat icon which you can disable in the preferences. Can we close issue ?


Reply to this email directly or view it on GitHub: https://github.com/foudfou/FireTray/issues/174#issuecomment-86027538

Sent from my Android device with K-9 Mail. Please excuse my brevity.

aquada commented 9 years ago

Will I be able to accept updates through the normal TB updater, or do I need to build from git each time?

On 25/03/15 15:38, foudfou wrote:

Ok. The second icon is the chat icon which you can disable in the preferences. Can we close issue ?

— Reply to this email directly or view it on GitHub https://github.com/foudfou/FireTray/issues/174#issuecomment-86027538.

foudfou commented 9 years ago

I think you can continue with your custom build: Firefox will check for updates on AMO, and replace your build eventually.

aquada commented 9 years ago

Ok thanks

On March 31, 2015 9:37:35 PM GMT+02:00, foudfou notifications@github.com wrote:

I think you can continue with your custom build: Firefox will check for updates on AMO, and replace your build eventually.


Reply to this email directly or view it on GitHub: https://github.com/foudfou/FireTray/issues/174#issuecomment-88220730

Sent from my Android device with K-9 Mail. Please excuse my brevity.