You are not logged in.

#1 2013-10-13 11:54:26

toni
Member
Registered: 2011-10-15
Posts: 437

Cairo-dock bar icons are not being displaying correctly

I have an intel HD4000 3rd generation (lvy bridge) and extra/xf86-video-intel 2.21.15-1 (xorg-drivers xorg) installed. My laptop is a i7-3630. When I launch cairo-dock using opengl the icons in the bar are not displayed until I move the mouse over and once displayed, the tooltips are not displayed correctly.  I mean, icons appear when the cursor passes over them. This is only happening in 3D panel and curve view. The rest of view, parabolic, static panel, etc... works perfectly.

isn't intel HD4000 compatible with opengl?

Terminal output is:

warning :  (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-opengl.c:cairo_dock_initialize_opengl_backend:202)  
  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.2.1
	Compiled date      : Apr 24 2013 23:16:20
	Built with GTK     : 3.8
	Running with OpenGL: 1
 ============================================================================

warning :  (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-module-manager.c:cairo_dock_load_module:168)  
  while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-module-manager.c:cairo_dock_load_module:168)  
  while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-module-manager.c:cairo_dock_load_module:168)  
  while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-launcher-manager.c:cairo_dock_launch_command_sync_with_stderr:448)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning :  (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-launcher-manager.c:cairo_dock_launch_command_sync_with_stderr:448)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
_cairo_dock_create_surface_from_desktop_bg: assertion 'iRootPixmapID != 0' failed
warning :  (/build/cairo-dock-plugins/src/cairo-dock-plugins-3.2.1/switcher/src/applet-load-icons.c:cd_switcher_load_desktop_bg_map_surface:197)  
  couldn't get the wallpaper
_cairo_dock_create_surface_from_desktop_bg: assertion 'iRootPixmapID != 0' failed
warning :  (/build/cairo-dock-plugins/src/cairo-dock-plugins-3.2.1/switcher/src/applet-load-icons.c:cd_switcher_load_desktop_bg_map_surface:197)  
  couldn't get the wallpaper
warning :  (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-launcher-manager.c:cairo_dock_launch_command_sync_with_stderr:448)  
  No se ha establecido un valor para «/desktop/gnome/session/required_components/panel»

warning :  (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-launcher-manager.c:cairo_dock_launch_command_sync_with_stderr:441)  
  Falló al ejecutar el proceso hijo «compiz» (No existe el fichero o el directorio)
g_key_file_set_string: assertion 'string != NULL' failed
warning :  (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-gui-factory.c:_list_icon_theme_in_dir:1009)  
  Falló al abrir la carpeta «/home/toni/.icons»: No existe el fichero o el directorio

gtk_container_add: assertion 'GTK_IS_CONTAINER (container)' failed
warning :  (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-gui-factory.c:cairo_dock_build_group_widget:3410)  
  this conf file has an invalid combo list somewhere !
warning :  (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-gui-factory.c:cairo_dock_build_group_widget:3410)  
  this conf file has an invalid combo list somewhere !
warning :  (/build/src/cairo-dock-3.2.1/src/gldit/cairo-dock-launcher-manager.c:cairo_dock_launch_command_sync_with_stderr:448)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
g_ptr_array_free: assertion 'array' failed

I have tried what is stated here: https://wiki.archlinux.org/index.php/In … ion_method
but it does not work, using sna hardware acceleration instead of uxa:

/etc/X11/xorg.conf.d/20-intel.conf

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod"  "sna"
EndSection

If I launch cairo as:

$ cairo-dock -c

or

$ env LIBGL_ALWAYS_SOFTWARE=1 cairo-dock -o

then it works.

Also, it seems to be a bug, see here:

https://bugs.freedesktop.org/show_bug.cgi?id=55036


UPDATED to cario-dock 3.3.1 :
After updating cario-dock to last version 3.3.1 now it works even worse!!! tool bar does not appear, netiher panel 3d nor static panel nor parabolic nor curve, ..... and when switching from advanced mode to basic mode it seems to crash and it remains in advanced mode forever.

Output:

warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:main:744)  
  showing the maintenance mode ...
