Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

After a number of decimal places, nobody gives a damn.


aus+uk / uk.comp.sys.mac / Quit Apps

SubjectAuthor
* Quit AppsRJH
+* Quit AppsAlan B
|`* Quit AppsAlan B
| `- Quit AppsRJH
+* Quit AppsAnother John
|+* Quit AppsAlan B
||`* Quit AppsGraeme Wall
|| `* Quit AppsRJH
||  +- Quit Appsnospam
||  `* Quit AppsGraeme Wall
||   `- Quit AppsAlan B
|`- Quit AppsChris
`* Quit Appsnospam
 +* Quit AppsJaimie Vandenbergh
 |`* Quit Appswhisky-dave
 | `- Quit Appsnospam
 `* Quit AppsRJH
  `* Quit Appsnospam
   `* Quit AppsRJH
    `* Quit Appsnospam
     +- Quit AppsDavid Brooks
     `- Quit Appswhisky-dave

1
Quit Apps

<sug03p$v52$1@dont-email.me>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6302&group=uk.comp.sys.mac#6302

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: patchmo...@gmx.com (RJH)
Newsgroups: uk.comp.sys.mac
Subject: Quit Apps
Date: Tue, 15 Feb 2022 10:43:05 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 10
Message-ID: <sug03p$v52$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=fixed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 15 Feb 2022 10:43:05 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="a34bf2ffb6d5f014e687f7a6caea30e5";
logging-data="31906"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18tWOl8dPJ5/a2buSCFHHbs"
User-Agent: Usenapp/1.17/l for MacOS - Full License
Cancel-Lock: sha1:QC1Vai5O0tu21BDpyETh2cVxums=
 by: RJH - Tue, 15 Feb 2022 10:43 UTC

I've been using an Applescript called QuitAll to close down apps with a click
at the end of the day etc.

https://github.com/vanwijkdave/QuitAll

However, some apps (most Microsoft, Apple Mail) need a couple of executions to
quit. I'm not sure why this might be, but does anyone know of anything better?

--
Cheers, Rob

Re: Quit Apps

<sug0hm$22l$1@alanrichardbarker.eternal-september.org>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6303&group=uk.comp.sys.mac#6303

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!alanrichardbarker.eternal-september.org!.POSTED!not-for-mail
From: alanrich...@nospam.gmail.com.here (Alan B)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 10:50:30 -0000 (UTC)
Organization: Grumpy Old Men
Lines: 30
Message-ID: <sug0hm$22l$1@alanrichardbarker.eternal-september.org>
References: <sug03p$v52$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=fixed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 15 Feb 2022 10:50:30 -0000 (UTC)
Injection-Info: alanrichardbarker.eternal-september.org; posting-host="63dbd77649dc73da1b27c238a8a1ac7b";
logging-data="2133"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/R/8K5ItiBqm+YR3KwpEIpJnWoy4w27dWnCJVn8AkEDw=="
User-Agent: Usenapp/1.17/d for MacOS - Full License
Cancel-Lock: sha1:bXB5DeLDu/5rw6aJhoVxAdaLO8A=
X-No-Archive: Yes
X-Face: nG6>hdjT^mn!;GSJ^^\ZQOl<Y6ji0*21Sj'u?{'0H""UaDnLW|{</uR5Zkg0\93OsFI.LLS |,nz@w%Vezf1l7MmVVy/J+Z=Dl#quuPgB5)T2awRzA]X\2Sd(RZbxg{3{!mkZr%@@x'[U&VxyY4]sR 0Cwoj."gM#,0AR}|Lx[bvku-1o<yHzB.M`yRkH(,?Ed3&33O@_#B-+<g[3:X45}X)<NZfI+R"2rL3( w6edB|\DO7wks0SKvSp!tC3nmcONA8x
 by: Alan B - Tue, 15 Feb 2022 10:50 UTC

On 15 Feb 2022 at 10:43:05 GMT, "RJH" <patchmoney@gmx.com> wrote:

> I've been using an Applescript called QuitAll to close down apps with a click
> at the end of the day etc.
>
> https://github.com/vanwijkdave/QuitAll
>
> However, some apps (most Microsoft, Apple Mail) need a couple of executions to
> quit. I'm not sure why this might be, but does anyone know of anything better?

I've got an experimental shortcut based on this script I saw the other day.
I'm still working on it but it does seem to quit Mail.

-- get list of open apps
tell application "System Events" to set allApps to displayed name of (every
process whose background only is false) as list

-- leave some apps open
set exclusions to {"Script Editor", "Automator", "Finder", "LaunchBar"}

-- quit each app
repeat with thisApp in allApps
set thisApp to thisApp as text
if thisApp is not in exclusions then
tell application thisApp to quit
end if
end repeat

--
Cheers, Alan

Re: Quit Apps

<sug0o5$37q$1@alanrichardbarker.eternal-september.org>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6304&group=uk.comp.sys.mac#6304

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!alanrichardbarker.eternal-september.org!.POSTED!not-for-mail
From: alanrich...@nospam.gmail.com.here (Alan B)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 10:53:57 -0000 (UTC)
Organization: Grumpy Old Men
Lines: 36
Message-ID: <sug0o5$37q$1@alanrichardbarker.eternal-september.org>
References: <sug03p$v52$1@dont-email.me> <sug0hm$22l$1@alanrichardbarker.eternal-september.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=fixed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 15 Feb 2022 10:53:57 -0000 (UTC)
Injection-Info: alanrichardbarker.eternal-september.org; posting-host="63dbd77649dc73da1b27c238a8a1ac7b";
logging-data="3322"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19xYS4ty3k5o1uvF6ntOq7PQGOsrdHSz+6LiMi4fEvrqw=="
User-Agent: Usenapp/1.17/d for MacOS - Full License
Cancel-Lock: sha1:lHWm6FFQK6XDG72if+Ak8GafuoU=
X-No-Archive: Yes
X-Face: nG6>hdjT^mn!;GSJ^^\ZQOl<Y6ji0*21Sj'u?{'0H""UaDnLW|{</uR5Zkg0\93OsFI.LLS |,nz@w%Vezf1l7MmVVy/J+Z=Dl#quuPgB5)T2awRzA]X\2Sd(RZbxg{3{!mkZr%@@x'[U&VxyY4]sR 0Cwoj."gM#,0AR}|Lx[bvku-1o<yHzB.M`yRkH(,?Ed3&33O@_#B-+<g[3:X45}X)<NZfI+R"2rL3( w6edB|\DO7wks0SKvSp!tC3nmcONA8x
 by: Alan B - Tue, 15 Feb 2022 10:53 UTC

On 15 Feb 2022 at 10:50:30 GMT, "Alan B"
<alanrichardbarker@nospam.gmail.com.here> wrote:

> On 15 Feb 2022 at 10:43:05 GMT, "RJH" <patchmoney@gmx.com> wrote:
>
>> I've been using an Applescript called QuitAll to close down apps with a click
>> at the end of the day etc.
>>
>> https://github.com/vanwijkdave/QuitAll
>>
>> However, some apps (most Microsoft, Apple Mail) need a couple of executions to
>> quit. I'm not sure why this might be, but does anyone know of anything better?
>
> I've got an experimental shortcut based on this script I saw the other day.
> I'm still working on it but it does seem to quit Mail.
>
> -- get list of open apps
> tell application "System Events" to set allApps to displayed name of (every
> process whose background only is false) as list
>
> -- leave some apps open
> set exclusions to {"Script Editor", "Automator", "Finder", "LaunchBar"}
>
> -- quit each app
> repeat with thisApp in allApps
> set thisApp to thisApp as text
> if thisApp is not in exclusions then
> tell application thisApp to quit
> end if
> end repeat

Well wouldn't you know!!! Just tried it and it failed to close Mail but worked
on the second try.

--
Cheers, Alan

Re: Quit Apps

<lalaw44-359278.12233115022022@201-92-171-81.dsl.telesp.net.br>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6305&group=uk.comp.sys.mac#6305

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!news.freedyn.de!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.ams4!peer.am4.highwinds-media.com!news.highwinds-media.com!fx13.ams4.POSTED!not-for-mail
From: lala...@hotmail.com (Another John)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
References: <sug03p$v52$1@dont-email.me>
User-Agent: MT-NewsWatcher/3.5.3b1 (Intel Mac OS X)
Message-ID: <lalaw44-359278.12233115022022@201-92-171-81.dsl.telesp.net.br>
Lines: 26
X-Complaints-To: https://www.astraweb.com/aup
NNTP-Posting-Date: Tue, 15 Feb 2022 12:23:32 UTC
Date: Tue, 15 Feb 2022 12:23:32 +0000
X-Received-Bytes: 1520
 by: Another John - Tue, 15 Feb 2022 12:23 UTC

In article <sug03p$v52$1@dont-email.me>, RJH <patchmoney@gmx.com>
wrote:

> I've been using an Applescript called QuitAll to close down apps with a click
> at the end of the day etc.
>
> https://github.com/vanwijkdave/QuitAll
>
> However, some apps (most Microsoft, Apple Mail) need a couple of executions to
> quit. I'm not sure why this might be, but does anyone know of anything better?

Why do you need an applescript to do this? It will interest me to know.

For 'eons' I've been using the Shortcut to switch between open
applications:

- No matter which application you're in (inc Finder): Cmd-Tab
- That brings up a row of all the open apps.
- Holding Cmd down, use the Tab key to move to move along the row.
- When you hit an application that you want to quit, move your finger
all the way from the Tab key to the Q key, then move on again.

Naturally this is also used to switch between applications.

Kind regards
John

Re: Quit Apps

<sug6ak$5j7$1@alanrichardbarker.eternal-september.org>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6306&group=uk.comp.sys.mac#6306

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!alanrichardbarker.eternal-september.org!.POSTED!not-for-mail
From: alanrich...@nospam.gmail.com.here (Alan B)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 12:29:08 -0000 (UTC)
Organization: Grumpy Old Men
Lines: 30
Message-ID: <sug6ak$5j7$1@alanrichardbarker.eternal-september.org>
References: <sug03p$v52$1@dont-email.me> <lalaw44-359278.12233115022022@201-92-171-81.dsl.telesp.net.br>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=fixed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 15 Feb 2022 12:29:08 -0000 (UTC)
Injection-Info: alanrichardbarker.eternal-september.org; posting-host="63dbd77649dc73da1b27c238a8a1ac7b";
logging-data="5735"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18iIXE5dioQN82nFf0VGKPJLIRtL0R2+zH/BKCH1BCo9g=="
User-Agent: Usenapp/1.17/d for MacOS - Full License
Cancel-Lock: sha1:4nLxk+uyhYMMys+/rxa4txAmaKA=
X-No-Archive: Yes
X-Face: nG6>hdjT^mn!;GSJ^^\ZQOl<Y6ji0*21Sj'u?{'0H""UaDnLW|{</uR5Zkg0\93OsFI.LLS |,nz@w%Vezf1l7MmVVy/J+Z=Dl#quuPgB5)T2awRzA]X\2Sd(RZbxg{3{!mkZr%@@x'[U&VxyY4]sR 0Cwoj."gM#,0AR}|Lx[bvku-1o<yHzB.M`yRkH(,?Ed3&33O@_#B-+<g[3:X45}X)<NZfI+R"2rL3( w6edB|\DO7wks0SKvSp!tC3nmcONA8x
 by: Alan B - Tue, 15 Feb 2022 12:29 UTC

On 15 Feb 2022 at 12:23:32 GMT, "Another John" <lalaw44@hotmail.com> wrote:

> In article <sug03p$v52$1@dont-email.me>, RJH <patchmoney@gmx.com>
> wrote:
>
>> I've been using an Applescript called QuitAll to close down apps with a click
>> at the end of the day etc.
>>
>> https://github.com/vanwijkdave/QuitAll
>>
>> However, some apps (most Microsoft, Apple Mail) need a couple of executions to
>> quit. I'm not sure why this might be, but does anyone know of anything better?
>
> Why do you need an applescript to do this? It will interest me to know.
>
> For 'eons' I've been using the Shortcut to switch between open
> applications:
>
> - No matter which application you're in (inc Finder): Cmd-Tab
> - That brings up a row of all the open apps.
> - Holding Cmd down, use the Tab key to move to move along the row.
> - When you hit an application that you want to quit, move your finger
> all the way from the Tab key to the Q key, then move on again.
>
> Naturally this is also used to switch between applications.

Well I don't know about RJH but in my case ,just as a mental challenge!

--
Cheers, Alan

Re: Quit Apps

<sug6si$8q9$1@dont-email.me>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6307&group=uk.comp.sys.mac#6307

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: rai...@greywall.demon.co.uk (Graeme Wall)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 12:38:42 +0000
Organization: A noiseless patient Spider
Lines: 37
Message-ID: <sug6si$8q9$1@dont-email.me>
References: <sug03p$v52$1@dont-email.me>
<lalaw44-359278.12233115022022@201-92-171-81.dsl.telesp.net.br>
<sug6ak$5j7$1@alanrichardbarker.eternal-september.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 15 Feb 2022 12:38:42 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="554c684415e5ea07909d4f8b62b1ef74";
logging-data="9033"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/0U9gKy/ev5vIMC31aYqEAGJpee5Jso7E="
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0)
Gecko/20100101 Thunderbird/91.5.1
Cancel-Lock: sha1:KsJnO7AIydX0kGFDaZrkT1JKZT0=
In-Reply-To: <sug6ak$5j7$1@alanrichardbarker.eternal-september.org>
Content-Language: en-GB
 by: Graeme Wall - Tue, 15 Feb 2022 12:38 UTC

On 15/02/2022 12:29, Alan B wrote:
> On 15 Feb 2022 at 12:23:32 GMT, "Another John" <lalaw44@hotmail.com> wrote:
>
>> In article <sug03p$v52$1@dont-email.me>, RJH <patchmoney@gmx.com>
>> wrote:
>>
>>> I've been using an Applescript called QuitAll to close down apps with a click
>>> at the end of the day etc.
>>>
>>> https://github.com/vanwijkdave/QuitAll
>>>
>>> However, some apps (most Microsoft, Apple Mail) need a couple of executions to
>>> quit. I'm not sure why this might be, but does anyone know of anything better?
>>
>> Why do you need an applescript to do this? It will interest me to know.
>>
>> For 'eons' I've been using the Shortcut to switch between open
>> applications:
>>
>> - No matter which application you're in (inc Finder): Cmd-Tab
>> - That brings up a row of all the open apps.
>> - Holding Cmd down, use the Tab key to move to move along the row.
>> - When you hit an application that you want to quit, move your finger
>> all the way from the Tab key to the Q key, then move on again.
>>
>> Naturally this is also used to switch between applications.
>
> Well I don't know about RJH but in my case ,just as a mental challenge!
>

That was useful to know. Only problem is I now have to restart
everything :-)

--
Graeme Wall
This account not read.

Re: Quit Apps

<150220220804436730%nospam@nospam.invalid>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6308&group=uk.comp.sys.mac#6308

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: nos...@nospam.invalid (nospam)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 08:04:43 -0500
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <150220220804436730%nospam@nospam.invalid>
References: <sug03p$v52$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Info: reader02.eternal-september.org; posting-host="1c592745eee527375d5a4348c70fe489";
logging-data="18855"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18oB1D0qdhxkuNv+Cnvl96j"
User-Agent: Thoth/1.9.0 (Mac OS X)
Cancel-Lock: sha1:5f/JmGT9jAqMTG1WLRiX0c/GUY0=
 by: nospam - Tue, 15 Feb 2022 13:04 UTC

In article <sug03p$v52$1@dont-email.me>, RJH <patchmoney@gmx.com> wrote:

> I've been using an Applescript called QuitAll to close down apps with a click
> at the end of the day etc.

why?

there is no harm if they're idle.

Re: Quit Apps

<j71o8gFgpgdU1@mid.individual.net>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6309&group=uk.comp.sys.mac#6309

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.szaf.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: jai...@usually.sessile.org (Jaimie Vandenbergh)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: 15 Feb 2022 13:30:56 GMT
Lines: 18
Message-ID: <j71o8gFgpgdU1@mid.individual.net>
References: <sug03p$v52$1@dont-email.me> <150220220804436730%nospam@nospam.invalid>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=fixed
Content-Transfer-Encoding: 8bit
X-Trace: individual.net hdRRzvRVVXk4doszO3+d6QPSwlHYjrUdGsm69qhkBgo+/1mmC0
Cancel-Lock: sha1:/eTCLukfcC86FrxeYwfF2Be4Msw=
User-Agent: Usenapp/1.17/l for MacOS - Full License
 by: Jaimie Vandenbergh - Tue, 15 Feb 2022 13:30 UTC

On 15 Feb 2022 at 13:04:43 GMT, "nospam" <nospam@nospam.invalid> wrote:

> In article <sug03p$v52$1@dont-email.me>, RJH <patchmoney@gmx.com> wrote:
>
>> I've been using an Applescript called QuitAll to close down apps with a click
>> at the end of the day etc.
>
> why?
>
> there is no harm if they're idle.

Seconded. Basically pointless. If you're shutting down the Mac,
completely pointless as the shutdown process does the same anyway.

Cheers - Jaimie
--
"The time you enjoy wasting is not wasted"
-- Bertrand Russell

Re: Quit Apps

<695b10e8-9544-4354-b2b5-c7fc484646d0n@googlegroups.com>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6310&group=uk.comp.sys.mac#6310

  copy link   Newsgroups: uk.comp.sys.mac
X-Received: by 2002:a05:622a:44f:: with SMTP id o15mr3409424qtx.556.1644943554841;
Tue, 15 Feb 2022 08:45:54 -0800 (PST)
X-Received: by 2002:a05:622a:4d2:: with SMTP id q18mr3336586qtx.78.1644943554577;
Tue, 15 Feb 2022 08:45:54 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!3.eu.feeder.erje.net!feeder.erje.net!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: uk.comp.sys.mac
Date: Tue, 15 Feb 2022 08:45:54 -0800 (PST)
In-Reply-To: <j71o8gFgpgdU1@mid.individual.net>
Injection-Info: google-groups.googlegroups.com; posting-host=138.37.176.158; posting-account=Fal3rgoAAABua4brvRuRwdmPfigIDi6x
NNTP-Posting-Host: 138.37.176.158
References: <sug03p$v52$1@dont-email.me> <150220220804436730%nospam@nospam.invalid>
<j71o8gFgpgdU1@mid.individual.net>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <695b10e8-9544-4354-b2b5-c7fc484646d0n@googlegroups.com>
Subject: Re: Quit Apps
From: whisky.d...@gmail.com (whisky-dave)
Injection-Date: Tue, 15 Feb 2022 16:45:54 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 23
 by: whisky-dave - Tue, 15 Feb 2022 16:45 UTC

On Tuesday, 15 February 2022 at 13:30:58 UTC, Jaimie Vandenbergh wrote:
> On 15 Feb 2022 at 13:04:43 GMT, "nospam" <nos...@nospam.invalid> wrote:
>
> > In article <sug03p$v52$1...@dont-email.me>, RJH <patch...@gmx.com> wrote:
> >
> >> I've been using an Applescript called QuitAll to close down apps with a click
> >> at the end of the day etc.
> >
> > why?
> >
> > there is no harm if they're idle.
> Seconded. Basically pointless. If you're shutting down the Mac,
> completely pointless as the shutdown process does the same anyway.
>
> Cheers - Jaimie
> --
> "The time you enjoy wasting is not wasted"
> -- Bertrand Russell

There's an advantage to not quiting, as you can have those items that were open when you shutdown'd to open back up again
when you startup.

Been wondering whether there's an auto startup on the latest IOS.

Re: Quit Apps

<150220221152407371%nospam@nospam.invalid>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6311&group=uk.comp.sys.mac#6311

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: nos...@nospam.invalid (nospam)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 11:52:40 -0500
Organization: A noiseless patient Spider
Lines: 6
Message-ID: <150220221152407371%nospam@nospam.invalid>
References: <sug03p$v52$1@dont-email.me> <150220220804436730%nospam@nospam.invalid> <j71o8gFgpgdU1@mid.individual.net> <695b10e8-9544-4354-b2b5-c7fc484646d0n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Info: reader02.eternal-september.org; posting-host="1c592745eee527375d5a4348c70fe489";
logging-data="13729"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18iag1+l8eYk24Fa3gAc3wT"
User-Agent: Thoth/1.9.0 (Mac OS X)
Cancel-Lock: sha1:XAQaCBmNIVsPzrLwRCCsH1jmNH0=
 by: nospam - Tue, 15 Feb 2022 16:52 UTC

In article <695b10e8-9544-4354-b2b5-c7fc484646d0n@googlegroups.com>,
whisky-dave <whisky.dave@gmail.com> wrote:

> Been wondering whether there's an auto startup on the latest IOS.

no, although some apps support state restoration if appropriate.

Re: Quit Apps

<sugmn1$lnn$1@dont-email.me>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6312&group=uk.comp.sys.mac#6312

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: patchmo...@gmx.com (RJH)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 17:08:49 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 18
Message-ID: <sugmn1$lnn$1@dont-email.me>
References: <sug03p$v52$1@dont-email.me> <150220220804436730%nospam@nospam.invalid>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=fixed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 15 Feb 2022 17:08:49 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="a34bf2ffb6d5f014e687f7a6caea30e5";
logging-data="22263"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18f26aPATZQcxB/wVMQ7uvx"
User-Agent: Usenapp/1.17/l for MacOS - Full License
Cancel-Lock: sha1:gDgJsoCNGZgB8xeh+6YjK11n2pk=
 by: RJH - Tue, 15 Feb 2022 17:08 UTC

On 15 Feb 2022 at 13:04:43 GMT, "nospam" <nospam@nospam.invalid> wrote:

> In article <sug03p$v52$1@dont-email.me>, RJH <patchmoney@gmx.com> wrote:
>
>> I've been using an Applescript called QuitAll to close down apps with a click
>> at the end of the day etc.
>
> why?

I started doing it when the computer (a last-gen Intel iMac) wouldn't sleep -
couldn't isolate the cause.
>
> there is no harm if they're idle.

The habit's stuck. I can't see that it does any harm?

--
Cheers, Rob

Re: Quit Apps

<sugmnl$lnn$2@dont-email.me>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6313&group=uk.comp.sys.mac#6313

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: patchmo...@gmx.com (RJH)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 17:09:09 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 40
Message-ID: <sugmnl$lnn$2@dont-email.me>
References: <sug03p$v52$1@dont-email.me> <sug0hm$22l$1@alanrichardbarker.eternal-september.org> <sug0o5$37q$1@alanrichardbarker.eternal-september.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=fixed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 15 Feb 2022 17:09:09 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="a34bf2ffb6d5f014e687f7a6caea30e5";
logging-data="22263"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/BJWx8bejQ83/rSOTic8Ez"
User-Agent: Usenapp/1.17/l for MacOS - Full License
Cancel-Lock: sha1:MmVCaMakmStfQnXUoLIGjU4Jfjc=
 by: RJH - Tue, 15 Feb 2022 17:09 UTC

On 15 Feb 2022 at 10:53:57 GMT, "Alan B"
<alanrichardbarker@nospam.gmail.com.here> wrote:

> On 15 Feb 2022 at 10:50:30 GMT, "Alan B"
> <alanrichardbarker@nospam.gmail.com.here> wrote:
>
>> On 15 Feb 2022 at 10:43:05 GMT, "RJH" <patchmoney@gmx.com> wrote:
>>
>>> I've been using an Applescript called QuitAll to close down apps with a click
>>> at the end of the day etc.
>>>
>>> https://github.com/vanwijkdave/QuitAll
>>>
>>> However, some apps (most Microsoft, Apple Mail) need a couple of executions to
>>> quit. I'm not sure why this might be, but does anyone know of anything better?
>>
>> I've got an experimental shortcut based on this script I saw the other day.
>> I'm still working on it but it does seem to quit Mail.
>>
>> -- get list of open apps
>> tell application "System Events" to set allApps to displayed name of (every
>> process whose background only is false) as list
>>
>> -- leave some apps open
>> set exclusions to {"Script Editor", "Automator", "Finder", "LaunchBar"}
>>
>> -- quit each app
>> repeat with thisApp in allApps
>> set thisApp to thisApp as text
>> if thisApp is not in exclusions then
>> tell application thisApp to quit
>> end if
>> end repeat
>
> Well wouldn't you know!!! Just tried it and it failed to close Mail but worked
> on the second try.

:-)
--
Cheers, Rob

