From: Michael Mrozek Date: Tue, 6 Apr 2010 22:46:54 +0000 (+0200) Subject: Added sudo to op_bright and op_cpuspeed desktop files to make them actually work X-Git-Tag: Release-2010-05/1~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2670f899ae51834e4882b8e67c74c3e733493a63;p=openpandora.oe.git Added sudo to op_bright and op_cpuspeed desktop files to make them actually work --- diff --git a/recipes/pandora-system/pandora-scripts/op_bright.desktop b/recipes/pandora-system/pandora-scripts/op_bright.desktop index 5fe3a91..99fe690 100644 --- a/recipes/pandora-system/pandora-scripts/op_bright.desktop +++ b/recipes/pandora-system/pandora-scripts/op_bright.desktop @@ -2,7 +2,7 @@ Name=Set Backlight Brightness Comment=Set the brightness of the backlight. StartupNotify=false -Exec=/usr/pandora/scripts/op_bright.sh +Exec=sudo /usr/pandora/scripts/op_bright.sh Icon=Terminal Terminal=false Type=Application diff --git a/recipes/pandora-system/pandora-scripts/op_cpuspeed.desktop b/recipes/pandora-system/pandora-scripts/op_cpuspeed.desktop index 611a692..5232834 100644 --- a/recipes/pandora-system/pandora-scripts/op_cpuspeed.desktop +++ b/recipes/pandora-system/pandora-scripts/op_cpuspeed.desktop @@ -2,7 +2,7 @@ Name=Set CPU speed Comment=Under or overclock your OpenPandora CPU. StartupNotify=false -Exec=/usr/pandora/scripts/op_cpuspeed.sh +Exec=sudo /usr/pandora/scripts/op_cpuspeed.sh Icon=Terminal Terminal=false Type=Application