Hi
I use both ft8 and 165 on six meters a lot and of late have to swap between the 
to modes often while trying to work dx.
So I set up 2 configurations which works well apart from the freq (ft8 313 and 
qt65 275 which I have to change each time the rest of the settings are saved 
every time.
Is this a fault my end ? or could it be changed to save the freq in the config.

Many thanks stay SAFE

De roger vk3fz

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows

From: 
wsjt-devel-requ...@lists.sourceforge.net<mailto:wsjt-devel-requ...@lists.sourceforge.net>
Sent: Tuesday, 11 January 2022 7:33 AM
To: wsjt-devel@lists.sourceforge.net<mailto:wsjt-devel@lists.sourceforge.net>
Subject: wsjt-devel Digest, Vol 95, Issue 24

Send wsjt-devel mailing list submissions to
        wsjt-devel@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/wsjt-devel
or, via email, send a message with subject or body 'help' to
        wsjt-devel-requ...@lists.sourceforge.net

You can reach the person managing the list at
        wsjt-devel-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of wsjt-devel digest..."


Today's Topics:

   1. Re: Cleaner Updates/Installs (Black Michael)
   2. Re: Cleaner Updates/Installs (da...@beauchesne.net)
   3. Re: Cleaner Updates/Installs (Peter Sumner)


----------------------------------------------------------------------

Message: 1
Date: Mon, 10 Jan 2022 13:25:48 +0000 (UTC)
From: Black Michael <mdblac...@yahoo.com>
To: wsjt-devel <wsjt-devel@lists.sourceforge.net>
Subject: Re: [wsjt-devel] Cleaner Updates/Installs
Message-ID: <1209431812.2047412.1641821148...@mail.yahoo.com>
Content-Type: text/plain; charset=UTF-8

This is a long-standing problem that needs to be fixed.

WSJT-X should use a default path that includes the version#.??

That will provide two things

#1 Very easy for user to start whichever version they want
#2 Avoid duplicate program entries

This patch makes the default install directory match the WSJT-X version.

diff --git a/CMakeCPackOptions.cmake.in b/CMakeCPackOptions.cmake.in
index eceae4edf..ae1c70900 100644
--- a/CMakeCPackOptions.cmake.in
+++ b/CMakeCPackOptions.cmake.in
@@ -5,7 +5,8 @@
?set (CPACK_PACKAGE_VENDOR "@PROJECT_VENDOR@")
?set (CPACK_PACKAGE_CONTACT "@PROJECT_CONTACT@")
?set (CPACK_RESOURCE_FILE_LICENSE "@PROJECT_SOURCE_DIR@/COPYING")
-set (CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME})
+#set (CPACK_PACKAGE_INSTALL_DIRECTORY 
${CPACK_PACKAGE_NAME}$NAME{CPACK_PACKAGE_VERSION_PATCH})
+set (CPACK_PACKAGE_INSTALL_DIRECTORY 
"@CPACK_PACKAGE_NAME@-PACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@")
?set (CPACK_PACKAGE_EXECUTABLES wsjtx "@PROJECT_NAME@")
?set (CPACK_CREATE_DESKTOP_LINKS wsjtx)
?set (CPACK_STRIP_FILES TRUE)


Mike W9MDB






On Monday, January 10, 2022, 12:57:41 AM CST, Dave Fitches via wsjt-devel 
<wsjt-devel@lists.sourceforge.net> wrote:









Hi folks,

Firstly - awesome work with the program to everyone involved (past and present!)

Just one nit-picky thing...
When we have a new version come out, and I install it, it creates a brand new 
Start Menu folder for the new version.

So I now have in my Start Menu:
??? wsjtx 2.40
??? wsjtx 2.50
??? wsjtx 2.52
??? wsjtx 2.54

Likewise in my installed programs listing in "Add/Remove Programs" I have all 4 
versions of the software listed. And given the program installs to the same 
location every time it installs, if I remove the old versions of the software, 
it causes no end of problems.

