Skip to content

Commit

Permalink
Adding a script to create desktop shortcuts for starting dasher in 4 …
Browse files Browse the repository at this point in the history
…basic profiles in Linux
  • Loading branch information
cagdasgerede committed Feb 9, 2016
1 parent e2a06e9 commit f46a3c9
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 0 deletions.
11 changes: 11 additions & 0 deletions create-linux-desktop-shortcuts.sh
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions linux-desktop-shortcut-spec-for-direct
Original file line number Diff line number Diff line change
@@ -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;
8 changes: 8 additions & 0 deletions linux-desktop-shortcut-spec-for-edit
Original file line number Diff line number Diff line change
@@ -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;
8 changes: 8 additions & 0 deletions linux-desktop-shortcut-spec-for-prepared-speech
Original file line number Diff line number Diff line change
@@ -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;
8 changes: 8 additions & 0 deletions linux-desktop-shortcut-spec-for-speak
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit f46a3c9

Please sign in to comment.