Re: Quit Apps

<sugmsh$ms1$1@dont-email.me>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6314&group=uk.comp.sys.mac#6314

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: patchmo...@gmx.com (RJH)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 17:11:45 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 45
Message-ID: <sugmsh$ms1$1@dont-email.me>
References: <sug03p$v52$1@dont-email.me> <lalaw44-359278.12233115022022@201-92-171-81.dsl.telesp.net.br> <sug6ak$5j7$1@alanrichardbarker.eternal-september.org> <sug6si$8q9$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=fixed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 15 Feb 2022 17:11:45 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="a34bf2ffb6d5f014e687f7a6caea30e5";
logging-data="23425"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+OipAZYwCndWWDK8LDPQFR"
User-Agent: Usenapp/1.17/l for MacOS - Full License
Cancel-Lock: sha1:WN9Rd9kzhQJ3kbdb5XZqb+HCVys=
 by: RJH - Tue, 15 Feb 2022 17:11 UTC

On 15 Feb 2022 at 12:38:42 GMT, "Graeme Wall" <rail@greywall.demon.co.uk>
wrote:

> On 15/02/2022 12:29, Alan B wrote:
>> On 15 Feb 2022 at 12:23:32 GMT, "Another John" <lalaw44@hotmail.com> wrote:
>>
>>> In article <sug03p$v52$1@dont-email.me>, RJH <patchmoney@gmx.com>
>>> wrote:
>>>
>>>> I've been using an Applescript called QuitAll to close down apps with a click
>>>> at the end of the day etc.
>>>>
>>>> https://github.com/vanwijkdave/QuitAll
>>>>
>>>> However, some apps (most Microsoft, Apple Mail) need a couple of executions to
>>>> quit. I'm not sure why this might be, but does anyone know of anything better?
>>>
>>> Why do you need an applescript to do this? It will interest me to know.
>>>
>>> For 'eons' I've been using the Shortcut to switch between open
>>> applications:
>>>
>>> - No matter which application you're in (inc Finder): Cmd-Tab
>>> - That brings up a row of all the open apps.
>>> - Holding Cmd down, use the Tab key to move to move along the row.
>>> - When you hit an application that you want to quit, move your finger
>>> all the way from the Tab key to the Q key, then move on again.
>>>
>>> Naturally this is also used to switch between applications.
>>
>> Well I don't know about RJH but in my case ,just as a mental challenge!
>>
>

