¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Build-A-Pi Update menu


 

I updated my old version of Build-A-Pi and noticed that I do not have the Update selection to my Build-A-Pi menu.
Tried to reload Build-A-Pi but it states directory already exist. Also, it would be nice to have a selection to know what version from the Build-A-Pi menu.
I have been running updates from the File Manager folder which is the only method available at this point.

Vinny


 

In a recent release of BAP, the update tool was moved in the menu. Look under ham radio->build a pi.

The current installed release of BAP is stated at the top of the dialog box when you run the update tool. Another way to find your current version is by running:
grep version ~/pi-build/changelog | head -1

--
73, de KM4ACK
|
|


 

Here is what is displayed: Conky still is blurred until refreshed on boot, version is 3.0.8 but there isn't an Update selection in Build-a Pi menu.
This is after running the current update.
See attached screenshot.

KC2YRE
Vinny




On Mon, Sep 6, 2021 at 10:04 AM km4ack <jason.oleham@...> wrote:
In a recent release of BAP, the update tool was moved in the menu. Look under ham radio->build a pi.

The current installed release of BAP is stated at the top of the dialog box when you run the update tool. Another way to find your current version is by running:
grep version ~/pi-build/changelog | head -1

--
73, de KM4ACK
|
|



--
CONFIDENTIALITY NOTICE:? This e-mail and any documents, files or previous e-mails attached to it are confidential and may contain legally privileged information intended only for the addressee or the intended recipient.? If you are not the addressee or the intended recipient of this e-mail, you may not use, copy or disclose to anyone any information contained in this e-mail or its contents.? If you have received this e-mail in error, please advise the sender by reply e-mail, delete this e-mail and its contents and destroy any hard copies.


 

Let's address the missing update menu item first. Haven't seen this happen before but should be an easy fix. Open a terminal window and run:
nano /usr/local/share/applications/build-a-pi.desktop
Once the file opens, paste in the following lines:
[Desktop Entry]
Name=Update-Tool
GenericName=Update-Tool
Comment=Build-a-Pi App Manager
Exec=/home/pi/pi-build/update
Icon=/home/pi/pi-build/logo.png
Terminal=true
Type=Application
Categories=bap

press ctrl+s to save and ctrl+x to exit. The menu item should now be available.

Use the BAP update tool and reinstall Conky. That should fix the blurry Conky issue.
--
73, de KM4ACK
|
|


 

image.gif
Tried to save this to the file and it states - Error writing??/usr/local/share/applications/build-a-pi.desktop: Permission denied.
Any suggestions?

Vinny
KC2YRE


Sender notified by
09/24/21, 11:44:56 AM


On Tue, Sep 7, 2021 at 8:00 AM km4ack <jason.oleham@...> wrote:
Let's address the missing update menu item first. Haven't seen this happen before but should be an easy fix. Open a terminal window and run:
nano /usr/local/share/applications/build-a-pi.desktop
Once the file opens, paste in the following lines:
[Desktop Entry]
Name=Update-Tool
GenericName=Update-Tool
Comment=Build-a-Pi App Manager
Exec=/home/pi/pi-build/update
Icon=/home/pi/pi-build/logo.png
Terminal=true
Type=Application
Categories=bap

press ctrl+s to save and ctrl+x to exit. The menu item should now be available.

Use the BAP update tool and reinstall Conky. That should fix the blurry Conky issue.
--
73, de KM4ACK
|
|



--
CONFIDENTIALITY NOTICE:? This e-mail and any documents, files or previous e-mails attached to it are confidential and may contain legally privileged information intended only for the addressee or the intended recipient.? If you are not the addressee or the intended recipient of this e-mail, you may not use, copy or disclose to anyone any information contained in this e-mail or its contents.? If you have received this e-mail in error, please advise the sender by reply e-mail, delete this e-mail and its contents and destroy any hard copies.


 

My bad, use sudo before the nano command:
sudo nano /usr/local/share/applications/build-a-pi.desktop
--
73, de KM4ACK
|
|