diff options
author | Heinz Wiesinger <HMWiesinger@gmx.at> | 2010-05-11 20:02:01 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:02:01 +0200 |
commit | ddce670a824a0416c17d9d5532c795b96815b548 (patch) | |
tree | d9a7a26ee35ec29f5203f221a1f131e5106a0199 /system/lapsus/README | |
parent | 16808fc8cf5aa630e98fff836dc6a34e3315d6ff (diff) |
system/lapsus: Added to 12.0 repository
Diffstat (limited to 'system/lapsus/README')
-rw-r--r-- | system/lapsus/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/lapsus/README b/system/lapsus/README new file mode 100644 index 0000000000000..4c35d032a53c7 --- /dev/null +++ b/system/lapsus/README @@ -0,0 +1,13 @@ +Lapsus is a program created to let laptops users use many of the +features of their laptops which are supported by Linux. For now, +there are two hardware-specific backends - Asus and IBM, and one +'generic' backend for all unsupported hardware. + +Every user, who wants to use lapsus, needs to be in a group called +'lapsus'. You can add that group via 'groupadd lapsus'. +Alternatively, if you want to use a different group, you can edit +/etc/dbus-1/system.d/lapsus.conf to specify a different one: +Change the line that reads like this: + <policy group="lapsus"> +to whatever group you wish to use; for example, the 'power' group: + <policy group="power"> |