-2

I'd like to autostart a Qt GUI application using Lubuntu/Openbox, using a root-only account.

I've added the command into:

/etx/xdg/openbox/autostart

And:

/root/test

Grepping for test shows that the application runs, but the application window is not being drawn in foreground - I think it's hidden somewhere, because I notice a short blip on startup.

Any idea what's going on here?

zeroc8
  • 119

1 Answers1

1

I've added a user and added the line

/home/myuser/myguiapp &

to /home/myuser/.config/openbox/autostart

Running under root caused problems unrelated to the question itself.

zeroc8
  • 119