Bug 407135 - clipboard not working after launch (launching from terminal - clipboard work for first ~ 5 minuts)
Summary: clipboard not working after launch (launching from terminal - clipboard work ...
Status: REPORTED
Alias: None
Product: Falkon
Classification: Applications
Component: general (show other bugs)
Version: 3.1.0
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-01 21:17 UTC by hrwy
Modified: 2021-04-02 15:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hrwy 2019-05-01 21:17:55 UTC
Problem: Falkon after ~ 5 min stops working with clipboard
I see these messages in terminal: "QXcbClipboard::setMimeData: Cannot set X11 selection owner"

Maybe solving of the problem:
1) Qt upgrade
2) Application upgrade
3) installation if it didn't installed: xsel / xclip
4) In Vim: `set clipboard=unnamedplus`, which makes the anonymous register the Xorg clipboard
My problem solving:
5) sudo mv /usr/bin/xclip /usr/bin/xclip.disabled reboot... X
6) brew install xclip #(from LinuxBrew) reboot... X; restored xclip, renamed xsel reboot - NOTHING HELPED

Other applications with problem:
Qt 5.6.0+SecureCRT 8.5.2
Qt 5.5.1+qBittorrent3.3.13, 64 bit.
Qt < 5.9.11+Telegram 1.6.2 (but newer versions had resolved issue)
somebode reported problems after closing LyX
Qt+some terminal+Vim+Klipper(clipboard history not empty)
Qt5+Pyperclip(https://www.reddit.com/r/learnpython/comments/8v2d74/copied_content_via_pyperclip_does_not_persist_in/)

ADDITIONAL INFORMATION

Qt 5.9.12+Falkon 3.1.99(ppa:lubuntu-dev/falkon-daily)

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Ubuntu 19.04 64bit-no KDE (LXDE + OpenBox)
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 5.12.2
Comment 1 hrwy 2019-05-01 21:23:22 UTC
in terminat I see what such event send ERR:
start/stop selecting with mouse/arrow+shift keys something in Falkon window
clicking right-muse-menu's "copy"/ctrl-c/ctrl-Insert on selection in Falkon window on in Address bar/Search bar
Comment 2 hrwy 2019-05-17 05:53:31 UTC
Would you give me a clue how to turn in my Falkon debugging. What would I need to do? Compile sources of Current branch (it like my Falkon from ppa:lubuntu-dev/falkon-daily have last changes), but I never use cmake "with debugging symbols" parameter, I only knows how add symbols in qmake…
Comment 3 The_assassin 2019-05-17 07:48:26 UTC
(In reply to hrwy from comment #2)

"-DCMAKE_BUILD_TYPE=Debug"

But it probably won't help you because this looks like regression of  QTBUG-28398, see https://bugreports.qt.io/browse/QTCREATORBUG-8476?focusedCommentId=193125&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-193125
Comment 4 hrwy 2019-05-20 10:27:44 UTC
Thanks. I will start to using compiled falkon, with debugging, to see what happens.
Comment 5 Christoph Feck 2019-06-14 14:44:45 UTC
Any update?
Comment 6 hrwy 2021-04-02 15:22:21 UTC
I'm on Flatpak what hasn't got this bug.