Closed ushaganeshdurai closed 3 weeks ago
Hello, I conducted some tests and encountered the same issue. If you open the ClipboardManager, use "$mainMod, ALT, V" to select the last content, and then try to paste with "Control, V," it works.
In Visual Studio Code, if you change the key binding from "editor.action.pasteAs" and then try to paste and select HTML, it works as well.
Additionally, I performed some tests in an attempt to resolve the problem, but unfortunately, I was not successful.
Hello, set editor.action.clipboardPasteAction to Paste command with keybinding of Ctrl + V. Now, it works for me. I can paste it from any browser. I've updated my entire system as well.
On Sat, 19 Oct, 2024, 10:43 pm Matheus Guilherme Angonese dos Santos, < @.***> wrote:
Hello, I conducted some tests and encountered the same issue. If you open the ClipboardManager, use "$mainMod, ALT, V" to select the last content, and then try to paste with "Control, V," it works.
In Visual Studio Code, if you change the key binding from "editor.action.pasteAs" and then try to paste and select HTML, it works as well.
Additionally, I performed some tests in an attempt to resolve the problem, but unfortunately, I was not successful.
— Reply to this email directly, view it on GitHub https://github.com/JaKooLit/Fedora-Hyprland/issues/137#issuecomment-2424095864, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ6HTLSEP736EP2ZAUGOSRTZ4KHNBAVCNFSM6AAAAABPP5ZXZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRUGA4TKOBWGQ . You are receiving this because you authored the thread.Message ID: @.***>
Hello, set editor.action.clipboardPasteAction to Paste command with keybinding of Ctrl + V. Now, it works for me. I can paste it from any browser. I've updated my entire system as well.
Hello, set editor.action.clipboardPasteAction to Paste command with keybinding of Ctrl + V. Now, it works for me. I can paste it from any browser. I've updated my entire system as well. … On Sat, 19 Oct, 2024, 10:43 pm Matheus Guilherme Angonese dos Santos, < @.> wrote: Hello, I conducted some tests and encountered the same issue. If you open the ClipboardManager, use "$mainMod, ALT, V" to select the last content, and then try to paste with "Control, V," it works. In Visual Studio Code, if you change the key binding from "editor.action.pasteAs" and then try to paste and select HTML, it works as well. Additionally, I performed some tests in an attempt to resolve the problem, but unfortunately, I was not successful. — Reply to this email directly, view it on GitHub <#137 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ6HTLSEP736EP2ZAUGOSRTZ4KHNBAVCNFSM6AAAAABPP5ZXZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRUGA4TKOBWGQ . You are receiving this because you authored the thread.Message ID: @.>
the with mine is that, if i copy from any other browser like firefox, safari and i paste in vscode with ctl+v , it works well
but anything copied from Brave or Chrome doesn't work
all keybindings are ok.............
anyone having the same issue with brave???
Hello, set editor.action.clipboardPasteAction to Paste command with keybinding of Ctrl + V. Now, it works for me. I can paste it from any browser. I've updated my entire system as well. … On Sat, 19 Oct, 2024, 10:43 pm Matheus Guilherme Angonese dos Santos, < @.**> wrote: Hello, I conducted some tests and encountered the same issue. If you open the ClipboardManager, use "$mainMod, ALT, V" to select the last content, and then try to paste with "Control, V," it works. In Visual Studio Code, if you change the key binding from "editor.action.pasteAs" and then try to paste and select HTML, it works as well. Additionally, I performed some tests in an attempt to resolve the problem, but unfortunately, I was not successful. — Reply to this email directly, view it on GitHub <#137 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ6HTLSEP736EP2ZAUGOSRTZ4KHNBAVCNFSM6AAAAABPP5ZXZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRUGA4TKOBWGQ . You are receiving this because you authored the thread.Message ID: @.**>
the with mine is that, if i copy from any other browser like firefox, safari and i paste in vscode with ctl+v , it works well
but anything copied from Brave or Chrome doesn't work
all keybindings are ok.............
anyone having the same issue with brave???
This was just a repost original from here https://discord.com/channels/1151869464405606400/1242108439866507284
Posting this as I have experience and lately some people experienced it
Background issues: 1.) Some weird Huge Border at the Pop up file manager when saving from Electron Based web browser, or attaching something to discord. 2.) Cant paste clipboard contents to and from any of this apps
The fix: Launch the app with --enable-features=UseOzonePlatform --ozone-platform=wayland
ie. discord --enable-features=UseOzonePlatform --ozone-platform=wayland
Flatpak electron based apps does not seem to be affected by it
For Nixos: Simply add this to your configuration.nix environment.sessionVariables.NIXOS_OZONE_WL = "1";
For those of you who knows how to put the above on ENV, pls state here
just an additional, if launching above is succesful, try to disable hardware acceleration on it
vscode / codium https://gist.github.com/andriyudatama/fe5d00deb36feeea30ef35a5ea0f7eff
for discord, go to discord settings
For nvidia
https://wiki.hyprland.org/Nvidia/#flickering-in-electron--cef-apps
sorry didnt format well.. im using my phone atm
this was just a post from my discord
see if that helps
This is perfect, thank you!
On Sun, 20 Oct, 2024, 5:18 pm Ja.KooLit, @.***> wrote:
sorry didnt format well.. im using my phone atm
this was just a post from my discord
see if that helps
— Reply to this email directly, view it on GitHub https://github.com/JaKooLit/Fedora-Hyprland/issues/137#issuecomment-2424877456, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ6HTLV4RYO5NZ7Z7KHIZHDZ4OKCPAVCNFSM6AAAAABPP5ZXZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRUHA3TONBVGY . You are receiving this because you modified the open/close state.Message ID: @.***>
Bug Report
Description
I’m experiencing an issue where I cannot copy and paste text from my browser into Visual Studio Code.
Steps to Reproduce
1.Open a web browser (e.g., Chrome, Firefox). 2.Navigate to any webpage with text you want to copy. 3.Select the text and copy it (Ctrl+C or right-click and select "Copy"). 4.Open Visual Studio Code. 5.Attempt to paste the copied text (Ctrl+V or right-click and select "Paste").
Expected Behavior
The copied text should be pasted into VS Code without any issues.
Actual Behavior
No text is pasted in VS Code, or the pasted text appears as blank or unexpected characters.
uname -a
:Linux fedora 6.10.12-200.fc40.x86_64hyprctl version
:0.43.0show output of
inxi -CGIsSMnr
install packageinxi
if not exist