weekly-builds

In diesem Forum Fragen und Diskussionen in Deutsch
Forum rules
Foren-Regeln und hilfreiche Informationen

WICHTIG: Bitte zuerst lesen, bevor Sie posten
chrisb
Veteran
Posts: 53920
Joined: Tue Mar 17, 2015 9:14 am

Re: weekly-builds

Post by chrisb »

Gift wrote: Mon Jun 27, 2022 6:36 pm

Code: Select all

	<key>CFBundleExecutable</key>
	<string>FreeCAD</string>
Wo muss das stehen? vor dem Ende von plist, also so?

Code: Select all

<plist version="1.0">
<dict/>
  <key>CFBundleExecutable</key>
  <string>FreeCAD</string>
</plist>
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
FBXL5
Posts: 979
Joined: Sat Aug 03, 2019 8:45 pm

Re: weekly-builds

Post by FBXL5 »

Gift wrote: Mon Jun 27, 2022 6:36 pm Ich hoffe die kurze Erklärung reicht.
Da bin ich noch nicht ganz sicher.
Die Info.plist sieht jetzt so aus

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>
Das dürfte etwas zu kurz sein. Die der Version 29182 hatte noch 53 Zeilen.

Und nach weiteren 10 Min. kann ich sagen, das V29321 mit der Info.plist der V29182 läuft.
Einmal Inhalt rüberkopieren und zwei Zeilen anpassen. Wenn man weiß wie es geht ist es ein Spaziergang.
Seit dem ersten Anklicken danach, ist auch das Icon wieder da :D


Bleibt nur zu klären, warum die Info.plist unvollständig ausgeliefert wird.
User avatar
Gift
Posts: 769
Joined: Tue Aug 18, 2015 10:08 am
Location: Germany, Sauerland

Re: weekly-builds

Post by Gift »

@looo Hast du das auf dem Radar? :D
User avatar
FBXL5
Posts: 979
Joined: Sat Aug 03, 2019 8:45 pm

Re: weekly-builds

Post by FBXL5 »

Gift wrote: Tue Jun 28, 2022 7:50 pm @looo Hast du das auf dem Radar? :D
Für die Version 29393 scheinbar noch nicht. :(
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: weekly-builds

Post by looo »

What exactly should be done?
chrisb
Veteran
Posts: 53920
Joined: Tue Mar 17, 2015 9:14 am

Re: weekly-builds

Post by chrisb »

looo wrote: Sun Jul 03, 2022 9:29 pm What exactly should be done?
I would like to get the icon and - more important - the file association back.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
FBXL5
Posts: 979
Joined: Sat Aug 03, 2019 8:45 pm

Re: weekly-builds

Post by FBXL5 »

FBXL5 wrote: Mon Jun 27, 2022 10:42 pm Die Info.plist sieht jetzt so aus
That's how the Info.plist looks now:

Code: Select all

CODE: ALLES AUSWÄHLEN
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>
FBXL5 wrote: Mon Jun 27, 2022 10:42 pm Das dürfte etwas zu kurz sein. Die der Version 29182 hatte noch 53 Zeilen.
This seems to be too short. Version 29182 had 53 lines where the most recent versions only have 5.
Without the other 48 lines the program (folder) doesn't display its icon and it's impossible to start FreeCAD if it has been renamed.

This seems to be a macOS problem.
looo wrote: Sun Jul 03, 2022 9:29 pm What exactly should be done?
Please check the build process of the macOS package to ensure that Info.plist is compiled with all information again, just like the versions up to 29182.
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: weekly-builds

Post by looo »

thanks for the explanation. This should be fixed now:
https://github.com/FreeCAD/FreeCAD-Bund ... 2958ad0b0e
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: weekly-builds

Post by Kunda1 »

@FBXL5 is this just on Conda generated macOS builds or is it also homebrew ?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
FBXL5
Posts: 979
Joined: Sat Aug 03, 2019 8:45 pm

Re: weekly-builds

Post by FBXL5 »

Kunda1 wrote: Mon Jul 04, 2022 11:15 am @FBXL5 is this just on Conda generated macOS builds or is it also homebrew ?
I have no idea. I only use the weekly builds.

I forgot that the original post was about Windows problems, since chrisb mentioned dmg files.
looo wrote: Mon Jul 04, 2022 9:26 am This should be fixed now:
It is. Installation and starting up went as expected. :)
Post Reply