[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 postix changed: What|Removed |Added See Also|https://bugs.kde.org/show_b | |ug.cgi?id=500927| -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 postix changed: What|Removed |Added See Also|https://bugs.kde.org/show_b | |ug.cgi?id=502564| -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #45 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5428 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #47 from Fushan Wen --- Git commit fc04e94e344c99e924bf8ea6d7d9dc02e8b24e68 by Fushan Wen. Committed on 24/04/2025 at 13:48. Pushed by fusionfuture into branch 'master'. appiumtests: relax test conditions in test_5_3_bug491961_mimetypes Clipboard on Wayland is known to be flaky for a long time, so until it finally becomes usable the test conditions has to be relaxed. Related: bug 443265 M +7-10 appiumtests/applets/clipboardtest.py https://invent.kde.org/plasma/plasma-workspace/-/commit/fc04e94e344c99e924bf8ea6d7d9dc02e8b24e68 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Yaroslav Sidlovsky changed: What|Removed |Added CC||zawer...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #46 from Andrea Ippolito --- (In reply to Andrea Ippolito from comment #33) > Sharing some good news (so far): could not reproduce on 6.3.4 > > I got this update from my distro yesterday, and this morning back to work in > IntelliJ IDEA, I can copy multiple things to the clipboard, and pick and > choose what I want to paste from it, and it works as it's supposed to. > > I hesitate setting this back to "REPORTED" - if someone else on 6.3.4 could > share their (hopefully positive) feedback too, maybe it could be directly > closed instead. > > Thanks Just experienced this again today, after a long time without issue. On IntelliJ IDEA like in the past. The issue is definitely still there, but for some reason much rarer, at least for me. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Fushan Wen changed: What|Removed |Added Resolution|WAITINGFORINFO |DUPLICATE Status|NEEDSINFO |RESOLVED --- Comment #44 from Fushan Wen --- *** This bug has been marked as a duplicate of bug 502831 *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #43 from Xavier Corredor Llano --- In my particular case, after using the latest updates with the patches for a few days, I was no longer able to reproduce the error!. However, since this error is very rare and specific, I'm not sure it fixes every case, but it does improve a lot (100% in my case) with Fushan Wen's patches, Thank you!! -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #42 from Fernando M. Muniz --- (In reply to Nate Graham from comment #36) > Fernando, can you still reproduce this in Plasma 6.3.4? Can confirm. Operating System: Arch Linux KDE Plasma Version: 6.3.4 KDE Frameworks Version: 6.12.0 Qt Version: 6.9.0 Kernel Version: 6.14.2-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 8 × 11th Gen Intel® Core™ i5-11300H @ 3.10GHz Memory: 8.1 GB of RAM Graphics Processor 1: NVIDIA GeForce GTX 1650 Graphics Processor 2: Intel® Iris® Xe Graphics Manufacturer: LENOVO Product Name: 82MG System Version: IdeaPad Gaming 3 15IHU6 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #41 from Fushan Wen --- Git commit a0e02854f5874100bcc0b4d12531f539ef950484 by Fushan Wen. Committed on 10/04/2025 at 14:46. Pushed by fusionfuture into branch 'master'. systemclipboard: use QFile to write data to file descriptor Someone in the bugreport says CopyQ is better than Plasma's clipboard manager. I checked the difference and CopyQ uses QFile to write data to a file descriptor. QFile will check if all bytes are written, and when not all bytes are written and there is no error, QFile will continue writing to the file descriptor. M +14 -2src/systemclipboard/waylandclipboard.cpp https://invent.kde.org/frameworks/kguiaddons/-/commit/a0e02854f5874100bcc0b4d12531f539ef950484 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 TraceyC changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=502564 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Fushan Wen changed: What|Removed |Added Status|CONFIRMED |NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #40 from Fushan Wen --- (In reply to Bug Janitor Service from comment #27) > A possibly relevant merge request was started @ > https://invent.kde.org/frameworks/kguiaddons/-/merge_requests/171 For anyone who can still reproduce it, can you try this patch? -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #39 from madness...@proton.me --- (In reply to madness742 from comment #38) > I can still reproduce this on Fedora 41 KDE with the default settings. I forgot to mention that I'm on Plasma 6.3.4. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 madness...@proton.me changed: What|Removed |Added CC||madness...@proton.me --- Comment #38 from madness...@proton.me --- I can still reproduce this on Fedora 41 KDE with the default settings. I however cannot reliably reproduce it. It usually occurs after booting up the system, or when waking it out of sleep. The workaround I've found was hitting shift+v, selecting the second item in the clipboard, and then repeating it once again. I also noticed that by default the option "Non-text selection" is set to "Only when explicitly copied", but it doesn't work. I need to select "Never save in history", apply changes, and select "Only when explicitly copied" again to make it work. When hitting "Defaults" that option changes from "Only when explicitly copied" to "Never save in history" on a fresh install of Fedora 41 KDE. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #37 from Fernando M. Muniz --- (In reply to Nate Graham from comment #36) > Fernando, can you still reproduce this in Plasma 6.3.4? Since it's random, I'll have to update to 6.3.5 to be sure that I wasn't able to. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #36 from Nate Graham --- Fernando, can you still reproduce this in Plasma 6.3.4? -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #35 from m.k...@irregular.at --- I can also not reproduce this issue anymore on 6.3.4 (using Arch Linux). I was able to reproduce before with gitk and copy pasting text out of it, after closing it. Not always, but I could quite reliable re-produce it when trying copy/pasting for a couple of minutes. But this is working now. I am using Wayland but gitk is using xwayland. I see following commits made it into 6.3.4: https://invent.kde.org/plasma/plasma-workspace/-/commit/cd7d0215a7a0bc3503640f0f8c4e44bde08f7b20 https://invent.kde.org/plasma/plasma-workspace/-/commit/3ac707c06579bdcde6a3ac471d45f2258f76eaee https://invent.kde.org/plasma/plasma-workspace/-/commit/8d81c6816e64a9b9df7a093cc50f093dc258ff7a So maybe those fixed my problem at least. But maybe others still experience the problem, so in the end we face/faces slighly different issues. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #34 from EpicTux123 --- Fedora Linux 41 here. I still have this bug on 6.3.4, but I can't tell you steps to reproduce it, as it's entirely random when it happens. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #33 from Andrea Ippolito --- Sharing some good news (so far): could not reproduce on 6.3.4 I got this update from my distro yesterday, and this morning back to work in IntelliJ IDEA, I can copy multiple things to the clipboard, and pick and choose what I want to paste from it, and it works as it's supposed to. I hesitate setting this back to "REPORTED" - if someone else on 6.3.4 could share their (hopefully positive) feedback too, maybe it could be directly closed instead. Thanks -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #32 from Fushan Wen --- (In reply to JFK from comment #29) > I found out when the copy/paste issue occurs. It happens when I copy text > from an application (like my browsers), close the browser, open a new > application, and try to paste it there. It doesn't always work for me. > > There are only certain instances where this happens. If the application > that I am wanting to paste it in is already open then the problem doesn't > occur from my tests. At least from what I just experienced and tested out. > > It's weird because sometimes when I use an application like Kwrite to copy > instead of my browser (rpm brave, flatpak firefox) then it would work fine > when pasting it in my browser. It's inconsistent for the most part based on > my tests. > > I should also note that whenever any of this happened. In CopyQ and default > plasma clipboard, they would show it as copied. It would paste every time > after clicking it in CopyQ. Default Plasma clipboard wouldn't paste. This reproducer is also not reliable, but at least I successfully reproduced it once by following the steps. It can be caused by an application not transferring its clipboard content to other applications before the application quits, so not sure if it's Plasma's bug. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #31 from Fushan Wen --- (In reply to Andrea Ippolito from comment #30) > (In reply to Andrea Ippolito from comment #17) > > I can reproduce this somewhat consistently when I'm using IntelliJ IDEA: > > https://www.jetbrains.com/idea/download/download-thanks. > > html?platform=linux&code=IIC (just uncompress and run). > > > > IntelliJ IDEA's Wayland support is still experimental AFAIK, and since I'm > > using Wayland for my session I enabled the flag to let IDEA run natively on > > Wayland, i.e. once you open the app, Ctrl+Shift+A to open Actions search, > > then look for "Edit Custom VM Options...". In the text file paste: > > > > -Dawt.toolkit.name=WLToolkit > > > > Then restart the app. Now you're pretty much in my starting conditions. > > > > 1. clear the KDE clipboard history > > 2. In IDEA, open/create a scratch text file (e.g. Ctrl+Shift+A and type > > "scratch") and type two strings on separate lines > > 3. copy the first one, then copy the second one > > 4. go to a blank line on that same file, then bring up the clipboard popup > > (Meta + V here), and single click the second entry from the history, or > > highlight with the keyboard and press enter to select it > > 5. once the clipboard popup closes, try to Ctrl + V the selected entry > > > > Expected: entry is pasted > > Actual: nothing is pasted > > > > Mind you, this isn't reproducible if you follow these exact same steps but > > with just ONE entry in the clipboard history, so be careful. > > > > Also, these same steps don't trigger this bug in Kate, for example. > > > > BUT before reporting this to the IDEA folks, I wanna mention that once this > > bug IS triggered (from IDEA), you will also face the same issue in Kate. > > > > It's as if IDEA broke some communication pipe in an unrecoverable way. > > > > As I said in a previous comment, clearing the history temporarily resets > > things to normal. > > > > Thanks > > Actually I can ALWAYS reproduce the bug by following the steps I mentioned > in this comment of mine. > > Is there any chance a Dev can try to reproduce with these steps and see if a > fix is possible? > > If we're lucky it's the same issue everyone else is experiencing, even if > the apps are different. > > Thanks Cannot reproduce with or without the patch -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #30 from Andrea Ippolito --- (In reply to Andrea Ippolito from comment #17) > I can reproduce this somewhat consistently when I'm using IntelliJ IDEA: > https://www.jetbrains.com/idea/download/download-thanks. > html?platform=linux&code=IIC (just uncompress and run). > > IntelliJ IDEA's Wayland support is still experimental AFAIK, and since I'm > using Wayland for my session I enabled the flag to let IDEA run natively on > Wayland, i.e. once you open the app, Ctrl+Shift+A to open Actions search, > then look for "Edit Custom VM Options...". In the text file paste: > > -Dawt.toolkit.name=WLToolkit > > Then restart the app. Now you're pretty much in my starting conditions. > > 1. clear the KDE clipboard history > 2. In IDEA, open/create a scratch text file (e.g. Ctrl+Shift+A and type > "scratch") and type two strings on separate lines > 3. copy the first one, then copy the second one > 4. go to a blank line on that same file, then bring up the clipboard popup > (Meta + V here), and single click the second entry from the history, or > highlight with the keyboard and press enter to select it > 5. once the clipboard popup closes, try to Ctrl + V the selected entry > > Expected: entry is pasted > Actual: nothing is pasted > > Mind you, this isn't reproducible if you follow these exact same steps but > with just ONE entry in the clipboard history, so be careful. > > Also, these same steps don't trigger this bug in Kate, for example. > > BUT before reporting this to the IDEA folks, I wanna mention that once this > bug IS triggered (from IDEA), you will also face the same issue in Kate. > > It's as if IDEA broke some communication pipe in an unrecoverable way. > > As I said in a previous comment, clearing the history temporarily resets > things to normal. > > Thanks Actually I can ALWAYS reproduce the bug by following the steps I mentioned in this comment of mine. Is there any chance a Dev can try to reproduce with these steps and see if a fix is possible? If we're lucky it's the same issue everyone else is experiencing, even if the apps are different. Thanks -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #29 from JFK --- I found out when the copy/paste issue occurs. It happens when I copy text from an application (like my browsers), close the browser, open a new application, and try to paste it there. It doesn't always work for me. There are only certain instances where this happens. If the application that I am wanting to paste it in is already open then the problem doesn't occur from my tests. At least from what I just experienced and tested out. It's weird because sometimes when I use an application like Kwrite to copy instead of my browser (rpm brave, flatpak firefox) then it would work fine when pasting it in my browser. It's inconsistent for the most part based on my tests. I should also note that whenever any of this happened. In CopyQ and default plasma clipboard, they would show it as copied. It would paste every time after clicking it in CopyQ. Default Plasma clipboard wouldn't paste. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 lg096066587...@gmail.com changed: What|Removed |Added CC||lg096066587...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #28 from Fushan Wen --- (In reply to Bug Janitor Service from comment #27) > A possibly relevant merge request was started @ > https://invent.kde.org/frameworks/kguiaddons/-/merge_requests/171 Can anyone test this patch to see if the situation is better? -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #22 from m.k...@irregular.at --- Forgot: Using Wayland. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #27 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kguiaddons/-/merge_requests/171 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #26 from Fushan Wen --- Does journalctl tell anything when the bug happens? -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Fushan Wen changed: What|Removed |Added Keywords||geezer-jobs -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #25 from JFK --- I installed Flatpak CopyQ and it's much better then the KDE version. I think this has been going on for a while and don't really see a fix coming soon but who knows. Copy/Paste still has issues every now and then but at least with CopyQ when you go and copy it from there clipboard it will actually paste it whereas KDE's clipboard won't always paste it. Much less of a headache until they hopefully find a fix for this issue. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #24 from TraceyC --- I just had this happen on Plasma 6.3.3. These were my most recent steps. I notice that a browser / non-KDE app and the clipboard are a common cause for people, and was here I had many entries in the clipboard - Filtered entries with a search term - Copied and pasted one of the entries into a browser tab in the URL field - Removed the clibboard search filter - Clicked on another existing entry from history Result: no matter how many times I select that entry I am unable to paste it anywhere -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Blazer Silving changed: What|Removed |Added CC||breakingsp...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #23 from Xavier Corredor Llano --- For me this happens with non-KDE Wayland applications like: Libreoffice, Pycharm, VirtualBox, Firefox (all with Wayland enabled) and not always, it's just random, very annoying. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 m.k...@irregular.at changed: What|Removed |Added CC||m.k...@irregular.at --- Comment #21 from m.k...@irregular.at --- I also experience the bug, totally random using 6.3.3. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 kde.dentist...@simplelogin.com changed: What|Removed |Added CC||kde.dentist656@simplelogin. ||com --- Comment #20 from kde.dentist...@simplelogin.com --- Also experiencing this bug and it's very annoying -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 TraceyC changed: What|Removed |Added CC||epictux...@proton.me --- Comment #19 from TraceyC --- *** Bug 501996 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Xavier Corredor Llano changed: What|Removed |Added CC||xavier.corredor.llano@gmail ||.com -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #18 from Fernando M. Muniz --- I can confirm that this random issue happens on 6.3.3 It happened after I've copied a YouTube link with timecode from the Share menu, then accessing the link and copying the unabridged version of the link, then removing the abridged version from the clipboard, leaving only that link there. I can't reproduce it though. Operating System: Arch Linux KDE Plasma Version: 6.3.3 KDE Frameworks Version: 6.12.0 Qt Version: 6.8.2 Kernel Version: 6.13.7-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 8 × 11th Gen Intel® Core™ i5-11300H @ 3.10GHz Memory: 8.1 GB of RAM Graphics Processor 1: NVIDIA GeForce GTX 1650 Graphics Processor 2: Intel® Iris® Xe Graphics Manufacturer: LENOVO Product Name: 82MG System Version: IdeaPad Gaming 3 15IHU6 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 postix changed: What|Removed |Added CC||pos...@posteo.eu -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #17 from Andrea Ippolito --- I can reproduce this somewhat consistently when I'm using IntelliJ IDEA: https://www.jetbrains.com/idea/download/download-thanks.html?platform=linux&code=IIC (just uncompress and run). IntelliJ IDEA's Wayland support is still experimental AFAIK, and since I'm using Wayland for my session I enabled the flag to let IDEA run natively on Wayland, i.e. once you open the app, Ctrl+Shift+A to open Actions search, then look for "Edit Custom VM Options...". In the text file paste: -Dawt.toolkit.name=WLToolkit Then restart the app. Now you're pretty much in my starting conditions. 1. clear the KDE clipboard history 2. In IDEA, open/create a scratch text file (e.g. Ctrl+Shift+A and type "scratch") and type two strings on separate lines 3. copy the first one, then copy the second one 4. go to a blank line on that same file, then bring up the clipboard popup (Meta + V here), and single click the second entry from the history, or highlight with the keyboard and press enter to select it 5. once the clipboard popup closes, try to Ctrl + V the selected entry Expected: entry is pasted Actual: nothing is pasted Mind you, this isn't reproducible if you follow these exact same steps but with just ONE entry in the clipboard history, so be careful. Also, these same steps don't trigger this bug in Kate, for example. BUT before reporting this to the IDEA folks, I wanna mention that once this bug IS triggered (from IDEA), you will also face the same issue in Kate. It's as if IDEA broke some communication pipe in an unrecoverable way. As I said in a previous comment, clearing the history temporarily resets things to normal. Thanks -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Roke Julian Lockhart Beedell <4wy78...@rokejulianlockhart.addy.io> changed: What|Removed |Added CC||4wy78uwh@rokejulianlockhart ||.addy.io -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 John changed: What|Removed |Added CC||ilikef...@waterisgone.com --- Comment #16 from John --- It happened to me too when trying to copy / move files from one place to another. But since it's random and I don't know how to reproduce it, I didn't make a report for it. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Nate Graham changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|CONFIRMED |NEEDSINFO --- Comment #14 from Nate Graham --- There's a known issue right now (in master, maybe earlier) where items can't be pastes after manually moving them to the top of the clipboard history; see Bug 500927. That's the one that Tracey ran into. For this issue, we need to find a reproducible case for it. Fernando, you aren't actually experiencing Bug 500927, are you? -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Fernando M. Muniz changed: What|Removed |Added Status|NEEDSINFO |CONFIRMED Resolution|WAITINGFORINFO |--- --- Comment #15 from Fernando M. Muniz --- (In reply to Nate Graham from comment #14) > There's a known issue right now (in master, maybe earlier) where items can't > be pastes after manually moving them to the top of the clipboard history; > see Bug 500927. That's the one that Tracey ran into. > > For this issue, we need to find a reproducible case for it. > > Fernando, you aren't actually experiencing Bug 500927, are you? "Copy one entry and paste it. Copy second entry and only first entry is pasteable." Nope, I cannot paste anything after copying a link sometimes, and then I check and link it indeed there, like the attachment shows. Also no, I didn't manually changed the order of copied links, as you can see in the attachment; there's only one link, making it technically the first link. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 guimarcalsi...@gmail.com changed: What|Removed |Added CC||guimarcalsi...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Sebastian Weisgerber changed: What|Removed |Added CC||sebastian@dystopianfuture.d ||e -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 aeneid changed: What|Removed |Added CC||dark...@live.com --- Comment #13 from aeneid --- I am experiencing this on endeavour os (arch), items randomly become non pastable -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Bernhard Rosenkränzer changed: What|Removed |Added CC||b...@lindev.ch -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #12 from Wilson Phillips --- Sorry, the above was pasted into the wrong issue. It belongs in the one that may be a duplicate. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Wilson Phillips changed: What|Removed |Added CC||wilsonephill...@proton.me --- Comment #11 from Wilson Phillips --- Here is something a forum member posted last night. If you use Ctl+C and then press Meta it will load into the klipper. It may or may not load it at the top of the list. I switched over to a Wayland session and was able to verify that it does work that way. It is strange. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Andrea Ippolito changed: What|Removed |Added Version|6.2.5 |6.3.2 CC||andrea.i...@gmail.com --- Comment #10 from Andrea Ippolito --- Reproducible on 6.3.2 - workaround: clear entire clipboard history Had to do that quite often though and it's annoying for obvious reasons -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Nate Graham changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=500927 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Berny23 changed: What|Removed |Added CC||bern...@gmx.de -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Fushan Wen changed: What|Removed |Added Keywords||wayland-only -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Timothy B changed: What|Removed |Added CC||yule2...@live.com -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 duha.b...@gmail.com changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=498914 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Axemark38 changed: What|Removed |Added CC||mark.p0rtn0y.888@protonmail ||.com --- Comment #9 from Axemark38 --- OpenMandriva ROME user here. Bug exists on Plasma 6.2.4 (Wayland) as well. More details can be found at https://github.com/OpenMandrivaAssociation/distribution/issues/3013, including a quick fix that seems to work for us but unsure for Arch users. Remove the separate widget if added (it produces the same issue) and disable the clipboard in the panel system tray. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #8 from TraceyC --- Wayland. I also saw this yesterday on 6.2.5 Wayland. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Fushan Wen changed: What|Removed |Added CC||qydwhotm...@gmail.com --- Comment #7 from Fushan Wen --- Wayland or X11 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 fanzhuyi...@gmail.com changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=498567 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 TraceyC changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0 |1 --- Comment #6 from TraceyC --- I was just able to reproduce this on git-master, right after clearing the clipboard and rebooting 1. Copy a few text only strings to the clipboard 2. Open the clipboard 3. Click on one item 4. Try to use Ctrl+V or right click-Paste in a text editor Observed: Nothing pasted I switched among the various clipboard entries, and none were able to be pasted After clearing the clipboard, and copying a few more strings, pasting entries worked normally again -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Fernando M. Muniz changed: What|Removed |Added Resolution|WAITINGFORINFO |--- Status|NEEDSINFO |REPORTED --- Comment #4 from Fernando M. Muniz --- (In reply to duha.bugs from comment #3) > Was that the youtube link you tried to delete and reappeared after reboot > like you described in: https://bugs.kde.org/show_bug.cgi?id=498343 ? It was this one: https://www.youtube.com/watch?v=D1FcYknxEY0 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 --- Comment #5 from Fernando M. Muniz --- (In reply to Fernando M. Muniz from comment #4) > (In reply to duha.bugs from comment #3) > > Was that the youtube link you tried to delete and reappeared after reboot > > like you described in: https://bugs.kde.org/show_bug.cgi?id=498343 ? > > It was this one: > https://www.youtube.com/watch?v=D1FcYknxEY0 Although ironically I couldn't past this link and then I was able to paste after I've opened the Clipboard to check if the link was there, I don't think there's anything wrong with the link, especially on the other post, where I was able to reproduce that issue with multiple words. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 duha.b...@gmail.com changed: What|Removed |Added CC||duha.b...@gmail.com Status|REPORTED|NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #3 from duha.b...@gmail.com --- Was that the youtube link you tried to delete and reappeared after reboot like you described in: https://bugs.kde.org/show_bug.cgi?id=498343 ? -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 TraceyC changed: What|Removed |Added CC||kde...@tlcnet.info -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Fernando M. Muniz changed: What|Removed |Added Status|NEEDSINFO |REPORTED Resolution|WAITINGFORINFO |--- --- Comment #2 from Fernando M. Muniz --- (In reply to Nate Graham from comment #1) > Do you have your clipboard history set to only 1? It's set to 100 itens. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 498341] Clipboard text is sometimes non-pasteable
https://bugs.kde.org/show_bug.cgi?id=498341 Nate Graham changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED|NEEDSINFO CC||n...@kde.org --- Comment #1 from Nate Graham --- Do you have your clipboard history set to only 1? -- You are receiving this mail because: You are watching all bug changes.