From: 有坂富雄 <ari...@ic...> - 2017-06-22 10:25:03
|
Dear Wolfgang, I finally understood what the error message meant. (I think you have already noticed it. So this mail is for other mac users of this mailing-list, too.) On the default setting, macOS does not allow Maxima.app to be launched, because it was not downloaded from "App Store". macOS adds an attribute of quarantine to the file which is downloaded from the internet. And Maxima.app does not have a signature which is allowed by Apple. Then the error message was shown due to the attribute of quarantine. This is the security system of macOS. You can check the attribute with the Terminal.app command "ls -l@" as follows: (You will be able to find "com.apple.quarantine" which is the name of the attribute.) ------------------------------------------------------------------------------ $ ls -l@ ./*.dmg -rw-r--r--@ 1 name staff 471227521 6 18 23:04 ./Maxima-5.40.0-VTK-macOS.dmg com.apple.diskimages.fsck 20 com.apple.diskimages.recentcksum 77 com.apple.quarantine 62 -rw-r--r--@ 1 name staff 213809978 6 18 23:03 ./Maxima-5.40.0-macOS.dmg com.apple.diskimages.fsck 20 com.apple.diskimages.recentcksum 77 com.apple.quarantine 62 $ ls -ltd@ /Applications/Maxima.app drwxr-xr-x@ 3 name admin 102 6 2 15:45 /Applications/Maxima.app com.apple.quarantine 62 $ ls -lt@ $HOME/Desktop/Launchers total 0 drwxr-xr-x@ 7 name staff 238 6 10 02:07 sources com.apple.quarantine 62 drwxr-xr-x@ 3 name staff 102 6 10 01:43 Rmaxima.app com.apple.quarantine 62 drwxr-xr-x@ 3 name staff 102 6 10 01:43 Xmaxima.app com.apple.quarantine 62 drwxr-xr-x@ 3 name staff 102 6 10 01:43 Xmaxima-XQuartz.app com.apple.quarantine 62 drwxr-xr-x@ 3 name staff 102 6 10 01:43 wxMaxima.app com.apple.quarantine 62 ------------------------------------------------------------------------------ So that the next error message is displayed when you try to launch "Rmaxima.app". Then you can not launch "Rmaxima.app". +------------------------------------------------+ | "Rmaxima.app" is damaged and can't be | | opened. You should move it to the Trash. | | | | [?] [ Cancel ] [ Move to Trash ] | +------------------------------------------------+ How to solve this problem: (1) Select the menu "Apple" -> "System Preferences", then the window of "System Preferences" is opened. (2) Click the icon of "Security & Privacy", then click the button "General" to open its pane. (3) Unlock "Security & Privacy preferences". (4) Look for the pane of "Allow apps downloaded from:", and select "Anywhere". +------------[General]--------------------------------+ | ..... | | ..... | |+---------------------------------------------------+| || Allow apps downloaded from: || || ( ) Mac App Store || || ( ) Mac App Store and identified developers || || (*) Anywhere || |+---------------------------------------------------+| | | | [] Click the lock to make changes. | +-----------------------------------------------------+ (5) After that, when you try to launch "Rmaxima.app", next dialog appears. Click the button "Open" to launch "Rmaxima.app". +--------------------------------------------------+ | "Rmaxima.app" is an application | | downloaded from the Internet. Are you sure | | you want to open it? | | | | [ Cancel ] [ Open ] | +--------------------------------------------------+ Thanks, Tomio Arisaka On 2017-6-22 at 06:41, "Dr. Wolfgang Lindner" <lin...@t-...> wrote: > Dear Tomio, > > thank you for the detailed instructions to install Maxima.app > an my (old) MacBook Air with macOS 10.12 ("Sierra"). > > The good news is: I got wxMaxima running! > Simple commands work. > I will test more when I came back from a break > > Also a command window is shown when using Rmaxima.scp . > > I attach my screeshots in a seperate private mail for you, because > it is not allowed on this list to attach big data files. > > The bad news is: it is critical to quit Maxima (it hangs). > I have to study this more closely. > > Thank you very much for your interesting app development > and your kind help. > > Best > Wolfgang > > - - - > Dr. Wolfgang Lindner > Leichlingen, Germany > > > ----- Original Message ----- > From: "有坂富雄" <ari...@ic...> > To: "Dr. Wolfgang Lindner" <lin...@t-...> > Cc: <max...@li...> > Sent: Tuesday, June 20, 2017 2:08 PM > Subject: Re: [Maxima-discuss] An experimental binary of Maxima-5.40.0 on > macOS > > > Dear Wolfgang, > > Sorry for the inconvenience. > I don't have any Sierra Macs. > So I would like to get your help, if you would allow me. > > I looked at your screenshots, then I think that the AppleScript application > which is compiled on macOS 10.6.8 is not compatible with Sierra. > > Please try to do the following: > (0) Drag the sources folder icon in Launchers from the compressed disc image > to another place of your filesystem. > (1) Double-click the AppleScript source icon which you would like to open. > (e.g. Rmaxima.scpt in sources folder) > Then "Script Editor.app" opens it. > (2) Select the menu "Script"->"Run". > If Maxima is launched, then quit it. (This means Maxima is OK.) > (3) Select the menu "File"->"Export..." of "Script Editor.app", > then the dialog appears. > Set the following: > * File Format: "Application" > * Options: "Run-only" > Click "Save" button to make the AppleScript application. > > Please let me know the result. > > Thanks, > > Tomio Arisaka > > > > On 2017-6-20 at 03:00, "Dr. Wolfgang Lindner" <lin...@t-...> wrote: > >> Dear Tomio, >> >> this was the error message: "Maxima is damaged and cannot be opend. Maybe, >> put it to the garbarge." (translated from German). >> >> I attach the screenshot. >> >> Best Wolfgang >> >> -----Original-Nachricht----- >> Von: 有坂富雄 <ari...@ic...> >> Betreff: Re: [Maxima-discuss] An experimental binary of Maxima-5.40.0 on >> macOS >> Datum: 19.06.2017, 18:35 Uhr >> An: Dr. Wolfgang Lindner <lin...@t-...> >> CC: max...@li..., Robert Dodier >> <rob...@gm...> >> Hello, >> Thanks for your report. >> >> "/Programme" is a localized name of "/Applications", so that it has no >> problem. >> (If you would like to get the real name, then you should drag the icon of >> "Programme" into a window of Terminal.app.) >> >> I would like to know which software shows the error message. >> Because Maxima.app includes many softwares. >> So, please let me know the error in detail. >> For instance, your process of launching Maxima, and which of windows shows >> the error. >> >> Thanks, >> >> Tomio Arisaka >> >> >> On 2017-6-19 at 21:30, "Dr. Wolfgang Lindner" <lin...@t-...> >> wrote: >> >> > Hello, >> > Thank you for the work on this. >> > >> > I have tried to install Maxima.app on my MacBook Air (Version 2011) >> > running >> > macOS Sierra without luck. >> > I get the message "Image corrupted", launching is not possible. >> > >> > Maybe the reason is that the default folder is (in German) called >> > "/Programme" instead of "/Applications"? >> > Don't what to do. >> > >> > Best regards >> > Wolfgang >> > -- >> > Dr. Wolfgang Lindner >> > Leichlingen, Germany >> > > > > > -------------------------------------------------------------------------------- > > > Dear Wolfgang, > > Sorry for the inconvenience. > I don't have any Sierra Macs. > So I would like to get your help, if you would allow me. > > I looked at your screenshots, then I think that the AppleScript application > which is compiled on macOS 10.6.8 is not compatible with Sierra. > > Please try to do the following: > (0) Drag the sources folder icon in Launchers from the compressed disc image > to another place of your filesystem. > (1) Double-click the AppleScript source icon which you would like to open. > (e.g. Rmaxima.scpt in sources folder) > Then "Script Editor.app" opens it. > (2) Select the menu "Script"->"Run". > If Maxima is launched, then quit it. (This means Maxima is OK.) > (3) Select the menu "File"->"Export..." of "Script Editor.app", > then the dialog appears. > Set the following: > * File Format: "Application" > * Options: "Run-only" > Click "Save" button to make the AppleScript application. > > Please let me know the result. > > Thanks, > > Tomio Arisaka > > > > On 2017-6-20 at 03:00, "Dr. Wolfgang Lindner" <lin...@t-...> wrote: > >> Dear Tomio, >> >> this was the error message: "Maxima is damaged and cannot be opend. Maybe, >> put it to the garbarge." (translated from German). >> >> I attach the screenshot. >> >> Best Wolfgang >> >> -----Original-Nachricht----- >> Von: 有å‚富雄 <ari...@ic...> >> Betreff: Re: [Maxima-discuss] An experimental binary of Maxima-5.40.0 on >> macOS >> Datum: 19.06.2017, 18:35 Uhr >> An: Dr. Wolfgang Lindner <lin...@t-...> >> CC: max...@li..., Robert Dodier >> <rob...@gm...> >> Hello, >> Thanks for your report. >> >> "/Programme" is a localized name of "/Applications", so that it has no >> problem. >> (If you would like to get the real name, then you should drag the icon of >> "Programme" into a window of Terminal.app.) >> >> I would like to know which software shows the error message. >> Because Maxima.app includes many softwares. >> So, please let me know the error in detail. >> For instance, your process of launching Maxima, and which of windows shows >> the error. >> >> Thanks, >> >> Tomio Arisaka >> >> >> On 2017-6-19 at 21:30, "Dr. Wolfgang Lindner" <lin...@t-...> >> wrote: >> >> > Hello, >> > Thank you for the work on this. >> > >> > I have tried to install Maxima.app on my MacBook Air (Version 2011) >> > running >> > macOS Sierra without luck. >> > I get the message "Image corrupted", launching is not possible. >> > >> > Maybe the reason is that the default folder is (in German) called >> > "/Programme" instead of "/Applications"? >> > Don't what to do. >> > >> > Best regards >> > Wolfgang >> > -- >> > Dr. Wolfgang Lindner >> > Leichlingen, Germany >> > |