As mentioned elsewhere, open apps *seemed* to cause an issue with Sleep. I've
now just got into the habit, and insofar as such a thing is capable of
generating feeling, it 'feels' right :-)

> That was useful to know. Only problem is I now have to restart
> everything :-)

I don't find that's an issue - they seem to stay in RAM anyway.

--
Cheers, Rob

Re: Quit Apps

<sugo5v$uv1$1@dont-email.me>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6315&group=uk.comp.sys.mac#6315

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: ithink...@gmail.com (Chris)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 17:33:51 +0000
Organization: A noiseless patient Spider
Lines: 26
Message-ID: <sugo5v$uv1$1@dont-email.me>
References: <sug03p$v52$1@dont-email.me>
<lalaw44-359278.12233115022022@201-92-171-81.dsl.telesp.net.br>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 15 Feb 2022 17:33:51 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="351fc7a2695186613ae38f6a07e81390";
logging-data="31713"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/irSdmNusTZgdH1kIIK2OyIKw6FU7Dc7c="
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0)
Gecko/20100101 Thunderbird/91.6.0
Cancel-Lock: sha1:CMwbBWe1cHFjKVI06m851Xpzf68=
In-Reply-To: <lalaw44-359278.12233115022022@201-92-171-81.dsl.telesp.net.br>
Content-Language: en-GB
 by: Chris - Tue, 15 Feb 2022 17:33 UTC

