From 2670f899ae51834e4882b8e67c74c3e733493a63 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Wed, 7 Apr 2010 00:46:54 +0200 Subject: [PATCH] Added sudo to op_bright and op_cpuspeed desktop files to make them actually work --- recipes/pandora-system/pandora-scripts/op_bright.desktop | 2 +- recipes/pandora-system/pandora-scripts/op_cpuspeed.desktop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2