[dasher: 207/217] Adding a script to create desktop shortcuts for starting dasher in 4 basic profiles in Linux



commit f46a3c9cd098e6d41f500adbc7ffdfd36bce77f1
Author: Cagdas <cagdasgerede users noreply github com>
Date:   Tue Feb 9 15:20:00 2016 +0200

    Adding a script to create desktop shortcuts for starting dasher in 4 basic profiles in Linux

 create-linux-desktop-shortcuts.sh               |   11 +++++++++++
 linux-desktop-shortcut-spec-for-direct          |    8 ++++++++
 linux-desktop-shortcut-spec-for-edit            |    8 ++++++++
 linux-desktop-shortcut-spec-for-prepared-speech |    8 ++++++++
 linux-desktop-shortcut-spec-for-speak           |    8 ++++++++
 5 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/create-linux-desktop-shortcuts.sh b/create-linux-desktop-shortcuts.sh
new file mode 100755
index 0000000..d2390bc
--- /dev/null
+++ b/create-linux-desktop-shortcuts.sh
@@ -0,0 +1,11 @@
+cp linux-desktop-shortcut-spec-speak $HOME/Desktop/dasher-speak.desktop
+chmod +x $HOME/Desktop/dasher-speak.desktop
+
+cp linux-desktop-shortcut-spec-prepared-speech $HOME/Desktop/dasher-prepared-speech.desktop
+chmod +x $HOME/Desktop/dasher-prepared-speech.desktop
+
+cp linux-desktop-shortcut-spec-edit $HOME/Desktop/dasher-edit.desktop
+chmod +x $HOME/Desktop/dasher-edit.desktop
+
+cp linux-desktop-shortcut-spec-direct $HOME/Desktop/dasher-direct.desktop
+chmod +x $HOME/Desktop/dasher-direct.desktop
diff --git a/linux-desktop-shortcut-spec-for-direct b/linux-desktop-shortcut-spec-for-direct
new file mode 100644
index 0000000..f763c56
--- /dev/null
+++ b/linux-desktop-shortcut-spec-for-direct
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Dasher - Direct
+Comment=Dasher direct entry
+Exec=dasher --config direct
+Icon=dasher
+Terminal=false
+Type=Application
+Categories=Utility;Application;
diff --git a/linux-desktop-shortcut-spec-for-edit b/linux-desktop-shortcut-spec-for-edit
new file mode 100644
index 0000000..9799de6
--- /dev/null
+++ b/linux-desktop-shortcut-spec-for-edit
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Dasher - Edit
+Comment=Dasher for edit
+Exec=dasher --config edit
+Icon=dasher
+Terminal=false
+Type=Application
+Categories=Utility;Application;
diff --git a/linux-desktop-shortcut-spec-for-prepared-speech b/linux-desktop-shortcut-spec-for-prepared-speech
new file mode 100644
index 0000000..43676bd
--- /dev/null
+++ b/linux-desktop-shortcut-spec-for-prepared-speech
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Dasher - Prepared Speech
+Comment=Dasher for giving speeches
+Exec=dasher --config prepared_speech
+Icon=dasher
+Terminal=false
+Type=Application
+Categories=Utility;Application;
diff --git a/linux-desktop-shortcut-spec-for-speak b/linux-desktop-shortcut-spec-for-speak
new file mode 100644
index 0000000..9eda099
--- /dev/null
+++ b/linux-desktop-shortcut-spec-for-speak
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Dasher - Speak
+Comment=Dasher for conversation
+Exec=dasher --config speak
+Icon=dasher
+Terminal=false
+Type=Application
+Categories=Utility;Application;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]