Changes for page Ubuntu 26.04 Update Notes

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

From version 1.2
edited by Thomas Coelho (local)
on 2026/07/28 09:11
Change comment: Auto-saved during real-time collaboration
To version 2.1
edited by Thomas Coelho
on 2026/08/27 13:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasCoelho
1 +XWiki.thw
Content
... ... @@ -2,4 +2,10 @@
2 2  
3 3  == Cut'n'Paste using the 3rd (middle) mouse button does not work ==
4 4  
5 -This is a change which is related to Wayl
5 +This is a change which is related to Wayland which replaced the traditional X Window system. They disabled the middle click support 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}}