sudo apt install ubuntu-unity-desktop fails from scratch. Fix it by sudo apt-get install dbus-x11
Unity desktop installation fails on 22.04
Posted on
sudo apt install ubuntu-unity-desktop fails from scratch. Fix it by sudo apt-get install dbus-x11
Alt+Super+S turns orca on/off
A quick workaround. Install synaptics and reboot sudo apt install xserver-xorg-input-synaptics then synclient VertScrollDelta=-111 Autoload the configuration Add a file 20-natural-scrolling-touchpads.conf under /usr/share/X11/xorg.conf.d with the following content Section “InputClass” Identifier “Natural Scrolling Touchpads” MatchIsTouchpad “on” MatchDevicePath “/dev/input/event*” Option “VertScrollDelta” “-111” Option “HorizScrollDelta” “-111” EndSection
Try to press right Ctrl and your keyboard will be fully functional in remote computer. You will be able to use Alt+Tab.