Difference between revisions of "Workrave"
From WPKG | Open Source Software Deployment and Distribution
m |
BryanQuigley (Talk | contribs) (updated workrave to 1.9.4) |
||
Line 1: | Line 1: | ||
Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit. Please refer to the feature comparison for a complete list of features, and how the program performs with respect to other programs on the market. The program runs on GNU/Linux and Microsoft Windows. | Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit. Please refer to the feature comparison for a complete list of features, and how the program performs with respect to other programs on the market. The program runs on GNU/Linux and Microsoft Windows. | ||
− | Available from http://www.workrave.org/welcome/. | + | Available from http://www.workrave.org/welcome/. GTK no longer seems like it must be installed seprately. |
− | + | ||
<source lang="xml"> | <source lang="xml"> | ||
Line 8: | Line 7: | ||
id="workrave" | id="workrave" | ||
name="Workrave - Help prevent RSI" | name="Workrave - Help prevent RSI" | ||
− | revision=" | + | revision="2" |
priority="0" | priority="0" | ||
reboot="false"> | reboot="false"> | ||
− | + | <check type="uninstall" condition="exists" path="Workrave 1.9.4" /> | |
− | <check type="uninstall" condition="exists" path="Workrave 1.9. | + | <install cmd='%SOFTWARE%\workrave\workrave-win32-v1.9.4-installer.exe /sp- /silent /norestart ' /> |
− | <install cmd='%SOFTWARE%\workrave\workrave-win32-v1.9. | + | |
<remove cmd='%PROGRAMFILES%\Workrave\unins000.exe /SILENT ' /> | <remove cmd='%PROGRAMFILES%\Workrave\unins000.exe /SILENT ' /> | ||
</package> | </package> |
Latest revision as of 19:27, 21 June 2011
Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit. Please refer to the feature comparison for a complete list of features, and how the program performs with respect to other programs on the market. The program runs on GNU/Linux and Microsoft Windows.
Available from http://www.workrave.org/welcome/. GTK no longer seems like it must be installed seprately.
<package
id="workrave"
name="Workrave - Help prevent RSI"
revision="2"
priority="0"
reboot="false">
<check type="uninstall" condition="exists" path="Workrave 1.9.4" />
<install cmd='%SOFTWARE%\workrave\workrave-win32-v1.9.4-installer.exe /sp- /silent /norestart ' />
<remove cmd='%PROGRAMFILES%\Workrave\unins000.exe /SILENT ' />
</package>