我安装了 unity-tweak-tool
gaowei@alpha:~$ which unity-tweak-tool
/usr/bin/unity-tweak-tool
当我尝试运行时,它会提示
/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
Error: schema com.canonical.notify-osd not installed
我尝试安装架构:
gaowei@alpha:~$ sudo apt-get install com.canonical.notify-osd
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package com.canonical.notify-osd
E: Couldn't find any package by glob 'com.canonical.notify-osd'
E: Couldn't find any package by regex 'com.canonical.notify-osd'
我该如何继续这个使命?
答案1
我缺少另一个包,但我通过这个错误报告修复了它:
https://bugs.launchpad.net/ubuntu/+source/unity-tweak-tool/+bug/1845737
尝试查看是否notify-osd
有不同名称。