This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/DRA726: Weston issue

Part Number: DRA726

Tool/software: Linux

I have resolved the 1.5 minutes loading of our application by not setting the application as a client for weston.

I put the command in /etc/init.d/weston

        openvt -c 4 -f runWeston
        openvt -c 4 -f ActVision1230

It takes about 7-10 seconds to load the application.

I need to reduce that loading time.

           │ ├─weston.service
           │ │ ├─639 /bin/sh /usr/bin/runWeston
           │ │ ├─641 ActVision1230
           │ │ ├─661 weston --idle-time=0
           │ │ ├─717 /usr/libexec/weston-keyboard
           │ │ └─718 /usr/libexec/weston-desktop-shell

How do I keep the the keyboard and desktop-shell from loading and still be able run our application?

The application is a GUI application created using embedded wizard.

Michel Catudal

ACTIA Corp