我已经使用 omgubuntu 上的一篇文章安装了 dockbarx。http://www.omgubuntu.co.uk/2010/12/new-look-dockbarx-hits-ppa/。问题是窗口预览功能不起作用。
更新:运行时dockbarx_factory.py run-in-window
,我收到以下警告:
** (dockbarx_factory.py:3820): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
** (dockbarx_factory.py:3820): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
** (dockbarx_factory.py:3820): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Dockbarx init
Dockbarx reload
Opened window matched with gio app on id: empathy
Opened window matched with gio app on id: gnome-terminal
。
我如何启用预览?
答案1
要使用窗口预览,您需要 CompizConfig 设置管理器
sudo apt-get install compizconfig-settings-manager
也可以在 gnome 中启用KDE 兼容性插件系统>>首选项>>CompizConfig 设置管理器。
启用此插件后,在 DockBarX 首选项中转到应用程序>>附件>>DockBarX>>首选项),在窗口列表选项卡,启用显示预览。
答案2
我刚刚自己弄清楚了这一点。
打开 Compizconfig 设置管理器(系统>>首选项)。
导航至“附加功能”选项卡。
选择“窗口预览”。
希望这对你有用:)