Paul, On Thu, Sep 5, 2013 at 12:40 AM, Hanchett, Paul <[email protected]> wrote: > Rusty-- > > When Tizen reboots, all I get is an empty black screen. I can switch to > other terminals but the wayland screen seems dead. > > Are you saying that with the "dead" screen, if I go to one of the alternate > consoles and "launch_app org.tizen.ico.homescreen" that I should see > something happening in the blank display?
Correct. The workaround I shared last Friday on this list helps: root:~> su app sh-4.2$ DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/5000/dbus/user_bus_socket systemctl --user start ico_homescreen.service To get homescreen started automatically, we need to set a dependency to app launchpad daemon since it's not ready by the time 'launch_app' is issued by ico_homescreen.service. To do that, 1) add a new file: root:/usr/lib/systemd/user> cat launcher.path [Unit] Description=Path activation for AUL [Path] PathExists=/tmp/amd_ready Unit=ico_homescreen.service 2) fix symlinks # cd /usr/lib/systemd/user/weston.target.wants # rm ico_homescreen.service # ln -s ../launcher.path 3) reboot Mikko _______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
