Comment 4 for bug 1877867

Revision history for this message
Jeff Sereno (jsereno) wrote :

I'm also trying to install the Unity Tweak Tool (NOT Gnome Tweaks) for the purpose of enabling proper workspaces, and I too also get the same error.

Setting up unity-tweak-tool (0.0.7+-0ubuntu6) ...
/usr/lib/python3/dist-packages/UnityTweakTool/__init__.py:136: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  assert id is not -1
/usr/lib/python3/dist-packages/UnityTweakTool/section/spaghetti/theme.py:155: SyntaxWarning: "is" with a literal. Did you mean "=="?
  self.ui['check_cursor_size'].set_active(True if gsettings.interface.get_int('cursor-size') is 48 else False)