[knotes] [Bug 339213] New: knotes accepting notes from network does not work in 4.14 (with fix)

Silvan Calarco silvan.calarco at mambasoft.it
Fri Sep 19 16:38:25 BST 2014


https://bugs.kde.org/show_bug.cgi?id=339213

            Bug ID: 339213
           Summary: knotes accepting notes from network does not work in
                    4.14 (with fix)
           Product: knotes
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: kdepim-bugs at kde.org
          Reporter: silvan.calarco at mambasoft.it
                CC: myriam at kde.org

On 4.14.0 I wasn't able to send knotes notes through network from one knotes to
another.
When trying to send a note the akonadi_notes_agent receiver process displays
this message:

  Object::connect: No such signal
NoteShared::NotesNetworkReceiver::noteReceived(QString,QString)


Reproducible: Always

Steps to Reproduce:
1. Configure KNotes on the receiver computer to Accept incoming notes
2. If necessary open TCP port 24837
3. From the sender computer use the KNotes "Send..." function and send a note
specifying the receiver IP address

Actual Results:  
Nothing happens on the receiver.

Expected Results:  
Have the remote note added to the notes on the receiver computer.

--- kdepim-4.14.0/agents/notesagent/notesmanager.cpp.orig       2014-09-19
16:06:52.666714071 +0200
I've fixed it with the following patch:

+++ kdepim-4.14.0/agents/notesagent/notesmanager.cpp    2014-09-19
16:06:57.744713275 +0200
@@ -163,7 +163,7 @@

     if ( s ) {
         NoteShared::NotesNetworkReceiver *recv = new
NoteShared::NotesNetworkReceiver( s );
-        connect( recv, SIGNAL(noteReceived(QString,QString)),
SLOT(slotNewNote(QString,QString)) );
+        connect( recv, SIGNAL(sigNoteReceived(QString,QString)),
SLOT(slotNewNote(QString,QString)) );
     }
 }

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list