Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Opening Videowall on startup on Ubuntu

Completed

Comments

1 comment

  • Ash Schofield

    using top i was able to find the command line args for when the client restarts into video wall mode.
    i then copeid the default destop icon into ~/.config/autostart 
    then i commented out the orginal Exec line and then put in what i found above so my dwspectrum.desktop file is now below. 
    this will break every time the client version changes…

    [Desktop Entry]
    Type=Application
    Name=DW Spectrum
    Comment=DW Spectrum Client
    Icon=vmsclient-digitalwatchdog.png
    #Exec="/home/localadmin/.local/share/Digital Watchdog/applauncher/digitalwatchdog/bin/applauncher-bin" %u
    Exec=/opt/digitalwatchdog/client/6.0.0.39503/bin/dwspectrum_client --videowall {14ba2c1a-******************} --videowall-instance {634b9ebf-***************} --auth REMOVED
    StartupNotify=true
    StartupWMClass=dwspectrum
    Terminal=false
    Version=6.0.0.39503
    X-GNOME-Autostart-Delay=30
    0

Post is closed for comments.