Most likely /opt/apps/org.tizen.menu-screen does not exists on your platform. Please check.
Best, Vijay Zanvar On Wed, Jan 23, 2013 at 2:30 PM, <[email protected]> wrote: > I could set VCONFKEY_STARTER_SEQUENCE, and verified the same as below. > > > > $vconftool get "memory/starter/sequence" > memory/starter/sequence, value = 1 (int) > > > > By analyzing the logs, it looks its not able to locate the package, can > you plz help with the right path of package to be in. > > > > D/menu-daemon( 1775): [_hibernation_preleave_cb:246] > [MENU_DAEMON]_hibernation_preleave_cb is invoked > D/menu-daemon( 1775): [pkg_event_init:174] Configuration file for desktop > file monitoring [/opt/share/applications] is added > E/menu-daemon( 1775): [_hibernation_preleave_cb:255] cannot remove sat-ui > desktop. > D/menu-daemon( 1758): [*_pkg_changed*:172] pkg_changed ****** *seq :0* > E/menu-daemon( 1775): [_pkg_changed:172] Sequence is not ready yet, do > nothing > D/menu-daemon( 1775): [_dead_cb:220] Process 1783 is termianted > D/menu-daemon( 1775): [_dead_cb:226] Unknown process, ignore it (pid 1783, > menu pid -1) > > D/menu-daemon( 1775): [_show_cb:117] [MENU_DAEMON] _show_cb is invoked > D/menu-daemon( 1758): [*_show_cb:*133] show_cb ****** *seq :1* > *D/AULD ( 1480): [__launchpad_main_loop,750] pkg name : > org.tizen.menu-screen* > *D/AULD ( 1480): [__launchpad_main_loop,760] such pkg no found* > D/AUL ( 1558): [__app_send_raw,298] recv result = -1 (4) > D/menu-daemon( 1558): [_open_homescreen:93] cannot launch > org.tizen.menu-screen now. (-1) > I/VCONF ( 1558): vconf_get_str(1558) : > db/setting/menuscreen/package_name success > D/menu-daemon( 1775): [_dead_cb:220] Process 1777 is termianted > D/menu-daemon( 1775): [_dead_cb:226] Unknown process, ignore it (pid 1777, > menu pid -1) > > D/menu-daemon( 1775): [_key_press_cb:293] Pressed > D/menu-daemon( 1775): [_key_release_cb:177] Released > E/menu-daemon( 1775): [_launch_home_screen:90] Default homescreen is not > able to launch > > > > Thanks, > > Dhruv > > > > -----Original Message----- > From: "Vijay Zanvar" <[email protected]> > Sent: Tuesday, January 22, 2013 4:42am > To: [email protected] > Subject: Re: [Tizen General] Unable to launch menu-screen > > Yes, VCONFKEY_STARTER_SEQUENCE is a file which should be "touched" in > order to generate an event. > Best, > Vijay Zanvar > > > On Tue, Jan 22, 2013 at 3:03 PM, <[email protected]> wrote: > >> k thanks alot for the information.. as i mentioned in my 1st mail about >> setting VCONFKEY_STARTER_SEQUENCE, is that right? >> >> >> >> Thanks, >> >> Dhruv >> >> >> >> >> -----Original Message----- >> From: "Vijay Zanvar" <[email protected]> >> Sent: Tuesday, January 22, 2013 4:26am >> To: [email protected] >> Subject: Re: [Tizen General] Unable to launch menu-screen >> >> Yes, menu-screen would ideally be launched from menu-daemon, if the >> vconf settings are correct. >> If you refer menu-daemon: >> >> - _open_homescreen() would open "homescreen" >> - However, _open_homescreen() is invoked from _show_cb(), which in >> turned is invoked if the watch set on VCONFKEY_STARTER_SEQUENCE become >> active >> - If the "seq" is not 1 in _show_cb(), menu-daemon doesn't launch >> menu-screen (or home screen) >> >> From here, you will have to debug/walk through the code to understand >> what is going wrong. ;) >> Best, >> Vijay Zanvar >> >> On Tue, Jan 22, 2013 at 2:44 PM, <[email protected]> wrote: >> >>> 1. nothing related to segmentation fault is appearing in dlogutils( >>> logger adapted from android) >>> >>> 2. there is no menu-screen in my /usr/bin/, as per the generated rpm for >>> menu-screen it contains in the following path >>> "/opt/apps/org.tizen.menu-screen/bin/menu-screen" >>> >>> >>> >>> One more stuff i would like to know is, Is menu-screen being launched by >>> menu-daemon or how? >>> >>> >>> >>> >>> -----Original Message----- >>> From: "Vijay Zanvar" <[email protected]> >>> Sent: Tuesday, January 22, 2013 3:48am >>> To: [email protected] >>> Subject: Re: [Tizen General] Unable to launch menu-screen >>> >>> Check error logs (dmesg or equivalent) >>> >>> On Tue, Jan 22, 2013 at 2:17 PM, Vijay Zanvar <[email protected]> wrote: >>> >>>> Why a segmentation fault? Did you check? Plus, I used to launch >>>> following command before manually launching menu-screen: >>>> $ source /etc/profile >>>> $ menu-screen & >>>> Best, >>>> Vijay Zanvar >>>> >>>> >>>> On Tue, Jan 22, 2013 at 2:13 PM, <[email protected]> wrote: >>>> >>>>> sh-4.1# >>>>> -sh-4.1# /opt/apps/org.tizen.menu-screen/bin/menu-screen >>>>> debug level init 1(1) >>>>> [keyrouter][AdjustTopPositionDeliveryList] Failed to get window >>>>> property from _GRAB_KEY ! (result = 1) >>>>> Segmentation fault >>>>> >>>>> >>>>> >>>>> Thanks, >>>>> >>>>> Dhruv >>>>> >>>>> >>>>> >>>>> -----Original Message----- >>>>> From: "Vijay Zanvar" <[email protected]> >>>>> Sent: Tuesday, January 22, 2013 3:32am >>>>> To: [email protected] >>>>> Subject: Re: [Tizen General] Unable to launch menu-screen >>>>> >>>>> Run menu-screen and send the log. >>>>> Best, >>>>> Vijay Zanvar >>>>> >>>>> >>>>> On Tue, Jan 22, 2013 at 1:23 PM, <[email protected]> wrote: >>>>> >>>>>> Hi all, >>>>>> >>>>>> I am not able to launch menu-sceen, which as per porting guide should >>>>>> be launch via S46menudaemon script, register >>>>>> /opt/share/applications/*.desktop files, change the VCONFKEY_START value >>>>>> to >>>>>> 1, and then run the menu-screen. can anyone please help me. >>>>>> >>>>>> >>>>>> >>>>>> My query is; >>>>>> >>>>>> 1. How do i register "/opt/share/applications/*.desktop" files >>>>>> >>>>>> 2. VCONFKEY_START?? >>>>>> >>>>>> after grep for VCONFKEY_START, i came across >>>>>> >>>>>> >>>>>> >>>>>> framework/appfw/vconf-internal-keys/include/vconf-internal-starter-keys.h: >>>>>> >>>>>> #define VCONFKEY_STARTER_SEQUENCE "memory/starter/sequence" >>>>>> >>>>>> >>>>>> >>>>>> apps/home/starter/packaging/starter.spec: >>>>>> >>>>>> vconftool set -t int "memory/starter/sequence" 0 -i -u 5000 -g 5000 >>>>>> >>>>>> >>>>>> >>>>>> and updates it to 1: >>>>>> >>>>>> vconftool set -t int "memory/starter/sequence" 1 -i -u 5000 -g 5000 >>>>>> >>>>>> >>>>>> >>>>>> *Snapshot of ps -ax:* >>>>>> >>>>>> 96 ? S 0:00 /sbin/udevd --daemon >>>>>> 1299 ? S 0:00 /sbin/udevd --daemon >>>>>> 1388 tty2 S<s+ 0:09 /usr/bin/Xorg :0 -logfile >>>>>> /opt/var/log/Xorg.0.log -ac >>>>>> 1396 ? Ss 0:00 dbus-daemon --system >>>>>> 1422 ? S 0:00 /usr/bin/security-server >>>>>> 1438 ? S 0:00 dlogutil -b radio -v time -f >>>>>> /var/log/seq.radio.log - >>>>>> 1439 ? Sl 0:00 /usr/bin/telephony-daemon >>>>>> 1444 ? S 0:00 >>>>>> /usr/bin/launchpad_preloading_preinitializing_daemon >>>>>> 1445 ? S 0:00 /usr/bin/ac_daemon >>>>>> 1454 ? S 0:00 dbus-launch --exit-with-session >>>>>> /usr/bin/enlightenmen >>>>>> 1457 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 5 >>>>>> --print-add >>>>>> 1486 ? Ss 0:01 /usr/bin/power_manager -d -x >>>>>> 1489 ? Ss 0:00 /usr/lib/scim-1.0/scim-launcher -d -c >>>>>> simple -e hangu >>>>>> 1490 ? Sl 0:00 /usr/bin/system_server >>>>>> 1492 ? Sl 0:00 /usr/bin/sf_server -s >>>>>> /usr/etc/sf_sensor.conf -f /usr >>>>>> 1494 ? S 0:00 /usr/bin/ss-server >>>>>> 1654 ? Ss 0:00 /usr/bin/isf-panel-efl --display :0 -c >>>>>> socket -d >>>>>> 1655 ? Ss 0:00 /usr/lib/scim-1.0/scim-launcher -d -c >>>>>> socket -e socke >>>>>> 1659 ? S 0:00 /usr/bin/starter >>>>>> 1661 ? SNs 0:00 /usr/apps/org.tizen.indicator/bin/indicator >>>>>> 1665 ? S 0:00 /usr/bin/menu-daemon >>>>>> 1678 ? Ss 0:00 /usr/sbin/connmand -W nl80211 >>>>>> 1680 ? S 0:00 /usr/bin/dlogutil -r 51200 -n 1 -f >>>>>> /var/log/dlog -v t >>>>>> 1683 ? Ss 0:00 /sbin/syslogd -b 5 >>>>>> 1685 ? Ss 0:00 /sbin/klogd >>>>>> 1695 ? S 0:00 /usr/bin/media-thumbnail-server >>>>>> 1697 ? S 0:00 /usr/bin/contacts-svc-helper >>>>>> 1699 ? SNs 0:00 >>>>>> /usr/apps/org.tizen.quickpanel/bin/quickpanel >>>>>> 1708 ? Ss 0:00 /usr/sbin/net-config >>>>>> 1722 ? Ss 0:00 /usr/sbin/wpa_supplicant -u -t -B -ddd -f >>>>>> /var/log/wp >>>>>> 1724 ? Sl 0:00 /usr/bin/download-provider >>>>>> 1726 ? Sl 0:00 /usr/bin/email-service >>>>>> 1728 ? Sl 0:00 /usr/bin/msg-server >>>>>> 1730 ? Sl 0:00 /usr/bin/smartcard-daemon >>>>>> 1732 ? S 0:00 /usr/bin/alarm-server >>>>>> 1741 ? Sl 0:00 /usr/bin/nfc-manager-daemon >>>>>> 1758 ? S 0:00 /usr/libexec/gps-manager -l replay >>>>>> 1765 ? Ss 0:00 /usr/bin/pushd >>>>>> 1774 ? S 0:00 /usr/bin/cbhm >>>>>> 1776 ? Sl 0:00 /usr/bin/media-server >>>>>> 1784 ttyO2 Ss 0:00 -sh >>>>>> 1803 ? Ss 0:00 /usr/sbin/inetd >>>>>> 1805 ? Ss 0:01 /opt/apps/org.tizen.draglock/bin/draglock >>>>>> `zaybxcwdve >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Thanks, >>>>>> >>>>>> Dhruv >>>>>> >>>>>> _______________________________________________ >>>>>> General mailing list >>>>>> [email protected] >>>>>> https://lists.tizen.org/listinfo/general >>>>>> >>>>>> >>>>> >>>>> -- >>>>> Best, >>>>> Vijay Zanvar >>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> Best, >>>> Vijay Zanvar >>>> >>> >>> >>> -- >>> Best, >>> Vijay Zanvar >>> >>> >>> >>> >>> >> >> >> -- >> Best, >> Vijay Zanvar >> >> >> >> >> > > > -- > Best, > Vijay Zanvar > > > > > -- Best, Vijay Zanvar
_______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