On 15/02/2022 12:23, Another John wrote:
> In article <sug03p$v52$1@dont-email.me>, RJH <patchmoney@gmx.com>
> wrote:
>
>> I've been using an Applescript called QuitAll to close down apps with a click
>> at the end of the day etc.
>>
>> https://github.com/vanwijkdave/QuitAll
>>
>> However, some apps (most Microsoft, Apple Mail) need a couple of executions to
>> quit. I'm not sure why this might be, but does anyone know of anything better?
>
> Why do you need an applescript to do this? It will interest me to know.
>
> For 'eons' I've been using the Shortcut to switch between open
> applications:
>
> - No matter which application you're in (inc Finder): Cmd-Tab
> - That brings up a row of all the open apps.
> - Holding Cmd down, use the Tab key to move to move along the row.
> - When you hit an application that you want to quit, move your finger
> all the way from the Tab key to the Q key, then move on again.
>
> Naturally this is also used to switch between applications.

Great tip!

Re: Quit Apps

<150220221332186061%nospam@nospam.invalid>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6316&group=uk.comp.sys.mac#6316

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: nos...@nospam.invalid (nospam)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 13:32:18 -0500
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <150220221332186061%nospam@nospam.invalid>
References: <sug03p$v52$1@dont-email.me> <lalaw44-359278.12233115022022@201-92-171-81.dsl.telesp.net.br> <sug6ak$5j7$1@alanrichardbarker.eternal-september.org> <sug6si$8q9$1@dont-email.me> <sugmsh$ms1$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Info: reader02.eternal-september.org; posting-host="1c592745eee527375d5a4348c70fe489";
logging-data="24264"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18VNpt4kpwM8/GYYWB9AivN"
User-Agent: Thoth/1.9.0 (Mac OS X)
Cancel-Lock: sha1:H3NRAILXg0tcTZM201q7rAwE2Ys=
 by: nospam - Tue, 15 Feb 2022 18:32 UTC

