Wiki source code of Ubuntu 26.04 Update Notes
Last modified by Thomas Coelho on 2026/08/27 13:28
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.2 | 1 | {{toc/}} |
| 2 | |||
| 3 | == Cut'n'Paste using the 3rd (middle) mouse button does not work == | ||
| 4 | |||
| |
3.1 | 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]] |
| |
1.4 | 6 | |
| |
1.5 | 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}} |