Skip to content

launchd.jobs() only returns system jobs #10

@glowinthedark

Description

@glowinthedark

Calling launchd.jobs() returns system jobs only and apparently does not include the user jobs and gui domain jobs.

Steps to reproduce:

import launchd

jobs = launchd.jobs()

Expected

  • jobs includes the equivalent of the commands
    launchctl print system AND launchctl print user/501 (where 501 is the output of the id -u command, can be other id than 501)

Actual

  • jobs only includes the equivalent of
    launchctl print system

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions