Search code examples
ubuntudependencies

Searching for dependency of TimeDoctor2 at Ubuntu 22


I am using the time doctor 2 application for a long time. I am using it to track my and my team's working time. Because they are working for me remotely.

2 days ago I update my ubuntu from 20 to 22, then that application stop working. The view is completely blank of that application. I contacted them and did not find any proper instruction to solve the issue. If anybody has already solved this issue by finding any dependency installation on Ubuntu 22 then it will be a great help for me.


Solution

  • The support team didn't have a solution for me. However, I found a workaround that helped here.

    Run the following command in terminal

    export QTWEBENGINE_DISABLE_SANDBOX=1
    

    Then run:

    ~/timedoctor2/timedoctor2
    

    Note: I needed to run again after closing the terminal.