Version: (using KDE KDE 3.5.6) Installed from: Mandriva RPMs Gnomemeeting doesn't exist anymore, but have been renamed upstream as Ekiga, so the pieces of code which refer to gnomemeeting have to be rename ekiga. There is a patch against KDE 3 branch Index: netmeetingpreferences.cpp =================================================================== --- netmeetingpreferences.cpp (revision 638877) +++ netmeetingpreferences.cpp (working copy) @@ -58,7 +58,7 @@ { KConfig *config=KGlobal::config(); config->setGroup("Netmeeting Plugin"); - preferencesDialog->m_app->setCurrentText(config->readEntry("NetmeetingApplication","gnomemeeting -c callto://%1")); + preferencesDialog->m_app->setCurrentText(config->readEntry("NetmeetingApplication","ekiga -c callto://%1")); emit KCModule::changed(false); } Index: netmeetinginvitation.cpp =================================================================== --- netmeetinginvitation.cpp (revision 638877) +++ netmeetinginvitation.cpp (working copy) @@ -162,7 +162,7 @@ KConfig *config=KGlobal::config(); config->setGroup("Netmeeting Plugin"); - QString app=config->readEntry("NetmeetingApplication","gnomemeeting -c callto://%1").arg(ip_address); + QString app=config->readEntry("NetmeetingApplication","ekiga -c callto://%1").arg(ip_address); kdDebug() << k_funcinfo << app << endl ; Index: netmeetingprefs_ui.ui =================================================================== --- netmeetingprefs_ui.ui (revision 638877) +++ netmeetingprefs_ui.ui (working copy) @@ -63,7 +63,7 @@ <widget class="KComboBox"> <item> <property name="text"> - <string>gnomemeeting -c callto://%1</string> + <string>ekiga -c callto://%1</string> </property> </item> <item>
netmeeting has been removed.