In article <sugmsh$ms1$1@dont-email.me>, RJH <patchmoney@gmx.com> wrote:

>
> > That was useful to know. Only problem is I now have to restart
> > everything :-)
>
> I don't find that's an issue - they seem to stay in RAM anyway.

some parts are cached, which is why a relaunch is generally faster than
a first launch, but either way, it's going to be longer than waking
from sleep with the apps running.

Re: Quit Apps

<150220221332196114%nospam@nospam.invalid>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6317&group=uk.comp.sys.mac#6317

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: nos...@nospam.invalid (nospam)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 13:32:19 -0500
Organization: A noiseless patient Spider
Lines: 24
Message-ID: <150220221332196114%nospam@nospam.invalid>
References: <sug03p$v52$1@dont-email.me> <150220220804436730%nospam@nospam.invalid> <sugmn1$lnn$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Info: reader02.eternal-september.org; posting-host="1c592745eee527375d5a4348c70fe489";
logging-data="24264"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18QoKzcbiyk9ZkJmsXfIZAB"
User-Agent: Thoth/1.9.0 (Mac OS X)
Cancel-Lock: sha1:RIHi2EZBElZMVY9dNVfud2cOf14=
 by: nospam - Tue, 15 Feb 2022 18:32 UTC

In article <sugmn1$lnn$1@dont-email.me>, RJH <patchmoney@gmx.com> wrote:

