From b4f8c5862ffa6e6398bbfc1dee3f631dd3630c09 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Wed, 7 Apr 2010 00:48:21 +0200 Subject: [PATCH] Added desktop files for calibration and time and date scripts --- .../pandora-system/pandora-scripts/op_calibrate.desktop | 9 +++++++++ .../pandora-system/pandora-scripts/op_datetime.desktop | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 recipes/pandora-system/pandora-scripts/op_calibrate.desktop create mode 100644 recipes/pandora-system/pandora-scripts/op_datetime.desktop diff --git a/recipes/pandora-system/pandora-scripts/op_calibrate.desktop b/recipes/pandora-system/pandora-scripts/op_calibrate.desktop new file mode 100644 index 0000000..aa5432c --- /dev/null +++ b/recipes/pandora-system/pandora-scripts/op_calibrate.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Calibrate Touchscreen +Comment=Calibrates the touchscreen. Restart afterwards +StartupNotify=false +Exec=/usr/pandora/scripts/op_calibrate.sh +Icon=Terminal +Terminal=false +Type=Application +Categories=System; diff --git a/recipes/pandora-system/pandora-scripts/op_datetime.desktop b/recipes/pandora-system/pandora-scripts/op_datetime.desktop new file mode 100644 index 0000000..94cb6cd --- /dev/null +++ b/recipes/pandora-system/pandora-scripts/op_datetime.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Set Date and Time +Comment=You can also select the timezone. +StartupNotify=false +Exec=sudo /usr/pandora/scripts/op_datetime.sh +Icon=Terminal +Terminal=false +Type=Application +Categories=System; -- 2.39.5