我刚刚安装了cairo码头,并正在更改一些设置。我试图将主题更改为Mac,我将其放置在~/..config/ cairo /themes/Mac OS X /中,之后我的cairo端口就根本不显示了。我一直在OpenGL模式下使用它,把它改为非OpenGL似乎没有帮助(同样的问题)。我已经尝试过删除包配置(使用ubuntu调整),然后重新安装cairo端口和cairo端口插件,并且重新启动了几次,但是当我再次启动cairo端口时仍然是如此。当我启动开罗码头时,这就是我的桌面上显示的内容(而不是显示码头)。我怎么才能让它起作用?
我的船坞是这样的:

注意到红色椭圆里面的小线条了吗?那是码头。没有图标什么的。单击也不起作用。
这就是我从航站楼运行开罗码头时所看到的。为了简单起见,在此之前,我已经删除了许多Gtk警告。
(cairo-dock:6241): Gtk-WARNING **: Theme parsing error: nautilus.css:157:21: Not using units is deprecated. Assuming 'px'.
(cairo-dock:6241): Gtk-WARNING **: Theme parsing error: nautilus.css:173:20: Not using units is deprecated. Assuming 'px'.
warning : (/build/buildd/cairo-dock-3.1.2/src/gldit/cairo-dock-opengl.c:cairo_dock_initialize_opengl_backend:208)
couldn't find an appropriate visual, trying to get one without Stencil buffer
(it may cause some little deterioration in the rendering) ...
============================================================================
Cairo-Dock version : 3.1.2
Compiled date : Dec 2 2012 00:22:04
Built with GTK : 3.6
Running with OpenGL: 1
============================================================================
g_key_file_set_string: assertion `string != NULL' failed
Unity-Bridge: registered as Unity: <dbus.service.BusName com.canonical.Unity on <dbus._dbus.SessionBus (session) at 0x2323890> at 0x2330c90>
connect...
-> connected to cairo-dock
('new owner:', dbus.UTF8String(':1.190'))
warning : (/build/buildd/cairo-dock-3.1.2/src/gldit/cairo-dock-surface-factory.c:cairo_dock_create_surface_from_image:440)
This file (/home/jared/.icons/Leopard_Icons_v0.3/EXTRAS/More/QuickTimePlayer.png) doesn't exist or is not readable.注意:我不知道“贾里德”是从哪里来的。提前感谢!
发布于 2013-01-09 05:01:50
好吧,这个问题是我自己解决的。:D
从命令行以维护模式启动cairo-坞,如下所示:
cairo-dock -m正如cairo-dock --help所指出的,这种模式用于Allow editing of the configuration before the dock is started and show the config panel on start.
禁用最近在窗口中显示的混乱设置,应该正常启动Cairo码头。
在我的例子中,我下载的主题是一个过时的主题,其中有一些图标可能会丢失,当码头启动时,它可能正在搜索丢失的图标(就像终端详细地说的那样)。我不得不从维护模式中禁用它才能让我的码头恢复正常。:)
https://askubuntu.com/questions/237728
复制相似问题