When running a client as a daemon on Linux the user can’t open the GUI applications.
❯ /opt/Thinkbox/Deadline10/bin/deadlinelauncher -monitor daemon was not added to the CommandLineParser. daemon was not added to the CommandLineParser. Port 17000 is already in use Another Launcher is already running Shutting down
In the /usr/share/applications/deadlinemonitor10.desktop file I needed to change the original
[Desktop Entry]
Type=Application
Version=0.9.4
Name=Deadline Monitor 10
Comment=Launch the Deadline Monitor
Icon=/opt/Thinkbox/Deadline10/icons/Deadline_Monitor.png
Exec=/opt/Thinkbox/Deadline10/bin/deadlinelauncher -monitor
Terminal=false
Path=/opt/Thinkbox/Deadline10/bin
to
[Desktop Entry]
Type=Application
Version=0.9.4
Name=Deadline Monitor 10
Comment=Launch the Deadline Monitor
Icon=/opt/Thinkbox/Deadline10/icons/Deadline_Monitor.png
Exec=/opt/Thinkbox/Deadline10/bin/deadlinemonitor -new
Terminal=false
Path=/opt/Thinkbox/Deadline10/bin