NOTE:
Supported Versions
For version 22.0 using Wayland, note that screenshots may not be captured due to access limitations of this OS version. To overcome this, you can switch the windowing system to X11.
Checking Wayland Status
Please verify if Wayland is enabled on your Ubuntu system by checking the system settings.
If Wayland is enabled, follow the steps below to disable it:
Step-by-Step Guide to Install Time Champ on Linux
Step 1: Whitelist Domains (if using a Proxy Server)
If you are using a proxy server, ensure that the following domains are whitelisted for the smooth functioning of the Time Champ software:
*.snovasys.io
*.timechamp.io
If you are not using a proxy server, you can skip this step.
Step 2: Uninstall Previous Versions of Time Champ
Download the uninstallation script from the following link:
https://tracker.timechamp.io/linuxv2/uninstall.bashMove the downloaded file to the
Downloads
folder.Open the terminal and run the following command to uninstall all previously installed Time Champ applications:
bashCopy codebash uninstall.bash
Step 3: Install Required Dependencies
Ensure the following dependencies are installed on your Linux machine these are preferred to be installed in the Home Section:
libfuse2
libssl1.1
If these dependencies are already installed, you can skip this step. If not, follow the steps below.
Step 4: Install Dependencies:
Download the
libssl1.1
package:bashCopy codewget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
Install the downloaded package:
bashCopy codesudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
Note: If you encounter the error "dpkg: error: unknown option -o"
, run the following commands:
bashCopy codesudo dpkg --install libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb sudo apt-get -f install sudo dpkg --configure -a
If you encounter the "wkhtmltox error"
, run the following command:
bashCopy codesudo apt --fix-broken install sudo apt-get install fuse libfuse2 wkhtmltox
Step 5: Login into your Time Champ account
Example site address is test.timechamp.io
To login into the site click on sign in after giving the credentials
Step 6: Go to Users tab
Click on the Users tab
Step 7: Click on the download agent button
Below screen will appear
Step 8: Select the Linux
Step 9: select the agent with automatic user creation or manual user creation
Step 10 : After selecting click on Download agent button
Timechamp.zip file is downloaded
Go to the downloads folder then the TimeChamp.Zip file will be displayed
*We should not change the ZIp file Name and the File should only be present in the downloads section*
Unzip the TimeChamp.Zip file and open the TimeChamp folder
Go back to the TimeChamp folder then the timechamp-linux_64bit-setup.bash file will be displayed
Right-click in TimeChamp folder and click the open in Terminal
Run the following commands in Terminal
chmod 777 timechamp-linux_64bit-setup.bash
./timechamp-linux_64bit-setup.bash
OR
We can Run
bash timechamp-linux_64bit-setup.bash
Give the system lock password, then time champ will be installed as shown in the above screenshot
After installation Pop up will be displayed like this
After installing the application, please disable the Wayland option if you have it enabled on your system. Here is the link to disable Wayland in the system.
https://linuxconfig.org/how-to-enable-disable-wayland-on-ubuntu-22-04-desktop
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article