Wiki source code of Ubuntu 26.04 Update Notes

Last modified by Thomas Coelho on 2026/08/27 13:28

Show last authors
1 {{toc/}}
2
3 == Cut'n'Paste using the 3rd (middle) mouse button does not work ==
4
5 This is a change which is related to Wayland which replaced the traditional X Window system. They disabled the middle click support for other functionallity: [[Ubuntu Middle Click>>https://help.ubuntu.com/stable/ubuntu-help/mouse-middleclick.html.en]]
6
7 The good news, you can restore the traditional behaviour with a gsettings key:
8
9 {{code language="bash"}}
10 gsettings set org.gnome.desktop.interface gtk-enable-primary-paste true
11 {{/code}}