Skip to content

Commit c6175b9

Browse files
author
Dave Slotter
committed
Miscellaneous fixes
1 parent 4e2bf67 commit c6175b9

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

files/usr/local/share/applications/lopora.desktop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Version=1.0
44
Name=Lopora
55
GenericName=QRSS Beacon Reception
66
Comment=Lopora is a QRSS Beacon Reception program
7-
Exec=/home/hampi/lopora/scriptfiles/quickstartlopora-hampi.sh
8-
Path=/home/hampi/lopora
7+
Exec=/home/pi/lopora/scriptfiles/quickstartlopora-pi.sh
8+
Path=/home/pi/lopora
99
Terminal=false
1010
StartupNotify=true
1111
Categories=Utility;HamRadio

files/usr/local/share/applications/noaa-apt.desktop

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Name=NOAA Apt Image Decoder
33
GenericName=NOAA Apt Image Decoder
44
Comment=Image decoder for APT signals from NOAA satellites
5-
Exec=/home/hampi/hamradio/noaa-apt/target/release/noaa-apt
6-
Path=/home/hampi/hamradio/noaa-apt
7-
Icon=/home/hampi/hamradio/noaa-apt/res/icon.png
5+
Exec=/home/pi/hamradio/noaa-apt/target/release/noaa-apt
6+
Path=/home/pi/hamradio/noaa-apt
7+
Icon=/home/pi/hamradio/noaa-apt/res/icon.png
88
Terminal=false
99
Type=Application
1010
Categories=HamRadio

tasks/install_about.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
file:
1313
path: /usr/share/icons/hampi/{{ item }}
1414
state: directory
15-
mode: 644
15+
mode: 0644
1616
with_items:
1717
- 256x256
1818
- 128x128
@@ -25,14 +25,14 @@
2525
copy:
2626
src: "{{ playbook_dir }}/../files/usr/share/icons/hampi.png"
2727
dest: "/usr/share/icons/hampi.png"
28-
mode: 644
28+
mode: 0644
2929

3030
- name: Create HamPi icon in /usr/share/icons/hampi/[RESOLUTION]
3131
become: yes
3232
copy:
3333
src: "{{ playbook_dir }}/../files/usr/share/icons/hampi/hampi.png"
3434
dest: "/usr/share/icons/hampi/{{ item }}/hampi.png"
35-
mode: 644
35+
mode: 0644
3636
with_items:
3737
- 256x256
3838
- 128x128
@@ -45,7 +45,7 @@
4545
file:
4646
path: /usr/share/pixmaps/hampi/{{ item }}
4747
state: directory
48-
mode: 644
48+
mode: 0644
4949
with_items:
5050
- 256x256
5151
- 128x128
@@ -58,14 +58,14 @@
5858
copy:
5959
src: "{{ playbook_dir }}/../files/usr/share/pixmaps/hampi.png"
6060
dest: "/usr/share/pixmaps/hampi.png"
61-
mode: 644
61+
mode: 0644
6262

6363
- name: Create HamPi icon in /usr/share/pixmaps/hampi/[RESOLUTION]
6464
become: yes
6565
copy:
6666
src: "{{ playbook_dir }}/../files/usr/share/pixmaps/hampi/hampi.png"
6767
dest: "/usr/share/pixmaps/hampi/{{ item }}/hampi.png"
68-
mode: 644
68+
mode: 0644
6969
with_items:
7070
- 256x256
7171
- 128x128
@@ -78,11 +78,11 @@
7878
copy:
7979
src: "{{ playbook_dir }}/../files/usr/share/applications/HamPi.desktop"
8080
dest: "/usr/share/applications/HamPi.desktop"
81-
mode: 644
81+
mode: 0644
8282

8383
- name: Create HamPi script in /usr/bin
8484
become: yes
8585
copy:
8686
src: "{{ playbook_dir }}/../files/usr/bin/about_hampi"
8787
dest: "/usr/bin/about_hampi"
88-
mode: 755
88+
mode: 0755

0 commit comments

Comments
 (0)