Sponsored Content
Operating Systems OS X (Apple) Are you sure you want to quit Safari? Post 303032437 by Neo on Monday 18th of March 2019 07:28:46 AM
Old 03-18-2019
Quote:
Originally Posted by hicksd8
I appreciate that what I pointed to is really old stuff but I do know that a top design agency which uses lots of Macs and Linux workstations has UPS's installed that, when a power outage occurs, runs the whole studio on battery backup for an hour and then lands all the boxes gracefully. Failure to land gracefully is not an option. They use Safari all the time so how does that work? The APC service runs a script to shutdown.

That has little to do with the issue I am having with Safari, Dennis, and the preferences switches in a 2008 has nearly zero to do with a Mac in 2019.

ROTFL Eleven years... that was Mac OS X 10.5, Leopard. , now it is Mac OS 10.14, Mojave.... the OS is very different animal, the preferences are very different. Eleven years!

Honestly, I can Google as well as the next guy and saw that 2009 link you shared before I asked the question. That's why I asked the question; because I could not find the answer on the net. What I need is info some some modern day MacOS user who knows how to get Mojave set up so Safari quits without a popup warning.

Thanks anyway Smilie
 
Mac::AETE::Parser(3)					User Contributed Perl Documentation				      Mac::AETE::Parser(3)

NAME
Mac::AETE::Parser - parses Macintosh AETE and AEUT resources. SYNOPSIS
use Mac::AETE::Parser; use Mac::AETE::Format::Dictionary; $aete = Parser->new($aete_handle, $name); $formatter = Dictionary->new; $aete->set_format($formatter); $aete->read; $aete->write; DESCRIPTION
The Parser module serves as a base class for the Mac::AETE::App and Mac::AETE::Dialect modules. Methods new Example: ($aete_handle is a handle containing a valid AETE resource. $name is the name of the application.) use Mac::AETE::Parser; use Mac::AETE::Format::Dictionary; $aete = Parser->new($aete_handle, $name); read Reads the data contained in the AETE resource or handle. Example: $aete->read; set_format Sets the output formatter used during by the 'write' subroutine. Example: $formatter = Dictionary->new; $aete->set_format($formatter); copy Copies all suites from one Parser object into another. Example: $aete2 = Parser->new($aete_handle2, $another_name); $aete->copy($aete2); copies the suites from $aete2 into $aete. merge Merges suites from one Parser object into another. Only the suites that exist in both objects will be replaced. Example: $aete3 = Parser->new($aete_handle2, $another_name); $aete->merge($aete3); write Prints the contents of the AETE or AEUT resource using the current formatter. $aete->write; INHERITANCE
Parser does not inherit from any other modules. AUTHOR
David Schooley <dcschooley@mediaone.net> The data structures are adapted from modifications made to the original aeteconvert script by Chris Nandor. perl v5.10.0 2006-06-01 Mac::AETE::Parser(3)
All times are GMT -4. The time now is 09:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy