kopia lustrzana https://github.com/km4ack/pi-build
commit
8907e733f8
|
@ -22,6 +22,7 @@ version=3.0.8
|
|||
remove support for xlog - https://github.com/km4ack/pi-build/issues/215
|
||||
fix qsstv install - https://github.com/km4ack/pi-build/issues/225
|
||||
fix error in conky-prefs script
|
||||
fix qsstv menu item
|
||||
|
||||
|
||||
3.0.7 patch to fix flrig from not installing correctly https://github.com/km4ack/pi-build/issues/229
|
||||
|
|
|
@ -295,7 +295,19 @@ QSSTV() {
|
|||
make
|
||||
sudo make install
|
||||
|
||||
sudo sed -i 's/Education;/Network;HamRadio;/' /usr/local/share/applications/qsstv.desktop
|
||||
cat >qsstv.desktop <<EOF
|
||||
[Desktop Entry]
|
||||
Name=QSSTV
|
||||
Comment=Slow Scan TV
|
||||
GenericName=QSSTV
|
||||
Exec=/usr/local/bin/qsstv
|
||||
Icon=${HOME}/GridTracker/gridtracker.png
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Categories=HamRadio;
|
||||
EOF
|
||||
|
||||
sudo mv qsstv.desktop /usr/share/applications/
|
||||
|
||||
}
|
||||
##################################
|
||||
|
|
Ładowanie…
Reference in New Issue