Navigation and Weather Routing software

AppStore PlayStore

Contact us for support or information: contact@meltemus.com

qtVlm 5.10.7 not working on raspberry pi

More
9 months 1 week ago #2075 by thomas.flash
Replied by thomas.flash on topic qtVlm 5.10.7 not working on raspberry pi
Hello,

Thanks for the solution, it's work for me but....
It's work when i use the launcher directly via file browser (double click).

But if i try to launch with console :
/usr/local/qtVlm/qtvlm
i have this error cxb
Same problem if i add this parameter :  -platform xcb

And it's impossible to add the qtvlm run in the rc.local (probably with this error)

any idea?
 

Please Log in or Create an account to join the conversation.

More
9 months 2 days ago #2086 by oxygen77
Replied by oxygen77 on topic qtVlm 5.10.7 not working on raspberry pi
Hello,

Can you confirm that from the file braowser you are launching by double clicking the qtVlm icon ?

Can you please try using: /usr/local/qtVlm/Qtvlm.sh

instead of /usr/local/qtVlm/qtvlm

Please Log in or Create an account to join the conversation.

More
9 months 2 days ago #2087 by thomas.flash
Replied by thomas.flash on topic qtVlm 5.10.7 not working on raspberry pi
Thanks for your response.

I tried with QtVlm.sh
It’s work if I launch this script in root with su user pi
But the same commande in qtvlm.service (autolaunch with daemon) didn’t work
I have the error xcb in journalctl
I tried to add chmod 777 on symbolic link, all qtvlm file….. nothing work.

Please Log in or Create an account to join the conversation.

More
9 months 2 days ago - 9 months 2 days ago #2088 by maitai
Replied by maitai on topic qtVlm 5.10.7 not working on raspberry pi
So in principle it is just a linux issue, regarding permissions.

What is the user when you use your autolaunch ?

Also check permissions for the group it belongs to
Last edit: 9 months 2 days ago by maitai.

Please Log in or Create an account to join the conversation.

More
9 months 1 day ago #2089 by oxygen77
Replied by oxygen77 on topic qtVlm 5.10.7 not working on raspberry pi
Thinking more on your issue I’m not sure using rc.local is possible in this case as you are trying to launch a graphical app. I would use this only for console services.

Maybe bash.rc can work (in your home) or other solution provided directly by the graphic interface.

Look at the intro of: learn.sparkfun.com/tutorials/how-to-run-...ogram-on-startup/all

The autostart looks promising and you already have a sample .desktop file in qtvlm folder

Please Log in or Create an account to join the conversation.

More
9 months 1 day ago #2090 by thomas.flash
Replied by thomas.flash on topic qtVlm 5.10.7 not working on raspberry pi
whooooo !!!

It's work perfectly with this method.

I just created a dekstop file like this ;
Code:
[Desktop Entry] Name=Qtvlm Exec=sudo -u pi "/usr/local/qtvlm/QtVlm.sh" Type=Application X-GNOME-Autostart-enabled=true

localised in ~/.config/autostart
With chmod +x
disabled password with the user pi.

Thank you very much !!!

Please Log in or Create an account to join the conversation.

Time to create page: 0.179 seconds