g_ptr_array_free: assertion 'array' failed
g_ptr_array_free: assertion 'array' failed
g_ptr_array_free: assertion 'array' failed
g_object_get_data: assertion 'G_IS_OBJECT (object)' failed
g_object_get_data: assertion 'G_IS_OBJECT (object)' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)  
  Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -c -m -q 4'...

 ============================================================================
	Cairo-Dock version : 3.3.1
	Compiled date      : Oct 13 2013 12:19:56
	Built with GTK     : 3.10
	Running with OpenGL: 0
 ============================================================================

warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:main:744)  
  showing the maintenance mode ...
g_ptr_array_free: assertion 'array' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)  
  Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -c -m -q 5'...
Sorry, Cairo-Dock has encoutered some problems, and will quit.
[toni@toni ~]$ cairo-dock -c

 ============================================================================
	Cairo-Dock version : 3.3.1
	Compiled date      : Oct 13 2013 12:19:56
	Built with GTK     : 3.10
	Running with OpenGL: 0
 ============================================================================

warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)  
  Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -c -w 2 -q 1'...

 ============================================================================
	Cairo-Dock version : 3.3.1
	Compiled date      : Oct 13 2013 12:19:56
	Built with GTK     : 3.10
	Running with OpenGL: 0
 ============================================================================

warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)  
  Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -c -w 2 -q 2'...

 ============================================================================
	Cairo-Dock version : 3.3.1
	Compiled date      : Oct 13 2013 12:19:56
	Built with GTK     : 3.10
	Running with OpenGL: 0
 ============================================================================

warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)  
  Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -c -m -q 3'...

 ============================================================================
	Cairo-Dock version : 3.3.1
	Compiled date      : Oct 13 2013 12:19:56
	Built with GTK     : 3.10
	Running with OpenGL: 0
 ============================================================================

warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:main:744)  
  showing the maintenance mode ...
^C
[toni@toni ~]$ clear

[toni@toni ~]$ cairo-dock
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_initialize_opengl_backend:179)  
  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.3.1
	Compiled date      : Oct 13 2013 12:19:56
	Built with GTK     : 3.10
	Running with OpenGL: 1
 ============================================================================

warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_is_blacklisted:54)  
  This card is blacklisted due to a bug with your video drivers: Intel 4000 HD Ivybridge Mobile.
 Please have a look there: https://bugs.freedesktop.org/show_bug.cgi?id=55036
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_post_initialize_opengl_backend:374)  
  The OpenGL backend will be deactivated. Note that you can force this OpenGL backend by launching the dock with this command: 'cairo-dock -o'
 OpenGL Version: 3.0 Mesa 9.2.1
 OpenGL Vendor: Intel Open Source Technology Center
 OpenGL Renderer: Mesa DRI Intel(R) Ivybridge Mobile 
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)  
  Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -w 2 -q 1'...
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_initialize_opengl_backend:179)  
  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.3.1
	Compiled date      : Oct 13 2013 12:19:56
	Built with GTK     : 3.10
	Running with OpenGL: 1
 ============================================================================

warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_is_blacklisted:54)  
  This card is blacklisted due to a bug with your video drivers: Intel 4000 HD Ivybridge Mobile.
 Please have a look there: https://bugs.freedesktop.org/show_bug.cgi?id=55036
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_post_initialize_opengl_backend:374)  
  The OpenGL backend will be deactivated. Note that you can force this OpenGL backend by launching the dock with this command: 'cairo-dock -o'
 OpenGL Version: 3.0 Mesa 9.2.1
 OpenGL Vendor: Intel Open Source Technology Center
 OpenGL Renderer: Mesa DRI Intel(R) Ivybridge Mobile 
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)  
  Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -w 2 -q 2'...
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_initialize_opengl_backend:179)  
  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.3.1
	Compiled date      : Oct 13 2013 12:19:56
	Built with GTK     : 3.10
	Running with OpenGL: 1
 ============================================================================

warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-utils.c:cairo_dock_launch_command_sync_with_stderr:231)  
  No se ha establecido un valor para «/desktop/gnome/interface/font_name»

pango_font_description_from_string: assertion 'str != NULL' failed
pango_font_description_get_family: assertion 'desc != NULL' failed
pango_font_description_get_size: assertion 'desc != NULL' failed
pango_font_description_get_size_is_absolute: assertion 'desc != NULL' failed
pango_font_description_get_weight: assertion 'desc != NULL' failed
pango_font_description_get_style: assertion 'desc != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_is_blacklisted:54)  
  This card is blacklisted due to a bug with your video drivers: Intel 4000 HD Ivybridge Mobile.
 Please have a look there: https://bugs.freedesktop.org/show_bug.cgi?id=55036
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_post_initialize_opengl_backend:374)  
  The OpenGL backend will be deactivated. Note that you can force this OpenGL backend by launching the dock with this command: 'cairo-dock -o'
 OpenGL Version: 3.0 Mesa 9.2.1
 OpenGL Vendor: Intel Open Source Technology Center
 OpenGL Renderer: Mesa DRI Intel(R) Ivybridge Mobile 