> >> I've been using an Applescript called QuitAll to close down apps with a
> >> click
> >> at the end of the day etc.
> >
> > why?
>
> I started doing it when the computer (a last-gen Intel iMac) wouldn't sleep -
> couldn't isolate the cause.

quitting apps has no effect whatsoever on sleep.

you should diagnose the sleep issue and resolve whatever the true cause
is.

> > there is no harm if they're idle.
>
> The habit's stuck. I can't see that it does any harm?

the harm is that it requires relaunching the apps and re-opening
whatever documents, reloading webpages, etc.

there is *no* benefit from the additional time.

Re: Quit Apps

<suh2c5$5qc$1@dont-email.me>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6323&group=uk.comp.sys.mac#6323

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: patchmo...@gmx.com (RJH)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 20:27:49 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 42
Message-ID: <suh2c5$5qc$1@dont-email.me>
References: <sug03p$v52$1@dont-email.me> <150220220804436730%nospam@nospam.invalid> <sugmn1$lnn$1@dont-email.me> <150220221332196114%nospam@nospam.invalid>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=fixed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 15 Feb 2022 20:27:49 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="a34bf2ffb6d5f014e687f7a6caea30e5";
logging-data="5964"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX186m6SmHzf3HdBKpsNEuL1C"
User-Agent: Usenapp/1.17/l for MacOS - Full License
Cancel-Lock: sha1:gKrpBUZppnfBudLKz0kzw6oyCEI=
 by: RJH - Tue, 15 Feb 2022 20:27 UTC

On 15 Feb 2022 at 18:32:19 GMT, "nospam" <nospam@nospam.invalid> wrote:

> In article <sugmn1$lnn$1@dont-email.me>, RJH <patchmoney@gmx.com> wrote:
>
>>>> I've been using an Applescript called QuitAll to close down apps with a
>>>> click
>>>> at the end of the day etc.
>>>
>>> why?
>>
>> I started doing it when the computer (a last-gen Intel iMac) wouldn't sleep -
>> couldn't isolate the cause.
>
> quitting apps has no effect whatsoever on sleep.
>

I have a feeling they might - Mail for example seems to keep on polling
whatever the settings. Even so . . .

> you should diagnose the sleep issue and resolve whatever the true cause
> is.
>
Agreed - I did have a go and couldn't get to the bottom of it. And . . .

>>> there is no harm if they're idle.
>>
>> The habit's stuck. I can't see that it does any harm?
>
> the harm is that it requires relaunching the apps and re-opening
> whatever documents, reloading webpages, etc.
>
> there is *no* benefit from the additional time.

I just happen to like apps and whatever it is I've been working on closed at
the end of the day. I probably wouldn't be quite so nuerotic about it if it
wasn't for the sleep issue but there it is.

Anyhoo, grateful though I am for the life coaching tips, any suggestion for a
one-click cure welcome (Another John's approach quite nifty btw, thanks).

--
Cheers, Rob

Re: Quit Apps

<150220221533493474%nospam@nospam.invalid>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6326&group=uk.comp.sys.mac#6326

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: nos...@nospam.invalid (nospam)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 15:33:49 -0500
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <150220221533493474%nospam@nospam.invalid>
References: <sug03p$v52$1@dont-email.me> <150220220804436730%nospam@nospam.invalid> <sugmn1$lnn$1@dont-email.me> <150220221332196114%nospam@nospam.invalid> <suh2c5$5qc$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Info: reader02.eternal-september.org; posting-host="1c592745eee527375d5a4348c70fe489";
logging-data="3444"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX180SmZgaggX3WWuZB1LwA8D"
User-Agent: Thoth/1.9.0 (Mac OS X)
Cancel-Lock: sha1:216Ae1+e7ILDbXQ8SeaSJezvUyc=
 by: nospam - Tue, 15 Feb 2022 20:33 UTC

In article <suh2c5$5qc$1@dont-email.me>, RJH <patchmoney@gmx.com> wrote:

> >>>> I've been using an Applescript called QuitAll to close down apps with a
> >>>> click
> >>>> at the end of the day etc.
> >>>
> >>> why?
> >>
> >> I started doing it when the computer (a last-gen Intel iMac) wouldn't
> >> sleep -
> >> couldn't isolate the cause.
> >
> > quitting apps has no effect whatsoever on sleep.
> >
>
> I have a feeling they might - Mail for example seems to keep on polling
> whatever the settings. Even so . . .

they don't.

*some* apps will partially wake for minor tasks, known as power nap,
then go back to sleep.
<https://support.apple.com/my-mm/guide/mac-help/mh40773/mac>

Re: Quit Apps

<ltUOJ.56870$fIV5.13609@fx12.ams1>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6328&group=uk.comp.sys.mac#6328

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!ecngs!feeder2.ecngs.de!178.20.174.213.MISMATCH!feeder1.feed.usenet.farm!feed.usenet.farm!peer02.ams4!peer.am4.highwinds-media.com!news.highwinds-media.com!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!fx12.ams1.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0)
Gecko/20100101 Thunderbird/91.6.0
Subject: Re: Quit Apps
Content-Language: en-GB
Newsgroups: uk.comp.sys.mac
References: <sug03p$v52$1@dont-email.me>
<150220220804436730%nospam@nospam.invalid> <sugmn1$lnn$1@dont-email.me>
<150220221332196114%nospam@nospam.invalid> <suh2c5$5qc$1@dont-email.me>
<150220221533493474%nospam@nospam.invalid>
From: BDB...@invalid.invalid (David Brooks)
In-Reply-To: <150220221533493474%nospam@nospam.invalid>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 26
Message-ID: <ltUOJ.56870$fIV5.13609@fx12.ams1>
X-Complaints-To: abuse@blocknews.net
NNTP-Posting-Date: Tue, 15 Feb 2022 20:57:53 UTC
Organization: blocknews - www.blocknews.net
Date: Tue, 15 Feb 2022 20:57:53 +0000
X-Received-Bytes: 1793
 by: David Brooks - Tue, 15 Feb 2022 20:57 UTC

