diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-08-28 21:57:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-08-28 21:57:16 +0900 |
commit | 795bcd2584759310a0fe512bff3c90841a47a5e4 (patch) | |
tree | 467174902e8f3a5dcda4f71117f40a10e57e6448 /README.md | |
parent | cbf7f06c177ef5101df183c684ed52e0b9d10d36 (diff) | |
download | tdepowersave-795bcd2584759310a0fe512bff3c90841a47a5e4.tar.gz tdepowersave-795bcd2584759310a0fe512bff3c90841a47a5e4.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..3726d41 --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +Power management applet for Trinity + +TDEPowersave is a TDE systray applet which allows to control the power +management settings and policies of your computer. + +Current feature list: + * support for ACPI, APM and PMU + * trigger suspend to disk/ram and standby + * switch cpu frequency policy (between: performance, dynamic and powersave) + * applet icon with information about AC state, battery fill and battery + (warning) states + * applet tooltip with information about battery fill and remaining battery + time/percentage + * autosuspend (to suspend the machine if the user has been inactive for a + defined time) + * a global configurable blacklist with programs which prevent autosuspend + (e.g. videoplayer and cd burning tools) + * trigger lock screen and select the lock method + * KNotify support + * online help + * localisations for many languages + +TDEPowersave supports schemes with following configurable specific +settings for: + * screensaver + * DPMS + * autosuspend + * scheme specific blacklist for autosuspend + * notification settings + + +You need the following packages to compile TDEPowersave: + + - dbus (dbus-devel, dbus-qt3-devel) >= 0.6.x recommended: >= 0.9.x + - tdelibs3-devel recommended: >= 3.4.3/3.5.x + - pkgconfig + - xorg-x11-devel (for detect inactivity and set DPMS) + + and maybe also these packages: + - doxygen (for code documentation) + - docbook, trinitysdk (handbook) + + other (may) needed packages for run all TDEPowersave features: + - PolicyKit, recommended >= 0.2 + +. + +Contributing +-------------- + +If you wish to contribute to tdepowersave, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate + + +Translations status +--------------------- + +### messages +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/tdepowersave/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/) + +### desktop files +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/tdepowersave-desktop-files/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/) |