Script & Icon
Ed Bloom, KD9FRQ
Two items :
1) I have created a script and would now like to have in Icon on the Desktop or create Menu location for it (Main > Mail >Get Mail from CALL) 2) I need help getting script to run mheard udr1 command, display the call signs only in a tabbed format 5 wide by rows needed to show all results Prompt me for call sign from above display then execute wl2kax25 -c %CALL% -V where %CALL% is the entered value for the keyboard. I would greatly appreciate any help you can provide. 73s, Ed, KD9FRQ
|
|
Ed Bloom, KD9FRQ
Is anyone able and willing to help guide me?
toggle quoted messageShow quoted text
Ed, KD9FRQ
On 6/2/2020 11:43 AM, Ed Bloom, KD9FRQ via groups.io wrote:
Two items :
|
|
I will try to help. I am mobile right now and will elaborate when I get home.
-- Rich Gordon k0eb
|
|
Ed Bloom, KD9FRQ
toggle quoted messageShow quoted text
-----Original Message-----
From: Rich Gordon <rich@...> To: RaspberryPi-4-HamRadio@groups.io Sent: Thu, Jun 4, 2020 7:45 am Subject: Re: [RaspberryPi-4-HamRadio] Script & Icon I will try to help. I am mobile right now and will elaborate when I get home.
-- Rich Gordon k0eb
|
|
The mheard-mail.sh script in the following github repository link should come close to what you are specifying. https://github.com/n7nix/auto-rmsgw-find Features of this script:
Problems
/Basil n7nix
|
|
Ed Bloom, KD9FRQ
Basil,
THANK YOU VERY MUCH!!!!!!!
I will fetch it and try it when I get done working for the day.
Ed Bloom, KD9FRQ
ewbloom@... Sent from Webmail access
-----Original Message-----
From: Basil Gunn <basil@...> To: RaspberryPi-4-HamRadio@groups.io Sent: Thu, Jun 4, 2020 12:48 pm Subject: Re: [RaspberryPi-4-HamRadio] Script & Icon [Edited Message Follows]
The mheard-mail.sh script in the following github repository link should come close to what you are specifying.
https://github.com/n7nix/auto-rmsgw-find
Features of this script:
Problems
/Basil n7nix
|
|
Here is what I do when I want to create a custom menu entry. In the file browser, navigate to /usr/share/applications and copy one of the applications - pick one that shows up in the category that you want your custom entry to show up in. Now you need to paste it into /home/yourUserName/.local/share/applications. Create .local/share/applications directories if they do not exist. Now edit the file that you just pasted by right clicking and opening with your text editor. Make it look something like this:
[Desktop Entry] Type=Application Name=Get Mail from CALL Exec=~/.local/bin/yourscript Categories=Utility; NoDisplay=false Terminal=false Icon=/iconDirectory/icon.png Save the file after editing. Rename the file with a new name like mailfromcall.desktop . You may need to do this from the terminal with the mv command. Place your script in ~/.local/bin/ and you should be good to go. I am not quite sure I know what your script is doing or how the info is displayed. Do you need it to display in a terminal or will it display as a notification? You might need to tweak the ,desktop file in order to do that. -- Rich Gordon k0eb
|
|
Script lives here: https://github.com/n7nix/auto-rmsgw-find/blob/master/mheard-mail.sh Instructions for using a desktop icon here: https://github.com/n7nix/auto-rmsgw-find#to-run-from-desktop-icon /Basil n7nix
|
|
Ed Bloom, KD9FRQ
Basil,
Thank you for the script. It does what
I wanted it to do.
73s, Ed, KD9FRQ
On 6/4/2020 4:04 PM, Basil Gunn wrote:
|
|