This is a beta version, please post bugs and suggestions at support (at) deskroll.com
1. Download the package at https://deskroll.com/download/linux/DeskRoll.deb Double-click or right-click it and select the package manager.
2. Or, you can use the following commands:
wget https://deskroll.com/download/linux/DeskRoll.deb
sudo dpkg -i DeskRoll.deb
deskroll-rd
Running in debug mode
If you run into a bug, please try running DeskRoll again in debug mode, reproduce the bug and send the logs to support (at) deskroll.com
Debug mode key:
deskroll-rd --debug=<LEVEL>
where <LEVEL> is log detail level from 0 to 3. 3 is recommended.
By default, the logs are saved to /tmp/deskroll
You can choose a different path:
deskroll-rd --debug=<LEVEL> --log_path=<PATH>
Debian and derivatives, including Debian 8 +, Ubuntu 14.04 LTS +, Mint 13 +, etc.