Logiciel de navigation et de routage

AppStore PlayStore

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

qtVlm 5.10.7 not working on raspberry pi

Plus d'informations
il y a 9 mois 4 semaines #2075 par thomas.flash
Réponse de thomas.flash sur le sujet 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?
 

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 9 mois 2 semaines #2086 par oxygen77
Réponse de oxygen77 sur le sujet 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

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 9 mois 2 semaines #2087 par thomas.flash
Réponse de thomas.flash sur le sujet 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.

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 9 mois 2 semaines - il y a 9 mois 2 semaines #2088 par maitai
Réponse de maitai sur le sujet 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
Dernière édition: il y a 9 mois 2 semaines par maitai.

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 9 mois 2 semaines #2089 par oxygen77
Réponse de oxygen77 sur le sujet 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

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 9 mois 2 semaines #2090 par thomas.flash
Réponse de thomas.flash sur le sujet 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 !!!

Connexion ou Créer un compte pour participer à la conversation.

Temps de génération de la page : 0.167 secondes