9and3r / mopidy-touchscreen

Extension for displaying track info and controlling Mopidy from a touch screen using PyGame/SDL
Apache License 2.0
45 stars 24 forks source link

mopidy-touchscreen not show up when running as services #16

Closed cheehoong closed 8 years ago

cheehoong commented 8 years ago

I runnning with a 3.5 inch TFT from kedei. It not able to show the mopidy-touchscreen when i start my pi 3. But there is no problem if i run it from menu. I tested put both .config/mopidy/mopidy.conf and also put at /etc/mopidy/mopidy.conf no luck. also try Change DAEMON_USER=mopidy to DAEMON_USER=root. also no luck.

https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=124961

Please help. or give some guide where I should search for.

cheehoong commented 8 years ago

alternative to solve this.. I disable the run as services sudo systemctl disable mopidy and use below autostart from desktop

cd /home/pi/.config/autostart //mkdir autostart nano mopidy1.desktop --> [Desktop Entry] Type=Application Name=mopidy Exec=mopidy X-GNOME-Autostart-Delay=5 StartupNotify=false --<