We are glad to announce the availability of Frescobaldi 3.3.0. macOS
and Windows installers are available from
https://github.com/frescobaldi/frescobaldi/releases/tag/v3.3.0
Linux users can install Frescobaldi from Flathub via Flatpak:
https://flathub.org/apps/details/org.frescobaldi.Frescobaldi
Thanks for the update!Is the icon missing for any other Windows users? I get a white page icon in the taskbar.
Le 10 avr. 2023 à 00:32, Knute Snortum <ksno...@gmail.com> a écrit :
Is there a reason I shouldn't install Frescobaldi from the tar.gz file in the release page? That's what I've been doing. I don't want to set up Flatpack on my Ubuntu system.
“Frescobaldi.app” cannot be opened because the developer cannot be verified.
I’ve just downloaded and installed Frescobaldi 3.3.0 on my 64-bit iMac running Mac OS Ventura 13.2.1, but got the above message when I tried to run it.
I was able to override this by following advice here:
“python3.10” cannot be opened because the developer cannot be verified.
…but haven’t been able to get round this using the same method.
I’m preparing to get back into Frescobaldi for the first time since the onset of Covid, as my amateur jazz guitar outings have been suspended, and I hadn’t needed to create or edit leadsheets. During this time my OS has lost 32-bit support.
Any suggestions?
Regards,
Michael Hendry
Thanks for the update! Is the icon missing for any other Windows users? I get a white page icon in the taskbar.It’s indeed been noticed (but we didn’t want to hold the release for it). See https://github.com/frescobaldi/frescobaldi/issues/1582 <https://github.com/frescobaldi/frescobaldi/issues/1582>It's either fixed by now or does not happen everywhere. FWIW I do have the normal Icon in the taskbar on Windows 10. Kind regards, Michael
Il giorno lun 10 apr 2023 alle ore 09:00 Michael Hendry
<hendry....@gmail.com> ha scritto:“Frescobaldi.app” cannot be opened because the developer cannot be verified.
This is expected: as we write in the release page, "The application
bundles are not signed with an Apple Developer certificate".https://support.apple.com/en-us/HT202491
Correct.Several warnings came up,
LilyPond warnings or Frescobaldi/Python warnings?
Given that you tried to use convert-ly to solve them, I suppose you
were referring to LilyPond warnings.
“python3.10” cannot be opened because the developer cannot be verified.
I didn't think about this, but indeed that's expected, for the same
reason as above.…but haven’t been able to get round this using the same method.
Is python3.10 not listed in the System preferences -> Security &
Privacy tab when the error message appears?
You can try to run python3.10 manually: right-click on the Frescobaldi
application bundle, choose "show package contents" and navigate to
Contents/MacOS, which should contain a Frescobaldi and a python3.10
binaries.
michaelhendry@iMac ~ % /Applications/Frescobaldi.app/Contents/MacOS/python ; exit;
Python 3.10.10 (main, Feb 10 2023, 08:44:19) [Clang 9.1.0 (clang-902.0.39.2)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
Try applying the suggestions of the Apple support page to the python3.10 binary.
Please let me know if this works: I'll update the notes on the release page.
During this time my OS has lost 32-bit support.
I think that Gatekeeper's checks would apply to both 32 bit and 64 bit
applications.