ARD Monitor FAQ: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Utility-Menu ===
* Q: How does that utility-menu, you added in 2.0, work?
* A: Easy, if a certain Application is present, it will be shown in the menu - and the user can launch it. By default that's [[Schick]] and TeamViewer QS - but you can change that to your liking:
MacBook-Air:~ $ defaults read net.wurst-wasser.ARDMonitorPro
  {
  "NSWindow Frame AboutWindowWithAFanceAutoSaveName: Kunibert" = "186 347 480 379 0 0 1440 878 ";
  kSettingUtilities =    (
    {
        kSettingUtilityName = "TeamViewer QS";
        kSettingUtilityPath = "/Applications/Utilities/TeamViewerQS.app";
    },
    {
        kSettingUtilityName = Schick;
        kSettingUtilityPath = "/Applications/Schick.app";
    }
  );
}
MacBook-Air:~ $
=== Application won't start ===
=== Application won't start ===
* Q: The ARD Monitor version I downloaded from the AppStore won't start.
* Q: The ARD Monitor version I downloaded from the AppStore won't start.
* A: Please check your system.log (using Console.app), there are reported cases that "Eset Cyber Security 4.2" might interfere. If so, you would see a log entry like this:<br><tt>kernel[0]: Sandbox: xpcd(296) deny network-outbound /private/tmp/esets.sock</tt><br>If so, please update to Eset Cyber Security version 5.
* A: Please check your system.log (using Console.app), there are reported cases that "Eset Antivirus 4.1" might interfere. If so, you would see a log entry like this:<br><tt>kernel[0]: Sandbox: xpcd(296) deny network-outbound /private/tmp/esets.sock</tt><br>If so, please update to Eset Cyber Security version 5.





Latest revision as of 11:40, 4 November 2015

Utility-Menu

  • Q: How does that utility-menu, you added in 2.0, work?
  • A: Easy, if a certain Application is present, it will be shown in the menu - and the user can launch it. By default that's Schick and TeamViewer QS - but you can change that to your liking:
MacBook-Air:~ $ defaults read net.wurst-wasser.ARDMonitorPro
 {
  "NSWindow Frame AboutWindowWithAFanceAutoSaveName: Kunibert" = "186 347 480 379 0 0 1440 878 ";
  kSettingUtilities =     (
    {
       kSettingUtilityName = "TeamViewer QS";
       kSettingUtilityPath = "/Applications/Utilities/TeamViewerQS.app";
    },
    {
       kSettingUtilityName = Schick;
       kSettingUtilityPath = "/Applications/Schick.app";
    }
 );
}
MacBook-Air:~ $


Application won't start

  • Q: The ARD Monitor version I downloaded from the AppStore won't start.
  • A: Please check your system.log (using Console.app), there are reported cases that "Eset Antivirus 4.1" might interfere. If so, you would see a log entry like this:
    kernel[0]: Sandbox: xpcd(296) deny network-outbound /private/tmp/esets.sock
    If so, please update to Eset Cyber Security version 5.