Closed AvaterClasher closed 5 months ago
Sorry if I am wrong, I am noob don't shoot me, but I was complaining about a similar issue yesterday trying to copy and paste between Brave and Discord. Turns out it was a issue with Electron apps.
Ja.KooLit OP — 17/06/2024 07:42 This was just a repost original from here [GUIDE] Electron Based Apps , B…
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
If I am wrong I apologise in advance :)
fix is as per above.. thanks
Bug Report
Description
Paste is not working for any editor after upgrading to the latest dots. The text is copied is shown on the history.
Steps to Reproduce
Ctrl + c
any text.Expected Behavior
Should have pasted the text on
Ctrl + v
Actual Behavior
Nothing happens.
Screenshots
Environment
show output of
inxi -CGIsSMnr
install packageinxi
if not existshow output here