From e9aeb6c966fdbf6ec6d39b10b2f997c414bf418b Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Wed, 11 Jul 2012 21:02:21 -0700 Subject: [PATCH] Update module list for ELM_MODULES, required for date/time settings The module "datetime_input_ctxpopup" is required for the "datetime/api" slot so that the date/time settings in the Settings application will display correctly and function properly. This commit simply appends the missing module/slot entry to ELM_MODULES in the systemd user session environment file (/etc/sysconfig/tizen-mobile-ui); by doing this, Elementary will load the missing module for the user session. Change-Id: I97432d74876f9cbd05cd0632d3befe60b7cf931e Signed-off-by: Patrick McCarty --- packaging/tizen-mobile-session.changes | 3 +++ packaging/tizen-mobile-session.spec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/tizen-mobile-session.changes b/packaging/tizen-mobile-session.changes index 87604d1..f19e805 100644 --- a/packaging/tizen-mobile-session.changes +++ b/packaging/tizen-mobile-session.changes @@ -1,3 +1,6 @@ +* Wed Jul 11 2012 Patrick McCarty c5e7eba +- Update module list for ELM_MODULES, required for date/time settings + * Mon Jul 09 2012 Patrick McCarty 98624ef - Adjust default scaling factors and DPI for the user session diff --git a/packaging/tizen-mobile-session.spec b/packaging/tizen-mobile-session.spec index e3b3292..2527680 100644 --- a/packaging/tizen-mobile-session.spec +++ b/packaging/tizen-mobile-session.spec @@ -27,7 +27,7 @@ ln -sf tizen-mobile-session.target %{buildroot}%{_libdir}/systemd/user/default.t mkdir -p %{buildroot}%{_sysconfdir}/sysconfig cat > %{buildroot}%{_sysconfdir}/sysconfig/tizen-mobile-ui << EOF ELM_PROFILE="slp" -ELM_MODULES="ctxpopup_copypasteUI>entry/api" +ELM_MODULES="ctxpopup_copypasteUI>entry/api:datetime_input_ctxpopup>datetime/api" EVAS_FONT_DPI=72 LAUNCHER_ENGINE="gl" LAUNCHER_FPS=6000 -- 2.7.4