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

--- Comment #2 from fab...@fabianthomas.de ---
I've quickly looked through the code. For the other way around, the fix is
probably to disable the automatic sending of clipboard content to your phone.
See the fix below. It would probably be best if a user could toggle that
functionality. (These android 13 clipboard popups are annoying)

For a quick and dirty fix just comment the lines in
ClipboardListener::ClipboardListener() in the file
kdeconnect-kde/plugins/clipboard/clipboardlistener.cpp:

ClipboardListener::ClipboardListener()
    : clipboard(KSystemClipboard::instance())
{
// #ifdef Q_OS_MAC
//     connect(&m_clipboardMonitorTimer, &QTimer::timeout, this, [this]() {
//         updateClipboard(QClipboard::Clipboard);
//     });
//     m_clipboardMonitorTimer.start(1000); // Refresh 1s
// #endif
//     connect(clipboard, &KSystemClipboard::changed, this,
&ClipboardListener::updateClipboard);
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to