https://bugs.kde.org/show_bug.cgi?id=435220
Philipp Reichmuth <philipp.reichm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In|5.22 | Status|REPORTED |CONFIRMED CC| |philipp.reichm...@gmail.com Ever confirmed|0 |1 --- Comment #9 from Philipp Reichmuth <philipp.reichm...@gmail.com> --- For what it's worth, I have this problem now with Plasma 5.23.2. I select text in Firefox 93, hit Ctrl+C and it doesn't appear in Klipper. Some time ago it worked, so the issue seems to be transient, but it's definitely still there. Other issues noticeable at the moment: - Firefox does not show the global menu - I see several Firefox processes in `ps ax | grep firefox` , but `killall firefox` says "process not found": ``` > ps ax | grep firefox 7065 ? Sl 40:40 /usr/lib64/firefox/firefox -contentproc -childID 8 -isForBrowser -prefsLen 6484 -prefMapSize 256017 -jsInit 286204 -parentBuildID 20210927210923 -appdir /usr/lib64/firefox/browser 19148 true tab 19148 ? Sl 90:52 /usr/lib64/firefox/firefox 19231 ? Sl 0:10 /usr/lib64/firefox/firefox -contentproc -parentBuildID 20210927210923 -prefsLen 1 -prefMapSize 256017 -appdir /usr/lib64/firefox/browser 19148 true socket 19319 ? Sl 1:00 /usr/lib64/firefox/firefox -contentproc -childID 2 -isForBrowser -prefsLen 5348 -prefMapSize 256017 -jsInit 286204 -parentBuildID 20210927210923 -appdir /usr/lib64/firefox/browser 19148 true tab 19377 ? Sl 1:29 /usr/lib64/firefox/firefox -contentproc -childID 3 -isForBrowser -prefsLen 5983 -prefMapSize 256017 -jsInit 286204 -parentBuildID 20210927210923 -appdir /usr/lib64/firefox/browser 19148 true tab 19861 ? Sl 0:09 /usr/lib64/firefox/firefox -contentproc -childID 103 -isForBrowser -prefsLen 11209 -prefMapSize 256017 -jsInit 286204 -parentBuildID 20210927210923 -appdir /usr/lib64/firefox/browser 19148 true tab 19904 ? Sl 1:20 /usr/lib64/firefox/firefox -contentproc -childID 104 -isForBrowser -prefsLen 11209 -prefMapSize 256017 -jsInit 286204 -parentBuildID 20210927210923 -appdir /usr/lib64/firefox/browser 19148 true tab 20051 ? Sl 0:29 /usr/lib64/firefox/firefox -contentproc -childID 105 -isForBrowser -prefsLen 11209 -prefMapSize 256017 -jsInit 286204 -parentBuildID 20210927210923 -appdir /usr/lib64/firefox/browser 19148 true tab 20088 ? Sl 0:31 /usr/lib64/firefox/firefox -contentproc -childID 106 -isForBrowser -prefsLen 11209 -prefMapSize 256017 -jsInit 286204 -parentBuildID 20210927210923 -appdir /usr/lib64/firefox/browser 19148 true tab 29548 ? Sl 6:25 /usr/lib64/firefox/firefox -contentproc -childID 74 -isForBrowser -prefsLen 11250 -prefMapSize 256017 -jsInit 286204 -parentBuildID 20210927210923 -appdir /usr/lib64/firefox/browser 19148 true tab 29816 pts/2 S+ 0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox firefox 31137 ? Sl 5:45 /usr/lib64/firefox/firefox -contentproc -childID 88 -isForBrowser -prefsLen 11264 -prefMapSize 256017 -jsInit 286204 -parentBuildID 20210927210923 -appdir /usr/lib64/firefox/browser 19148 true tab 32271 ? Sl 27:11 /usr/lib64/firefox/firefox -contentproc -childID 99 -isForBrowser -prefsLen 11241 -prefMapSize 256017 -jsInit 286204 -parentBuildID 20210927210923 -appdir /usr/lib64/firefox/browser 19148 true tab > killall firefox firefox: no process found ``` This is with Firefox 93.0-80.3 and Plasma 5.23.2 on OpenSUSE Tumbleweed. -- You are receiving this mail because: You are watching all bug changes.