On 15/02/2022 20:33, nospam wrote:
> In article <suh2c5$5qc$1@dont-email.me>, RJH <patchmoney@gmx.com> wrote:
>
>>>>>> I've been using an Applescript called QuitAll to close down apps with a
>>>>>> click
>>>>>> at the end of the day etc.
>>>>>
>>>>> why?
>>>>
>>>> I started doing it when the computer (a last-gen Intel iMac) wouldn't
>>>> sleep -
>>>> couldn't isolate the cause.
>>>
>>> quitting apps has no effect whatsoever on sleep.
>>>
>>
>> I have a feeling they might - Mail for example seems to keep on polling
>> whatever the settings. Even so . . .
>
> they don't.
>
> *some* apps will partially wake for minor tasks, known as power nap,
> then go back to sleep.
> <https://support.apple.com/my-mm/guide/mac-help/mh40773/mac>

Thank you for providing the Apple reference.

Re: Quit Apps

<suh44m$fs6$4@dont-email.me>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6329&group=uk.comp.sys.mac#6329

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: rai...@greywall.demon.co.uk (Graeme Wall)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Tue, 15 Feb 2022 20:57:58 +0000
Organization: A noiseless patient Spider
Lines: 52
Message-ID: <suh44m$fs6$4@dont-email.me>
References: <sug03p$v52$1@dont-email.me>
<lalaw44-359278.12233115022022@201-92-171-81.dsl.telesp.net.br>
<sug6ak$5j7$1@alanrichardbarker.eternal-september.org>
<sug6si$8q9$1@dont-email.me> <sugmsh$ms1$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 15 Feb 2022 20:57:58 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="554c684415e5ea07909d4f8b62b1ef74";
logging-data="16262"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Wm5r47M8VqU55zZmBAzX+sq1g80mx0fY="
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0)
Gecko/20100101 Thunderbird/91.5.1
Cancel-Lock: sha1:+H6xL7q3vKKBds5ASaDPRYO925g=
In-Reply-To: <sugmsh$ms1$1@dont-email.me>
Content-Language: en-GB
 by: Graeme Wall - Tue, 15 Feb 2022 20:57 UTC

On 15/02/2022 17:11, RJH wrote:
> On 15 Feb 2022 at 12:38:42 GMT, "Graeme Wall" <rail@greywall.demon.co.uk>
> wrote:
>
>> On 15/02/2022 12:29, Alan B wrote:
>>> On 15 Feb 2022 at 12:23:32 GMT, "Another John" <lalaw44@hotmail.com> wrote:
>>>
>>>> In article <sug03p$v52$1@dont-email.me>, RJH <patchmoney@gmx.com>
>>>> wrote:
>>>>
>>>>> I've been using an Applescript called QuitAll to close down apps with a click
>>>>> at the end of the day etc.
>>>>>
>>>>> https://github.com/vanwijkdave/QuitAll
>>>>>
>>>>> However, some apps (most Microsoft, Apple Mail) need a couple of executions to
>>>>> quit. I'm not sure why this might be, but does anyone know of anything better?
>>>>
>>>> Why do you need an applescript to do this? It will interest me to know.
>>>>
>>>> For 'eons' I've been using the Shortcut to switch between open
>>>> applications:
>>>>
>>>> - No matter which application you're in (inc Finder): Cmd-Tab
>>>> - That brings up a row of all the open apps.
>>>> - Holding Cmd down, use the Tab key to move to move along the row.
>>>> - When you hit an application that you want to quit, move your finger
>>>> all the way from the Tab key to the Q key, then move on again.
>>>>
>>>> Naturally this is also used to switch between applications.
>>>
>>> Well I don't know about RJH but in my case ,just as a mental challenge!
>>>
>>
>
> As mentioned elsewhere, open apps *seemed* to cause an issue with Sleep. I've
> now just got into the habit, and insofar as such a thing is capable of
> generating feeling, it 'feels' right :-)
>
>> That was useful to know. Only problem is I now have to restart
>> everything :-)
>
> I don't find that's an issue - they seem to stay in RAM anyway.
>

I'd just experimented with it. Since it worked I had to re-open all the
apps I had been using. Only 3 as it happened.

--
Graeme Wall
This account not read.

Re: Quit Apps

