Bug 142465

Summary: NetMeeting plugin still refer to Gnomemeeting
Product: [Applications] kopete Reporter: Nicolas L. <kde>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED INTENTIONAL    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Nicolas L. 2007-03-03 17:57:44 UTC
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>
Comment 1 Matt Rogers 2008-02-07 05:28:16 UTC
netmeeting has been removed.