To remove the old versions I have to remove the oldest. Then because all the 
files are gone, to remove the next oldest I have to re-install the new version. 
THEN remove the next oldest. ...rinse and repeat.

To my mind - it should be working thus:

* If you're installing over an existing version in the SAME INSTALL DIRECTORY 
(Default behaviour), then it should update the existing package and update the 
version number in the Installed Programs list to prevent duplicate listings of 
the same install location, and either use a Common Name for the Start Menu 
folder, or remove the OLD Start Menu folder for the previous version number and 
add the NEW version into Start Menu.

* If you're installing to a brand new directory and there's an existing copy 
installed elsewhere, leave the existing stuff alone because some people might 
want to run an old version and a new version, so list them seperately.

I admit - I have ZERO programming chops to do any of these things myself, but I 
can make constructive suggestions for future releases!??

Again - I wish to say I am in awe of the software as it stands! These points 
above are piddling things, especially when compared to the joy this program 
brings to a new Ham Operator working off a compromised antenna using QRP, and 
is still able to make DX contacts despite that! If there was a "Donate here to 
support this software" link - I'd be doing it!

Thanks and 73

de VK3DVF


--?


? = Dave 'Rusti' Fitches =

________________________________________________________
?,--__|\??? Dave 'Rusti' Fitches
/?????? \?? VK3DVF
\_,--\_x/?? * Mobile : +61-419-466-744
?????? v??? * E-mail : vk3...@fitches.com
????????????? Melbourne, Victoria, Australia
_______________________________________________________
Please Note: Unless this e-mail has been sent as PRIVATE, PERSONAL or
CONFIDENTIAL, the receiver may forward copies of it on the condition
that they send an advisory message to the original sender.
If however the message has been marked PRIVATE, PERSONAL or CONFIDENTIAL
prior consent MUST be obtained before the message can be forwarded.




_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel



------------------------------

Message: 2
Date: Mon, 10 Jan 2022 07:30:26 -0700
From: <da...@beauchesne.net>
To: "'WSJT software development'" <wsjt-devel@lists.sourceforge.net>
Subject: Re: [wsjt-devel] Cleaner Updates/Installs
Message-ID: <0c3501d8062e$9ce78330$d6b68990$@beauchesne.net>
Content-Type: text/plain;       charset="utf-8"

Dave,

Michael is correct -- this issue should be fixed.

But, I have an easier way for you to deal with this in the future...

I am not interested in installing multiple versions on my computer.  (I know 
Michael has to because he has to test Hamlib.)

On my computer, I install WSJT-X in this folder regardless of version:

     C:\Program Files\WSJT-X

To do that, you must override the default path offered by the program.  This 
will leave you with one version.  Also, I do not allow the program to add a new 
shortcut every time an update is installed.  Instead, I have one shortcut on my 
desktop to the above path.

Unfortunately, this will still leave you with multiple versions listed in the 
Add/Remove Apps control panel.  To clean that up:
[1] change the above path temporarily to something else such as:
     C:\Program Files\WSJT-Xxxxxxxx
[2] go to the Add/Remove Apps control panel.
[3] uninstall each of the older versions of WSJT-X listed there.
     Each time you ask Windows to uninstall, it will say something like
     "I can't find that.  Would you it removed from the list of programs."
     You say yes.
[4] When you are done with step 3, leaving only the most recent version of 
WSJT-X showing, undo the name change you made in step 1.

Yes, it's a pain in the neck.  But it is a lot faster than what you were doing.

David, AK2L







-----Original Message-----
From: Black Michael via wsjt-devel <wsjt-devel@lists.sourceforge.net>
Sent: Monday, January 10, 2022 06:26
To: wsjt-devel <wsjt-devel@lists.sourceforge.net>
Cc: Black Michael <mdblac...@yahoo.com>
Subject: Re: [wsjt-devel] Cleaner Updates/Installs

This is a long-standing problem that needs to be fixed.