<sui9c2$sm1$1@alanrichardbarker.eternal-september.org>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6334&group=uk.comp.sys.mac#6334

  copy link   Newsgroups: uk.comp.sys.mac
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!alanrichardbarker.eternal-september.org!.POSTED!not-for-mail
From: alanrich...@nospamgmail.com.here (Alan B)
Newsgroups: uk.comp.sys.mac
Subject: Re: Quit Apps
Date: Wed, 16 Feb 2022 07:33:22 -0000 (UTC)
Organization: Grumpy Old Men
Lines: 56
Message-ID: <sui9c2$sm1$1@alanrichardbarker.eternal-september.org>
References: <sug03p$v52$1@dont-email.me>
<lalaw44-359278.12233115022022@201-92-171-81.dsl.telesp.net.br>
<sug6ak$5j7$1@alanrichardbarker.eternal-september.org>
<sug6si$8q9$1@dont-email.me>
<sugmsh$ms1$1@dont-email.me>
<suh44m$fs6$4@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 16 Feb 2022 07:33:22 -0000 (UTC)
Injection-Info: alanrichardbarker.eternal-september.org; posting-host="5a39bd8e0faa4a560efa5c263d5e9806";
logging-data="29377"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/8SgOPtC+HKAUHRmRBbW33VnJUj15nXjaVZwRG3wTxLw=="
User-Agent: NewsTap/5.5 (iPhone/iPod Touch)
Cancel-Lock: sha1:GQ6CgPE6ruL957+qFmAFHnPUOv0=
sha1:1F+fdk4l/k80+zCOh2sNmHi74H8=
X-No-Archive: Yes
X-Face: nG6>hdjT^mn!;GSJ^^\ZQOl<Y6ji0*21Sj'u?{'0H""UaDnLW|{</uR5Zkg0\93OsFI.LLS |,nz@w%Vezf1l7MmVVy/J+Z=Dl#quuPgB5)T2awRzA]X\2Sd(RZbxg{3{!mkZr%@@x'[U&VxyY4]sR 0Cwoj."gM#,0AR}|Lx[bvku-1o<yHzB.M`yRkH(,?Ed3&33O@_#B-+<g[3:X45}X)<NZfI+R"2rL3( w6edB|\DO7wks0SKvSp!tC3nmcONA8x
 by: Alan B - Wed, 16 Feb 2022 07:33 UTC

Graeme Wall <rail@greywall.demon.co.uk> wrote:
> On 15/02/2022 17:11, RJH wrote:
>> On 15 Feb 2022 at 12:38:42 GMT, "Graeme Wall" <rail@greywall.demon.co.uk>
>> wrote:
>>
>>> On 15/02/2022 12:29, Alan B wrote:
>>>> On 15 Feb 2022 at 12:23:32 GMT, "Another John" <lalaw44@hotmail.com> wrote:
>>>>
>>>>> In article <sug03p$v52$1@dont-email.me>, RJH <patchmoney@gmx.com>
>>>>> wrote:
>>>>>
>>>>>> I've been using an Applescript called QuitAll to close down apps with a click
>>>>>> at the end of the day etc.
>>>>>>
>>>>>> https://github.com/vanwijkdave/QuitAll
>>>>>>
>>>>>> However, some apps (most Microsoft, Apple Mail) need a couple of executions to
>>>>>> quit. I'm not sure why this might be, but does anyone know of anything better?
>>>>>
>>>>> Why do you need an applescript to do this? It will interest me to know.
>>>>>
>>>>> For 'eons' I've been using the Shortcut to switch between open
>>>>> applications:
>>>>>
>>>>> - No matter which application you're in (inc Finder): Cmd-Tab
>>>>> - That brings up a row of all the open apps.
>>>>> - Holding Cmd down, use the Tab key to move to move along the row.
>>>>> - When you hit an application that you want to quit, move your finger
>>>>> all the way from the Tab key to the Q key, then move on again.
>>>>>
>>>>> Naturally this is also used to switch between applications.
>>>>
>>>> Well I don't know about RJH but in my case ,just as a mental challenge!
>>>>
>>>
>>
>> As mentioned elsewhere, open apps *seemed* to cause an issue with Sleep. I've
>> now just got into the habit, and insofar as such a thing is capable of
>> generating feeling, it 'feels' right :-)
>>
>>> That was useful to know. Only problem is I now have to restart
>>> everything :-)
>>
>> I don't find that's an issue - they seem to stay in RAM anyway.
>>
>
> I'd just experimented with it. Since it worked I had to re-open all the
> apps I had been using. Only 3 as it happened.

So do we now have a satisfactory explanation connected to powernap as to
why certain apps are not closing down? Will an immediate second attempt
always work? If so surely it shouldn’t be difficult to modify the
AppleScript to cater for this scenario.

--
Cheers, Alan

Re: Quit Apps

<eb14411c-6b87-4a3f-a341-c92296ce2f6fn@googlegroups.com>

  copy mid

https://www.novabbs.com/aus+uk/article-flat.php?id=6372&group=uk.comp.sys.mac#6372

  copy link   Newsgroups: uk.comp.sys.mac
X-Received: by 2002:a05:600c:1f14:b0:37b:c475:2de0 with SMTP id bd20-20020a05600c1f1400b0037bc4752de0mr2849368wmb.70.1645105183643;
Thu, 17 Feb 2022 05:39:43 -0800 (PST)
X-Received: by 2002:a37:a307:0:b0:508:b101:6d7a with SMTP id
m7-20020a37a307000000b00508b1016d7amr1575583qke.311.1645105183374; Thu, 17
Feb 2022 05:39:43 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.128.88.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: uk.comp.sys.mac
Date: Thu, 17 Feb 2022 05:39:43 -0800 (PST)
In-Reply-To: <150220221533493474%nospam@nospam.invalid>
Injection-Info: google-groups.googlegroups.com; posting-host=138.37.176.72; posting-account=Fal3rgoAAABua4brvRuRwdmPfigIDi6x
NNTP-Posting-Host: 138.37.176.72
References: <sug03p$v52$1@dont-email.me> <150220220804436730%nospam@nospam.invalid>
<sugmn1$lnn$1@dont-email.me> <150220221332196114%nospam@nospam.invalid>
<suh2c5$5qc$1@dont-email.me> <150220221533493474%nospam@nospam.invalid>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <eb14411c-6b87-4a3f-a341-c92296ce2f6fn@googlegroups.com>
Subject: Re: Quit Apps
From: whisky.d...@gmail.com (whisky-dave)
Injection-Date: Thu, 17 Feb 2022 13:39:43 +0000
Content-Type: text/plain; charset="UTF-8"
 by: whisky-dave - Thu, 17 Feb 2022 13:39 UTC

On Tuesday, 15 February 2022 at 20:33:51 UTC, nospam wrote:
> In article <suh2c5$5qc$1...@dont-email.me>, RJH <patch...@gmx.com> wrote:
>
> > >>>> I've been using an Applescript called QuitAll to close down apps with a
> > >>>> click
> > >>>> at the end of the day etc.
> > >>>
> > >>> why?
> > >>
> > >> I started doing it when the computer (a last-gen Intel iMac) wouldn't
> > >> sleep -
> > >> couldn't isolate the cause.
> > >
> > > quitting apps has no effect whatsoever on sleep.
> > >
> >
> > I have a feeling they might - Mail for example seems to keep on polling
> > whatever the settings. Even so . . .
> they don't.
>
> *some* apps will partially wake for minor tasks, known as power nap,
> then go back to sleep.
> <https://support.apple.com/my-mm/guide/mac-help/mh40773/mac>

I've found that sometimes my iMac will wake almost immediatly from my atempt to sleep it.
I think this is due to mouse sensativity to movement , but not sure if differnt apps poll the mouse differnently.
I've noticed this as I sleep it, and then as I rotate my office chair I knock my knee on the table leg
and the screen wakes up with the login prompt.
So it;s down to vibration or maybe the mouse USB lead tention or something.
Not a big problem for me, but annoying if I've gotton off the chair .

I think you set sleep to not wake when you move the mouse.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor