Setup-Your-Mac icon indicating copy to clipboard operation
Setup-Your-Mac copied to clipboard

SYM not working with self service plus

Open mani2care opened this issue 4 months ago • 5 comments

SYM not working with self service plus

find the attached log:

Setupyourmac.log

mani2care avatar Aug 05 '25 07:08 mani2care

Greetings, @mani2care.

Will you please elaborate on "not working with self service plus."

dan-snelson avatar Aug 14 '25 14:08 dan-snelson

Seems to work fine for me

TechTrekkie avatar Aug 17 '25 00:08 TechTrekkie

I think the issue that he is seeing is that it will not find the SS+ (custom) icon on the system. I can replicate on my machine (running from JAMF Beta server), so I ONLY have SS+ installed...

Image

ScottEKendall avatar Aug 26 '25 15:08 ScottEKendall

ahh! found the issue!

Self service.app will show this:

❯ "package_validation_level" = 1; "remote_assist_enabled" = 1; selfServiceUsersMap = { 502 = "Scott.Kendall"; }; "self_service_app_path" = "/Applications/Self Service.app";

while Self service + shows this:

"package_validation_level" = 1; "remote_assist_enabled" = 1; selfServiceUsersMap = { 502 = "Scott.Kendall"; }; "self_service_plus_path" = "/Applications/Self Service+.app";

I will try to submit a PR for this when I get a chance

ScottEKendall avatar Aug 27 '25 12:08 ScottEKendall

I’ll be working on some updates today and will probably include this. On Aug 27, 2025, at 5:53 AM, Scott Kendall @.***> wrote:ScottEKendall left a comment (setup-your-mac/Setup-Your-Mac#169) ahh! found the issue! Self service.app will show this: ❯ "package_validation_level" = 1; "remote_assist_enabled" = 1; selfServiceUsersMap = { 502 = "Scott.Kendall"; }; "self_service_app_path" = "/Applications/Self Service.app"; while Self service + shows this: "package_validation_level" = 1; "remote_assist_enabled" = 1; selfServiceUsersMap = { 502 = "Scott.Kendall"; }; "self_service_plus_path" = "/Applications/Self Service+.app"; I will try to submit a PR for this when I get a chance

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

TechTrekkie avatar Aug 27 '25 17:08 TechTrekkie