Seite 1 von 1

Silent or not silent ?

Verfasst: 04 Sep 2024, 15:22
von nicolaslebrun
Hi,

In this thread, viewtopic.php?t=14015, there was an announce that OCA is now silent.
That is useful, but, at the moment, i need to avoid that behaviour.
I have seen it is possible with general Config Values

opsiclientd.event_default.event_notifier_desktop = all
opsiclientd.event_default.action_processor_desktop = current

and it does work properly.

But i'm wondering how to revert, I mean "What would be the values to set to be silent again on some computers ?"

opsiclientd.event_default.event_notifier_desktop = ???
opsiclientd.event_default.action_processor_desktop = ???



Regards,
Nicolas

Re: Silent or not silent ?

Verfasst: 04 Sep 2024, 17:00
von j.schneider
Hi Nicolas,

the new default is to run the event notifier and opsi-script on the winlogon desktop:

Code: Alles auswählen

opsiclientd.event_default.event_notifier_desktop = winlogon
opsiclientd.event_default.action_processor_desktop = winlogon
Regards,
Jan

Re: Silent or not silent ?

Verfasst: 12 Sep 2024, 09:39
von nicolaslebrun
Thanks for your answer and sorry for the post in Bugs... Wrong section.

Another question
Are these values OK for Linux clients ?

Code: Alles auswählen

opsiclientd.event_default.event_notifier_desktop = winlogon
opsiclientd.event_default.action_processor_desktop = winlogon
Regards
Nico

Re: Silent or not silent ?

Verfasst: 13 Sep 2024, 09:31
von n.doerrer
On linux these values are ignored anyway.
Linux handles the concepts of desktops differently. And much of this is distribution dependent.