Simple Tasks
Manage webcam
Installation
Linux
- Download the latest release (a binary file) and place it wherever you want
- To make the app runnable from the applications grid, first launch it from the terminal, then you need to create
simple-tasks.desktopfile in$HOME/.local/share/applicationsand copy this, changing [your username]
[Desktop Entry]
Name=Simple Tasks
Exec=/path/to/tasks
Terminal=false
Type=Application
Comment=Manage microphone and webcam
Icon=/home/[your username]/.config/simple-tasks/tasks.png
- To make the app run at startup (using
simple-tasks.desktopand if you havegnome-tweak-toolsinstalled) you can open Tweaks and add Water Reminder to the startup applications. Otherwise, if you didn't createsimple-tasks.desktopor if you don't havegnome-tweak-tools, open "Startup Applications", press "Add" and in the command section typepath/to/tasks. Give the app the name you want
