Skip to content

Commit

Permalink
Use /home/pi instead of $HOME in desktop files.
Browse files Browse the repository at this point in the history
  • Loading branch information
enetor committed Sep 11, 2017
1 parent 9bcfd37 commit a0da9fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shortcuts/check_audio.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Encoding=UTF-8
Type=Application
Name=Check audio
Comment=Check that the voiceHAT audio input and output are both working.
Exec=$HOME/AIY-voice-kit-python/checkpoints/check_audio.py
Exec=/home/pi/AIY-voice-kit-python/checkpoints/check_audio.py
Terminal=true
2 changes: 1 addition & 1 deletion shortcuts/check_cloud.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Encoding=UTF-8
Type=Application
Name=Check Cloud
Comment=Check that the Cloud Speech API can be used.
Exec=$HOME/AIY-voice-kit-python/checkpoints/check_cloud.py
Exec=/home/pi/AIY-voice-kit-python/checkpoints/check_cloud.py
Terminal=true
2 changes: 1 addition & 1 deletion shortcuts/check_wifi.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Encoding=UTF-8
Type=Application
Name=Check WiFi
Comment=Check that the WiFi is working.
Exec=$HOME/AIY-voice-kit-python/checkpoints/check_wifi.py
Exec=/home/pi/AIY-voice-kit-python/checkpoints/check_wifi.py
Terminal=true

0 comments on commit a0da9fa

Please sign in to comment.