From cbfa20c51e7577f9bc6d6d53bf1ff99dbe110741 Mon Sep 17 00:00:00 2001 From: Walmes Zeviani <walmes@ufpr.br> Date: Tue, 4 Apr 2023 15:08:33 -0400 Subject: [PATCH] Install Clockfy. --- install_ubuntu_details.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/install_ubuntu_details.sh b/install_ubuntu_details.sh index e95c234..9946225 100644 --- a/install_ubuntu_details.sh +++ b/install_ubuntu_details.sh @@ -178,6 +178,19 @@ sudo snap install whatsapp-for-linux sudo apt install snapd-xdg-open sudo snap install discord +#----------------------------------------------------------------------- +# Clockfy. +# https://clockify.me/linux-time-tracking + +# Install dependencies. +sudo apt-get install -y gconf2 libappindicator1 + +# Download *.deb. +wget https://clockify.me/downloads/Clockify_Setup.deb -P ~/Downloads + +# Installs. +sudo dpkg -i ~/Downloads/Clockify_Setup.deb + #----------------------------------------------------------------------- # PopCorn Time. @@ -477,6 +490,15 @@ ls /usr/local/share/fonts/Walmes-TTF # Updates the font cache. sudo fc-cache -fv +#----------------------------------------------------------------------- +# https://www.techytalk.info/webcam-settings-control-ubuntu-linux/ + +sudo apt-get update -y +sudo apt-get install -y v4l-utils + +# https://installati.one/install-qv4l2-ubuntu-20-04/ +sudo apt-get -y install qv4l2 + #----------------------------------------------------------------------- # Virtual Webcam to use with OBS Studio. # OBS Studio must be already installed. -- GitLab