Silent or not silent ?

Antworten
nicolaslebrun
Beiträge: 109
Registriert: 18 Apr 2011, 11:43

Silent or not silent ?

Beitrag 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
Benutzeravatar
j.schneider
uib-Team
Beiträge: 1918
Registriert: 29 Mai 2008, 15:14

Re: Silent or not silent ?

Beitrag 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
nicolaslebrun
Beiträge: 109
Registriert: 18 Apr 2011, 11:43

Re: Silent or not silent ?

Beitrag 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
Benutzeravatar
n.doerrer
uib-Team
Beiträge: 300
Registriert: 23 Okt 2020, 16:11

Re: Silent or not silent ?

Beitrag von n.doerrer »

On linux these values are ignored anyway.
Linux handles the concepts of desktops differently. And much of this is distribution dependent.
Antworten