From: tobyyang <to...@ye...> - 2012-09-20 02:56:18
|
using gdb, i found scim need a panel daemon? reload_config_callback (m_config); m_server_name = m_config->read (String (SCIM_CONFIG_FRONTEND_X11_SERVER_NAME), m_server_name); m_xims_dynamic = m_config->read (String (SCIM_CONFIG_FRONTEND_X11_DYNAMIC), true); m_config->signal_connect_reload (slot (this, &X11FrontEnd::reload_config_callback)); m_display_name = init_ims (); SCIM_DEBUG_FRONTEND (1) << "X11 -- Connecting to panel daemon.\n"; if (m_panel_client.open_connection (m_config->get_name (), m_display_name) < 0) throw FrontEndError (String ("X11 -- failed to connect to the panel daemon!")); using gdb, i found scim need a panel daemon??? -- View this message in context: http://scim.1324931.n2.nabble.com/scim-lauch-failed-on-customized-small-linux-system-tp7577472p7577510.html Sent from the scim-devel mailing list archive at Nabble.com. |