> After login into Plasma/Wayland: > A text cut in konsole via middle-mouse cannot be pasted into Firefox-ESR:-(. >
I checked some old emails... I tried... 'konsole -platform xcb' ...that works with middle-mouse paste. More details in [1] and especially the comments from Fabian Vogt in [2] were helpful (topic "QT_QPA_PLATFORM" and autodetect xcb vs. wayland). It looks like environment variable QT_QPA_PLATFORM is not set here: user$ declare -x | grep QT declare -x PLASMA_USE_QT_SCALING="1" declare -x QT_AUTO_SCREEN_SCALE_FACTOR="0" declare -x QT_WAYLAND_FORCE_DPI="96" I remembered how to check the D(esktop) E(nvironment) from shell: $ declare -x | grep XDG_SESSION declare -x XDG_SESSION_CLASS="user" declare -x XDG_SESSION_DESKTOP="KDE" declare -x XDG_SESSION_ID="26" declare -x XDG_SESSION_PATH="/org/freedesktop/DisplayManager/Session9" declare -x XDG_SESSION_TYPE="wayland" Can I change the behaviour of konsole? - Sedat - [1] https://lists.opensuse.org/opensuse-kde/2018-06/ [2] https://lists.opensuse.org/opensuse-kde/2018-06/msg00005.html [3] https://wiki.archlinux.org/index.php/KDE#Kmail,_Kontact_and_wayland

