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
_______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
