I recently switched from Linux Mint to Ubuntu 17.10 and I would like to make some adjustments to the environment (e.g. configure alt+tab to only rotate between applications in current workspace).
I read that unity-tweak-tool is a popular tool and it seems to have the options I want, but I can't get it to work. I tried installing through the terminal as well as the software center (weirdly, after installing from the terminal the tool is not installed in the software center). The application does not appear in the launcher but I can start it from the command line. However, changing its settings does not have any result on my system.
On launching the tool, I receive the warning:
/usr/lib/python3/dist-packages/UnityTweakTool/__init__.py:40: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
I have no clue what this refers to, but it is a known bug: https://bugs.launchpad.net/ubuntu/+source/unity-tweak-tool/+bug/1575485.
I also had compiz-config-settings-manager installed. I tried enabling the unity plugin there, which did not have any effect. I also tried removing the application, without result.