WSJT-X should use a default path that includes the version#.

That will provide two things

#1 Very easy for user to start whichever version they want
#2 Avoid duplicate program entries

This patch makes the default install directory match the WSJT-X version.

diff --git a/CMakeCPackOptions.cmake.in b/CMakeCPackOptions.cmake.in index 
eceae4edf..ae1c70900 100644
--- a/CMakeCPackOptions.cmake.in
+++ b/CMakeCPackOptions.cmake.in
@@ -5,7 +5,8 @@
 set (CPACK_PACKAGE_VENDOR "@PROJECT_VENDOR@")
 set (CPACK_PACKAGE_CONTACT "@PROJECT_CONTACT@")
 set (CPACK_RESOURCE_FILE_LICENSE "@PROJECT_SOURCE_DIR@/COPYING") -set 
(CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME})
+#set (CPACK_PACKAGE_INSTALL_DIRECTORY
+${CPACK_PACKAGE_NAME}$NAME{CPACK_PACKAGE_VERSION_PATCH})
+set (CPACK_PACKAGE_INSTALL_DIRECTORY
+"@CPACK_PACKAGE_NAME@-PACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSIO
+N_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@")
 set (CPACK_PACKAGE_EXECUTABLES wsjtx "@PROJECT_NAME@")
 set (CPACK_CREATE_DESKTOP_LINKS wsjtx)
 set (CPACK_STRIP_FILES TRUE)


Mike W9MDB






On Monday, January 10, 2022, 12:57:41 AM CST, Dave Fitches via wsjt-devel 
<wsjt-devel@lists.sourceforge.net> wrote:









Hi folks,

Firstly - awesome work with the program to everyone involved (past and present!)

Just one nit-picky thing...
When we have a new version come out, and I install it, it creates a brand new 
Start Menu folder for the new version.

So I now have in my Start Menu:
    wsjtx 2.40
    wsjtx 2.50
    wsjtx 2.52
    wsjtx 2.54

Likewise in my installed programs listing in "Add/Remove Programs" I have all 4 
versions of the software listed. And given the program installs to the same 
location every time it installs, if I remove the old versions of the software, 
it causes no end of problems.

To remove the old versions I have to remove the oldest. Then because all the 
files are gone, to remove the next oldest I have to re-install the new version. 
THEN remove the next oldest. ...rinse and repeat.

To my mind - it should be working thus:

* If you're installing over an existing version in the SAME INSTALL DIRECTORY 
(Default behaviour), then it should update the existing package and update the 
version number in the Installed Programs list to prevent duplicate listings of 
the same install location, and either use a Common Name for the Start Menu 
folder, or remove the OLD Start Menu folder for the previous version number and 
add the NEW version into Start Menu.

* If you're installing to a brand new directory and there's an existing copy 
installed elsewhere, leave the existing stuff alone because some people might 
want to run an old version and a new version, so list them seperately.

I admit - I have ZERO programming chops to do any of these things myself, but I 
can make constructive suggestions for future releases!

Again - I wish to say I am in awe of the software as it stands! These points 
above are piddling things, especially when compared to the joy this program 
brings to a new Ham Operator working off a compromised antenna using QRP, and 
is still able to make DX contacts despite that! If there was a "Donate here to 
support this software" link - I'd be doing it!

Thanks and 73

de VK3DVF


--


  = Dave 'Rusti' Fitches =

________________________________________________________
 ,--__|\    Dave 'Rusti' Fitches
/       \   VK3DVF
\_,--\_x/   * Mobile : +61-419-466-744
       v    * E-mail : vk3...@fitches.com
              Melbourne, Victoria, Australia 
_______________________________________________________
Please Note: Unless this e-mail has been sent as PRIVATE, PERSONAL or 
CONFIDENTIAL, the receiver may forward copies of it on the condition that they 
send an advisory message to the original sender.
If however the message has been marked PRIVATE, PERSONAL or CONFIDENTIAL prior 
consent MUST be obtained before the message can be forwarded.




_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel




------------------------------

Message: 3
Date: Tue, 11 Jan 2022 07:02:31 +1030
From: Peter Sumner <vk8...@gmail.com>
To: WSJT software development <wsjt-devel@lists.sourceforge.net>
Subject: Re: [wsjt-devel] Cleaner Updates/Installs
Message-ID:
        <CAN17OwhDhfRmHs3Uewc+1nYT=ku2os1d7a5znakrbdtlz7b...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello Dave,
 one way to approach this (what I do) is use the '7ZIP' utility to extract
the contents of the package (right click on EXE file / extract to /
folder-name.  &Zip recognises the packaged EXE as a type of archive file
and will allow you to extract the contents without running the EXE
installer.

This then gives you all the needed files in a folder structure, simply copy
the folder to your 'ham radio' folder tree and create your own shortcuts.

You are then free to prune the directory tree for OLD versions whenever you
like with zero impact on the installed packages.  My shack PC does not even
show that wsjt-x is installed on it as far as the Add/Remove programs panel
is concerned.

Regards,
Peter, vk5pj

On Mon, Jan 10, 2022 at 5:27 PM Dave Fitches via wsjt-devel <
wsjt-devel@lists.sourceforge.net> wrote:

> Hi folks,
>
> Firstly - awesome work with the program to everyone involved (past and
> present!)
>
> Just one nit-picky thing...
> When we have a new version come out, and I install it, it creates a brand
> new Start Menu folder for the new version.
>
> So I now have in my Start Menu:
>     wsjtx 2.40
>     wsjtx 2.50
>     wsjtx 2.52
>     wsjtx 2.54
>
> Likewise in my installed programs listing in "Add/Remove Programs" I have
> all 4 versions of the software listed. And given the program installs to
> the same location every time it installs, if I remove the old versions of
> the software, it causes no end of problems.
>
> To remove the old versions I have to remove the oldest. Then because all
> the files are gone, to remove the next oldest I have to re-install the new
> version. THEN remove the next oldest. ...rinse and repeat.
>
> To my mind - it should be working thus:
>
> * If you're installing over an existing version in the SAME INSTALL
> DIRECTORY (Default behaviour), then it should update the existing package
> and update the version number in the Installed Programs list to prevent
> duplicate listings of the same install location, and either use a Common
> Name for the Start Menu folder, or remove the OLD Start Menu folder for the
> previous version number and add the NEW version into Start Menu.
>
> * If you're installing to a brand new directory and there's an existing
> copy installed elsewhere, leave the existing stuff alone because some
> people might want to run an old version and a new version, so list them
> seperately.
>
> I admit - I have ZERO programming chops to do any of these things myself,
> but I can make constructive suggestions for future releases!
>
> Again - I wish to say I am in awe of the software as it stands! These
> points above are piddling things, especially when compared to the joy this
> program brings to a new Ham Operator working off a compromised antenna
> using QRP, and is still able to make DX contacts despite that! If there was
> a "Donate here to support this software" link - I'd be doing it!
>
> Thanks and 73
>
> de VK3DVF
>
> --
>
>
>   = Dave 'Rusti' Fitches =
>
> ________________________________________________________
>  ,--__|\    Dave 'Rusti' Fitches
> /       \   VK3DVF
> \_,--\_x/   * Mobile : +61-419-466-744
>        v    * E-mail : vk3...@fitches.com
>               Melbourne, Victoria, Australia
> _______________________________________________________
> Please Note: Unless this e-mail has been sent as PRIVATE, PERSONAL or
> CONFIDENTIAL, the receiver may forward copies of it on the condition
> that they send an advisory message to the original sender.
> If however the message has been marked PRIVATE, PERSONAL or CONFIDENTIAL
> prior consent MUST be obtained before the message can be forwarded.
> _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------



------------------------------

Subject: Digest Footer

_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


------------------------------

End of wsjt-devel Digest, Vol 95, Issue 24
******************************************

_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to