Giter VIP home page Giter VIP logo

Comments (3)

yoshegg avatar yoshegg commented on August 16, 2024

A workaround is to use the following command as startup command:
bash -c "sleep 20 && /usr/bin/birdtray"

from birdtray.

vedgy avatar vedgy commented on August 16, 2024

Hi @gyunaev,
I just got this error message on my Manjaro Xfce desktop after large system upgrades. I think that birdtray doesn't wait sufficiently long for the system tray to become available due to the following mistake in code:
according to the comment at the top of ensureSystemTrayAvailable(), this function is supposed to wait for up to 60 seconds. But it calls QThread::usleep( 500 ) for up to 120 times. (500 microseconds) * 120 = 60 milliseconds. I think that QThread::msleep( 500 ) should be called instead, though I haven't actually tried or tested such a change.

from birdtray.

gyunaev avatar gyunaev commented on August 16, 2024

Yes, correct. Fixed.

from birdtray.

Related Issues (20)

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.