Git Product home page Git Product logo

docky-thunderbird's People

Contributors

albanpeignier avatar erdemuncuoglu avatar lpiepiora avatar vanoudt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

docky-thunderbird's Issues

Count not displaying in 3.0.3pre

I am running Thunderbird 3.0.3pre from the lauchpad ppa in Ubuntu 9.10. I installed the add-on to display the new message count, but it doesn't appear to be working.

What output do you need?

No icon in docky

I have Ubuntu 10.04 with Thunderbird 3.0.4 (and 3.2a1pre), Gnome Do 0.8.3.1, and Docky Unread Count Add-on 0.3.

I am not seeing any change to my Thunderbird icon in my Docky.

Only shows message number from Inbox

I have checked the "count messages in sub-folders" but it still only displays the number of unread messages in my inbox folder.

I have 7 other folders at the same level as the inbox,not counting trash, sent, junk drafts, etc..

On Ubuntu 10.10, using Thunderbird 3.1.8

Its a great add-on, only wish it counted my other folders.

Scott

Badge counts one less message, than there actually is

Latest update fixed counter on KDE with Dock Manager, thanks! But the new problem appears. The badge always shows number by one less then the actual count of unread messages. E.g. -1 with zero unread count, no badge with 1 unread, 1 with 2 unread and so on. If that helps, I'm using subfolders in inbox and "Count messages in subfolders" is checked.

Making it work with the KDE icon-only task manager

The icon only task manager supports both the DockManager and Unity api. Docky-thunderbird works well under KDE when one minor modification is made. Simply replace everything following the ###### above the try-except block with:

class KDEDBus(DockyDBus):
        def __init__(self):
                DockyDBus.__init__(self, 'net.launchpad.DockManager', '/net/launchpad/DockManager', 'net.launchpad.DockManager', 'net.launchpad.DockItem');
######
######
######
try:
        KDEDBus().update();
except BaseException as e:
        print "Couldn't connect to KDE Dockmanager - falling back to Docky. Reason: ", e
        #Fallback to Docky - someone's not using KDE :-(
        try:
                DockyDBus().update()
        except BaseException as e:
                print "Couldn't connect to docky - using fallback to v2.1.x. Reason: ", e
                #Fallback to 21
                try:
                        DockyDBus21().update()
                except BaseException as e:
                        print "Couldn't connect to docky - using fallback to 2.0.x. Reason: ", e
                        #Fallback to old docky
                        DockyDBus20().update()

Badge not showing number after restarting Thunderbird

Everytime I boot my Laptop the Thunderbird icon has no badge on it. Independently on the number of unread mails.

If i let Thunderbird open and I recieve 10 mails and I don't read them, the badge shows 10 unread mails. If I close Thunderbird and I reopen it, I still have those 10 mails unread, but no badge. Then, if I recieve an email, the badge shows 1 unread email, when, in fact, i have 11 unread emails.

I think the extension should in some way update the value when Thunderbird is open, in that way you can see if you left emails unread directly from the dock icon.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.