AMJones

Results 12 comments of AMJones

I have also been having this issue using both Sierra and High Sierra and GrabBox 2.0.4, as has my colleague in the same office. If I can perform any testing...

Another great example is [`com.apple.loginwindow` ](https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/blob/main/manifests/ManifestsApple/com.apple.loginwindow.json)and the keys `SleepDisabled`,`RestartDisabled`,`Shutdown Disabled`. The problem is in the descriptions, which state "Show the X button", yet a `true` value for these keys will...

I have duplicated this using v3.0.2 on macOS 14.2.1, running as root. Using `sudo -u dockutil --list /Users/` works without issue. It does not seem 100% consistent. In roughly 50...

Just double-checked that it does not affect all users on the affected systems, just specific users. I don't see anything out of the ordinary in the plist, but I haven't...

I like the create_policy option -- I'll update the branch in the PR accordingly, as soon as I am able. My apologies for the duplicate reply.

Rather than _form-factor_, would hinting the _pointer_ fulfill this use case, when used along with other hints (width, in particular)? By hinting this criteria, it could be used in server-side...

It looks like this behavior is the same with `--buttonstyle center` and `--timer` used together. Looking at the code, the timer bar is never drawn in the view when using...

After doing some testing, I would be happy to submit a PR to allow `--buttonstyle stack` and `--timer` to be used together. As the timer bar fills the width of...

Will do - should have something a little later today, as it seemed pretty straightforward.

I have this working, but was waffling between two different styles, so haven't opened the PR yet. With the stacked buttons I thought the progress bar might look slightly better...