File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
files/usr/local/share/applications Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Version=1.0
44Name =Lopora
55GenericName =QRSS Beacon Reception
66Comment =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
99Terminal =false
1010StartupNotify =true
1111Categories =Utility;HamRadio
Original file line number Diff line number Diff line change 22Name =NOAA Apt Image Decoder
33GenericName =NOAA Apt Image Decoder
44Comment =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
88Terminal =false
99Type =Application
1010Categories =HamRadio
Original file line number Diff line number Diff line change 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
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
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
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
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
You can’t perform that action at this time.
0 commit comments