Jump to content

command line args to prevent tray icon process from starting


Recommended Posts

Posted

Hi!  I have Emby configured to boot on startup using launchd.

Because it is running in the background as a server process, I do not need the tray icon process.

What command line arg may I pass in my launch daemon so the tray icon doesn’t start?

This is what my daemon looks like:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>Label</key>
        <string>media.emby.USER.plist</string>

        <key>UserName</key>
        <string>USER</string>

        <key>Program</key>
        <string>/Volumes/Apps/EmbyServer.app/Contents/MacOS/EmbyServer</string>

        <key>RunAtLoad</key>
        <true/>
</dict>
</plist>

 

Posted

Hi, we don't currently have a command line option for that, but it's not a bad idea to add.

  • Like 1
Posted

ok thanks for letting me know.

Im just killing the tray process for now (if it starts, it doesn't always)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...