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 1 an 9 mois #2075 par thomas.flash
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 1 an 9 mois #2086 par oxygen77
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 1 an 9 mois #2087 par thomas.flash
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 1 an 9 mois - il y a 1 an 9 mois #2088 par maitai
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 1 an 9 mois par maitai.

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

Plus d'informations
il y a 1 an 9 mois #2089 par oxygen77
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 1 an 9 mois #2090 par thomas.flash
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.170 secondes