_cd_find_volume_name_from_drive_name: assertion 'pDrive != NULL' failed
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:_cairo_dock_intercept_signal:182)  
  Cairo-Dock has crashed (sig 11).
It will be restarted now.
Feel free to report this bug on glx-dock.org to help improving the dock!
info on the system :
Linux toni 3.11.4-1-ARCH #1 SMP PREEMPT Sat Oct 5 21:22:51 CEST 2013 x86_64 GNU/Linux
Couldn't guess if it was an applet's fault or not. It may have crashed inside the core or inside a thread
restarting with 'cairo-dock -m -q 3'...
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/implementations/cairo-dock-glx.c:_initialize_opengl_backend:179)  
  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.3.1
	Compiled date      : Oct 13 2013 12:19:56
	Built with GTK     : 3.10
	Running with OpenGL: 1
 ============================================================================

warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-mail.so' : (libetpan.so.16: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-Recent-Events.so' : (libzeitgeist-1.0.so.1: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/gldit/cairo-dock-module-manager.c:gldi_module_new_from_so_file:160)  
  while opening module '/usr/lib/cairo-dock/libcd-system-monitor.so' : (libsensors.so.4: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)
warning :  (/build/cairo-dock/src/cairo-dock-3.3.1/src/cairo-dock.c:main:744)  
  showing the maintenance mode ...

Last edited by toni (2013-10-13 17:51:45)

Offline

#2 2013-10-13 19:01:40

trogdor1138
Member
From: The AWS cloud
Registered: 2012-12-19
Posts: 12
Website

Re: Cairo-dock bar icons are not being displaying correctly

I had the same issue when I first tried cairo-dock on my ZenBook (Core i5). In addition to missing icons or backgrounds, everything looked like it was covered in static.

What are you using for your X compositing manager? I'm using OpenBox with LXDE components, so at the time I was using xcompmgr for compositing. I didn't have much success with either OpenGL or Cairo acceleration.

However, I recently switched to using Compton from the AUR as my compositing manager. With Compton everything about cairo-dock works flawlessly using OpenGL. You might give that a try and see if it helps.

Also, if you're on the most recent version of the Intel drivers SNA is now the default acceleration method, so you no longer need to manually enable it in your xorg.conf.d files.

Offline

#3 2013-10-14 20:21:17

toni
Member
Registered: 2011-10-15
Posts: 437

Re: Cairo-dock bar icons are not being displaying correctly

trogdor1138 wrote:

I had the same issue when I first tried cairo-dock on my ZenBook (Core i5). In addition to missing icons or backgrounds, everything looked like it was covered in static.

What are you using for your X compositing manager? I'm using OpenBox with LXDE components, so at the time I was using xcompmgr for compositing. I didn't have much success with either OpenGL or Cairo acceleration.

However, I recently switched to using Compton from the AUR as my compositing manager. With Compton everything about cairo-dock works flawlessly using OpenGL. You might give that a try and see if it helps.

Also, if you're on the most recent version of the Intel drivers SNA is now the default acceleration method, so you no longer need to manually enable it in your xorg.conf.d files.

I am using the default that comes with gnome3, mutter.

I have installed in my system the below packages:

extra/mutter 3.10.0.1-1 (gnome)
extra/mutter-wayland 3.10.0.1-2
extra/clutter 1.16.0-1
extra/clutter-gst 2.0.8-1
extra/clutter-gtk 1.4.4-4
extra/mash 0.2.0-3 

I have installed compton and also cairo-dock and cairo-dock-plugins. Once I execute it from terminal by doing cairo-dock a lot of errors, the same as posted here in the previous post appear, and automatically advanced config view is opened. THen If first time i swith to basic view, it remains in advanced view, and If a second time I try to switch to basic view, then it exits. Any ideas?

Last edited by toni (2013-10-14 20:41:56)

Offline

Board footer

Powered by FluxBB