Home Forums Wiki Doc Install Extras Screenshots Source Code Projects Blog Users Groups Register
Glx-Dock / Cairo-Dock List of forums Problems at use | Problèmes à l'utilisation SysTray 2.0 v2.4 PPA Oneiric
The latest stable release is the *3.4.0* : How to install it here.
Note: We just switched from BZR to Git on Github! (only to host the code and your future pull requests)
Problems at use | Problèmes à l'utilisation

Subjects Author Language Messages Last message
[Locked] SysTray 2.0 v2.4 PPA Oneiric [Bug #258]
Page : 1 2 3 4 5 6 7
FrankKubuntu Français 129 FrankKubuntu [Read]
15 December 2012 à 19:51

matttbe, Monday 16 January 2012 à 08:18


Subscription date : 24 January 2009
Messages : 12573
Juste gdb cairo-dock comme indiqué là: ddd (la partie en français, pour le moment plus complète car la version anglais n'a pas encore été mise à jour )

FrankKubuntu, Monday 16 January 2012 à 14:02


Subscription date : 21 October 2009
Messages : 1575
Ok, je pensais que ddd était le nom d'un membre sur le site ici et que tu voulais qu'il traduise en anglais je ne sais trop quoi. Je n'ai jamais fait de debug. J'ai regardé sur internet et en effet la commande était "gdb programme", mais ce n'est pas pcq c'était ça qu'on ne peut pas y passer des paramètres comme ta ligne de commande originale plus haut. D'où le fait que je l'ai utilisée au complet.

Ok juste pour être sûr... de quelle façon je reproduis le crash? Si je me fie à ceci :

cd
gdb cairo-dock
#> vous avez maintenant le prompt de gdb
run
#> Reproduisez simplement le crash
set logging on
l
bt full
#> ensuite pressez la touche Enter jusqu'à arriver à la fin du backtrace
info frame
thread apply all bt full
#> ensuite pressez la touche Enter jusqu'à arriver à la fin du backtrace
quit


ça ne va pas reproduire le crash. Il faut que j'entre la ligne commande cairo-dock -l debug --colors | sed -n "/Status-Notifier\// {N;p;}" quelque part, c'est elle qui ne marchait pas.

Dois-je l'entrer ici?

#> Reproduisez simplement le crash

matttbe, Monday 16 January 2012 à 16:28


Subscription date : 24 January 2009
Messages : 12573
Tu n'as un crash uniquement lorsque tu lances le dock avec cette commande ou même lorsque tu lances simplement le dock?

Concernant les commandes que tu mentionnes (oui, c'est ça qu'il faut faire):
  • gdb cairo-dock charge le binaire 'cairo-dock' (/usr/bin/cairo-dock)
  • run lance le dock sans arguments. Si tu veux ajouter des arguments, tu les ajoutes après 'run', par exemple dans ton cas: run -l debug
  • Là, le dock sera lancé et tu peux reproduire le crash et passer aux commandes suivantes ;)

FrankKubuntu, Monday 16 January 2012 à 16:36


Subscription date : 21 October 2009
Messages : 1575
Juste quand je lance le dock avec ta longue commande.
Sinon le dock démarre à fond la caisse parfaitement bien et tout roule sans problème. Juste avec CAIRO-DOCK (en openGL) c'est merveilleux sous Kubuntu. Mais avec ta ligne de commande pour le status-notifier, ça ne load pas.

Mais si je roule run -l debug à quel moment que je dois entrer les paramètres --colors | sed -n "/Status-Notifier\// {N;p;}"?

matttbe, Monday 16 January 2012 à 16:43


Subscription date : 24 January 2009
Messages : 12573
Pas besoin des autres paramètres (colors force les couleurs et après, il y a un pipe ce qui veut dire que la sortie (texte) est traitée par sed, rien à voir avec le bug, c'est juste pour filtrer la sortie et n'afficher que le debug de Status-Notifier)

FrankKubuntu, Tuesday 17 January 2012 à 01:12


Subscription date : 21 October 2009
Messages : 1575
Hum, je vais essayer sans le -l debug... Car avec ça donne ça :

$ gdb cairo-dock
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/bin/cairo-dock...Reading symbols from /usr/lib/debug/usr/bin/cairo-dock...done.
done.
(gdb) run -l debug
Starting program: /usr/bin/cairo-dock -l debug
[Thread debugging using libthread_db enabled]
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-manager.c:gldi_init_managers:142)
gldi_init_managers()
debug : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-X-utilities.c:cairo_dock_get_nb_viewports:288)
pVirtualScreenSizeBuffer : 1680x1050 ; screen : 1680x1050
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-dbus.c:cairo_dock_dbus_detect_application_async:312)
cairo_dock_dbus_detect_application_async (org.freedesktop.compiz)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-dbus.c:cairo_dock_dbus_detect_application_async:312)
cairo_dock_dbus_detect_application_async (org.kde.kwin)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-data-renderer-manager.c:cairo_dock_register_data_renderer:78)
cairo_dock_register_data_renderer (graph)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-data-renderer-manager.c:cairo_dock_register_data_renderer:78)
cairo_dock_register_data_renderer (gauge)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_hiding_effect:214)
cairo_dock_register_hiding_effect (Move down)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_hiding_effect:214)
cairo_dock_register_hiding_effect (Fade out)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_hiding_effect:214)
cairo_dock_register_hiding_effect (Semi transparent)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_hiding_effect:214)
cairo_dock_register_hiding_effect (Zoom out)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_hiding_effect:214)
cairo_dock_register_hiding_effect (Folding)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_renderer:106)
cairo_dock_register_renderer (Default)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_icon_container_renderer:235)
cairo_dock_register_icon_container_renderer (Emblem)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_icon_container_renderer:235)
cairo_dock_register_icon_container_renderer (Stack)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_icon_container_renderer:235)
cairo_dock_register_icon_container_renderer (Box)
debug : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-opengl.c:cairo_dock_initialize_opengl_backend:198)
got 3 FBConfig(s)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-opengl.c:_get_visual_from_fbconfigs:155)
Strike, found a GLX visual with alpha-support !
debug : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-X-utilities.c:_cairo_dock_xerror_handler:84)
Error (8, 135, 5) during an X request on 339

============================================================================
Cairo-Dock version : 3.0.0.0alpha2
Compiled date : Jan 13 2012 19:15:53
Built with GTK : 3.2
Running with OpenGL: 1
============================================================================

message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-module-manager.c:cairo_dock_load_modules_in_directory:189)
cairo_dock_load_modules_in_directory (/usr/lib/cairo-dock)
debug : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-module-factory.c:_cairo_dock_open_module:133)
module '/usr/lib/cairo-dock/libcd_xfce-integration.so' has not been loaded
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_dialog_renderer:171)
cairo_dock_register_dialog_renderer (Text)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_renderer:106)
cairo_dock_register_renderer (3D plane)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_renderer:106)
cairo_dock_register_renderer (Parabolic)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_renderer:106)
cairo_dock_register_renderer (Rainbow)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_renderer:106)
cairo_dock_register_renderer (Slide)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_renderer:106)
cairo_dock_register_renderer (Curve)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_renderer:106)
cairo_dock_register_renderer (Panel)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_renderer:126)
cairo_dock_register_desklet_renderer (Tree)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_renderer:126)
cairo_dock_register_desklet_renderer (Caroussel)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_renderer:126)
cairo_dock_register_desklet_renderer (Simple)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_renderer:126)
cairo_dock_register_desklet_renderer (Slide)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_renderer:126)
cairo_dock_register_desklet_renderer (Viewport)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_renderer:126)
cairo_dock_register_desklet_renderer (Panel)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_decoration:193)
cairo_dock_register_desklet_decoration (frame&reflects)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_decoration:193)
cairo_dock_register_desklet_decoration (scotch)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_decoration:193)
cairo_dock_register_desklet_decoration (frame with scotch)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_decoration:193)
cairo_dock_register_desklet_decoration (CD box)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_decoration:193)
cairo_dock_register_desklet_decoration (dark)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_decoration:193)
cairo_dock_register_desklet_decoration (clear)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_decoration:193)
cairo_dock_register_desklet_decoration (futuristic)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_decoration:193)
cairo_dock_register_desklet_decoration (none)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_decoration:193)
cairo_dock_register_desklet_decoration (board)
debug : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-module-factory.c:_cairo_dock_open_module:133)
module '/usr/lib/cairo-dock/libcd_gnome-integration.so' has not been loaded
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/cairo-dock.c:main:707)
loading theme ...
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-config.c:cairo_dock_load_current_theme:484)
cairo_dock_load_current_theme ()
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:get_config:491)
cMainDockDefaultRendererName <- Curve
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_register_desklet_decoration:193)
cairo_dock_register_desklet_decoration (personnal)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-dock-manager.c:cairo_dock_create_dock:168)
cairo_dock_create_dock (_MainDock_)
debug : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-opengl.c:_post_initialize_opengl_backend:127)
OpenGL config summary :
- bNonPowerOfTwoAvailable : 1
- bFboAvailable : 1
- direct rendering : 1
- bTextureFromPixmapAvailable : 1
- bAccumBufferAvailable : 1
- Anisotroy filtering level max : 16.0
- OpenGL version: 3.3.0 NVIDIA 280.13
- OpenGL vendor: NVIDIA Corporation
- OpenGL renderer: GeForce 8600 GT/PCI/SSE2

message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-backends-manager.c:cairo_dock_set_renderer:253)
cairo_dock_set_renderer (708770:(null))
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-manager.c:gldi_load_managers:191)
gldi_load_managers()
debug : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-dock-manager.c:cairo_dock_start_polling_screen_edge:1155)
cairo_dock_start_polling_screen_edge (1)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-launcher-manager.c:cairo_dock_build_docks_tree_with_desktop_files:234)
cairo_dock_build_docks_tree_with_desktop_files (/home/frank/.config/cairo-dock/current_theme/launchers)
debug : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/icon-factory/cairo-dock-launcher-factory.c:cairo_dock_load_icon_info_from_desktop_file:67)
cairo_dock_load_icon_info_from_desktop_file (01container.desktop)
message : (/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-launcher-manager.c:_cairo_dock_handle_container:79)

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff5b0a1a4 in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6
(gdb)


Ah je vois!! C'est la commande -l qui le fait planter quand je le load! Si je load cairo-dock debug ça marche, mais cairo-dock -l debug ça explose, comme plus haut.

Bon là je suis en debug sans l et sans gdb. Mais je ne sais pas quoi regarder pour le status-notifier.

FrankKubuntu, Tuesday 17 January 2012 à 01:16


Subscription date : 21 October 2009
Messages : 1575
Voici le backtrace complet avec gdb cairo-dock run -l debug

260    /build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/cairo-dock.c: No such file or directory.
    in /build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/cairo-dock.c
#0 0x00007ffff5b0a1a4 in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x00007ffff5bb91e1 in __vasprintf_chk () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#2 0x00007ffff6f4eb0b in g_vasprintf () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3 0x00007ffff6f2a00d in g_strdup_vprintf () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4 0x00007ffff6f152c3 in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5 0x00007ffff662cd0b in cd_log_location (loglevel=G_LOG_LEVEL_MESSAGE,
file=0x7ffff6655270 "/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-launcher-manager.c",
func=<optimized out>, line=<optimized out>, format=0x7ffff6655350 "le dock fils (%s) n'existe pas, on le cree avec la vue %s")
at /build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-log.c:108
args = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7fffffffdae0, reg_save_area = 0x7fffffffda10}}
#6 0x00007ffff65ed605 in _cairo_dock_handle_container (cRendererName=0x801750 "", icon=0x86f830)
at /build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-launcher-manager.c:79
pChildDock = 0x0
pParentDock = 0x70b620
#7 cairo_dock_create_icon_from_desktop_file (cDesktopFileName=<optimized out>)
at /build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-launcher-manager.c:193
cRendererName = 0x801750 ""
icon = 0x86f830
pParentDock = 0x70b620
__PRETTY_FUNCTION__ = "cairo_dock_create_icon_from_desktop_file"
#8 0x00007ffff65ed843 in cairo_dock_build_docks_tree_with_desktop_files (cDirectory=<optimized out>)
at /build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-launcher-manager.c:246
__PRETTY_FUNCTION__ = "cairo_dock_build_docks_tree_with_desktop_files"
__func__ = "cairo_dock_build_docks_tree_with_desktop_files"
dir = 0x860240
icon = <optimized out>
cFileName = 0x86783b "01container.desktop"
pParentDock = <optimized out>
#9 0x00007ffff6645d18 in cairo_dock_load_current_theme ()
at /build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-config.c:500
__PRETTY_FUNCTION__ = "cairo_dock_load_current_theme"
__func__ = "cairo_dock_load_current_theme"
pMainDock = 0x70b620
#10 0x000000000040e8b1 in main (argc=1, argv=0x7fffffffe168)
at /build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/cairo-dock.c:717
i = <optimized out>
erreur = 0x0
bSafeMode = 0
bMaintenance = 0
bNoSticky = 0
bNormalHint = 0
bCappuccino = 0
bPrintVersion = 0
bTesting = 0
bForceIndirectRendering = 0
bForceOpenGL = 0
bToggleIndirectRendering = 0
bKeepAbove = 0
bForceColors = 0
bAskBackend = 0
cEnvironment = 0x0
cUserDefinedDataDir = 0x0
cVerbosity = 0x685910 ""
cUserDefinedModuleDir = 0x0
cExcludeModule = 0x0
cThemeServerAdress = 0x0
iDelay = 0
pOptionsTable = {{long_name = 0x4276bc "cairo", short_name = 99 'c', flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0x632890,
description = 0x4276c7 "Use Cairo backend.", arg_description = 0x0}, {long_name = 0x4276f7 "opengl", short_name = 111 'o',
flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0x7fffffffe038, description = 0x4276da "Use OpenGL backend.",
arg_description = 0x0}, {long_name = 0x4276ee "indirect-opengl", short_name = 79 'O', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x7fffffffe03c,
description = 0x4266f8 "Use OpenGL backend with indirect rendering. There are very few case where this option should be used.", arg_description = 0x0}, {long_name = 0x4276fe "ask-backend", short_name = 65 'A', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x7fffffffe048, description = 0x426760 "Ask again on startup which backend to use.", arg_description = 0x0}, {
long_name = 0x42770a "env", short_name = 101 'e', flags = 2, arg = G_OPTION_ARG_STRING, arg_data = 0x7fffffffdfe0,
description = 0x426790 "Force the dock to consider this environnement - use it with care.", arg_description = 0x0}, {
long_name = 0x4277a2 "dir", short_name = 100 'd', flags = 2, arg = G_OPTION_ARG_STRING, arg_data = 0x7fffffffdfe8,
description = 0x4267d8 "Force the dock to load from this directory, instead of ~/.config/cairo-dock.",
arg_description = 0x0}, {long_name = 0x42770e "server", short_name = 83 'S', flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0x7fffffffe008,
description = 0x426828 "Address of a server containing additional themes. This will overwrite the default server address.", arg_description = 0x0}, {long_name = 0x427715 "wait", short_name = 119 'w', flags = 2, arg = G_OPTION_ARG_INT,
arg_data = 0x7fffffffe04c,
description = 0x426890 "Wait for N seconds before starting; this is useful if you notice some problems when the dock starts with the session.", arg_description = 0x0}, {long_name = 0x42771a "maintenance", short_name = 109 'm', flags = 2,
arg = G_OPTION_ARG_NONE, arg_data = 0x7fffffffe024,
description = 0x426908 "Allow to edit the config before the dock is started and show the config panel on start.",
arg_description = 0x0}, {long_name = 0x427726 "exclude", short_name = 120 'x', flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0x7fffffffe000, description = 0x426960 "Exclude a given plug-in from activating (it is still loaded though).",
arg_description = 0x0}, {long_name = 0x42772e "safe-mode", short_name = 102 'f', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x7fffffffe020, description = 0x427738 "Don't load any plug-ins.", arg_description = 0x0}, {
long_name = 0x427751 "log", short_name = 108 'l', flags = 2, arg = G_OPTION_ARG_STRING, arg_data = 0x7fffffffdff0,
description = 0x4269a8 "Log verbosity (debug,message,warning,critical,error); default is warning.",
arg_description = 0x0}, {long_name = 0x427755 "colors", short_name = 65 'A', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x7fffffffe044, description = 0x4269f8 "Force to display some output messages with colors.",
arg_description = 0x0}, {long_name = 0x427841 "version", short_name = 118 'v', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x7fffffffe030, description = 0x42775c "Print version and quit.", arg_description = 0x0}, {
long_name = 0x427774 "locked", short_name = 107 'k', flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0x632c18,
description = 0x426a30 "Lock the dock so that any modification is impossible for users.", arg_description = 0x0}, {
long_name = 0x42777b "keep-above", short_name = 97 'a', flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0x7fffffffe040,
description = 0x426a70 "Keep the dock above other windows whatever.", arg_description = 0x0}, {
long_name = 0x427786 "no-sticky", short_name = 115 's', flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0x7fffffffe028,
description = 0x426aa0 "Don't make the dock appear on all desktops.", arg_description = 0x0}, {
long_name = 0x427790 "capuccino", short_name = 67 'C', flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0x7fffffffe02c,
description = 0x426ad0 "Cairo-Dock makes anything, including coffee !", arg_description = 0x0}, {
long_name = 0x42779a "modules-dir", short_name = 77 'M', flags = 2, arg = G_OPTION_ARG_STRING, arg_data = 0x7fffffffdff8,
description = 0x426b00 "Ask the dock to load additionnal modules contained in this directory (though it is unsafe for your dock to load unnofficial modules).", arg_description = 0x0}, {long_name = 0x4277a6 "testing", short_name = 84 'T', flags = 2,
arg = G_OPTION_ARG_NONE, arg_data = 0x7fffffffe034,
description = 0x426b88 "For debugging purpose only. The crash manager will not be started to hunt down the bugs.",
arg_description = 0x0}, {long_name = 0x4277ae "easter-eggs", short_name = 69 'E', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x632370,
description = 0x426be8 "For debugging purpose only. Some hidden and still unstable options will be activated.",
arg_description = 0x0}, {long_name = 0x0, short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0,
description = 0x0, arg_description = 0x0}}
context = <optimized out>
__PRETTY_FUNCTION__ = "main"
iDesktopEnv = <optimized out>
bFirstLaunch = 0
cRootDataDirPath = <optimized out>
iRendering = <optimized out>
cExtraDirPath = <optimized out>
cThemesDirPath = <optimized out>
cCurrentThemeDirPath = <optimized out>
bNewVersion = <optimized out>
Stack level 0, frame at 0x7fffffffd3c0:
rip = 0x7ffff5b0a1a4 in vfprintf; saved rip 0x7ffff5bb91e1
called by frame at 0x7fffffffd4e0
Arglist at 0x7fffffffd3b0, args:
Locals at 0x7fffffffd3b0, Previous frame's sp is 0x7fffffffd3c0
Saved registers:
rbx at 0x7fffffffd388, rbp at 0x7fffffffd3b0, r12 at 0x7fffffffd390, r13 at 0x7fffffffd398, r14 at 0x7fffffffd3a0,
r15 at 0x7fffffffd3a8, rip at 0x7fffffffd3b8

Thread 1 (Thread 0x7ffff7fc19c0 (LWP 3722)):
#0 0x00007ffff5b0a1a4 in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x00007ffff5bb91e1 in __vasprintf_chk () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#2 0x00007ffff6f4eb0b in g_vasprintf () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3 0x00007ffff6f2a00d in g_strdup_vprintf () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4 0x00007ffff6f152c3 in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5 0x00007ffff662cd0b in cd_log_location (loglevel=G_LOG_LEVEL_MESSAGE,
file=0x7ffff6655270 "/build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-launcher-manager.c",
func=<optimized out>, line=<optimized out>, format=0x7ffff6655350 "le dock fils (%s) n'existe pas, on le cree avec la vue %s")
at /build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-log.c:108
args = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7fffffffdae0, reg_save_area = 0x7fffffffda10}}
#6 0x00007ffff65ed605 in _cairo_dock_handle_container (cRendererName=0x801750 "", icon=0x86f830)
at /build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-launcher-manager.c:79
pChildDock = 0x0
pParentDock = 0x70b620
#7 cairo_dock_create_icon_from_desktop_file (cDesktopFileName=<optimized out>)
at /build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-launcher-manager.c:193
cRendererName = 0x801750 ""
icon = 0x86f830
pParentDock = 0x70b620
__PRETTY_FUNCTION__ = "cairo_dock_create_icon_from_desktop_file"
#8 0x00007ffff65ed843 in cairo_dock_build_docks_tree_with_desktop_files (cDirectory=<optimized out>)
at /build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-launcher-manager.c:246
__PRETTY_FUNCTION__ = "cairo_dock_build_docks_tree_with_desktop_files"
__func__ = "cairo_dock_build_docks_tree_with_desktop_files"
dir = 0x860240
icon = <optimized out>
cFileName = 0x86783b "01container.desktop"
pParentDock = <optimized out>
#9 0x00007ffff6645d18 in cairo_dock_load_current_theme ()
at /build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/gldit/cairo-dock-config.c:500
__PRETTY_FUNCTION__ = "cairo_dock_load_current_theme"
__func__ = "cairo_dock_load_current_theme"
pMainDock = 0x70b620
#10 0x000000000040e8b1 in main (argc=1, argv=0x7fffffffe168)
at /build/buildd/cairo-dock-3.0.0.0alpha2~20120113~bzr964/src/cairo-dock.c:717
i = <optimized out>
erreur = 0x0
bSafeMode = 0
bMaintenance = 0
bNoSticky = 0
bNormalHint = 0
bCappuccino = 0
bPrintVersion = 0
bTesting = 0
bForceIndirectRendering = 0
bForceOpenGL = 0
bToggleIndirectRendering = 0
bKeepAbove = 0
bForceColors = 0
bAskBackend = 0
cEnvironment = 0x0
cUserDefinedDataDir = 0x0
cVerbosity = 0x685910 ""
cUserDefinedModuleDir = 0x0
cExcludeModule = 0x0
cThemeServerAdress = 0x0
iDelay = 0
pOptionsTable = {{long_name = 0x4276bc "cairo", short_name = 99 'c', flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0x632890,
description = 0x4276c7 "Use Cairo backend.", arg_description = 0x0}, {long_name = 0x4276f7 "opengl", short_name = 111 'o',
flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0x7fffffffe038, description = 0x4276da "Use OpenGL backend.",
arg_description = 0x0}, {long_name = 0x4276ee "indirect-opengl", short_name = 79 'O', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x7fffffffe03c,
description = 0x4266f8 "Use OpenGL backend with indirect rendering. There are very few case where this option should be used.", arg_description = 0x0}, {long_name = 0x4276fe "ask-backend", short_name = 65 'A', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x7fffffffe048, description = 0x426760 "Ask again on startup which backend to use.", arg_description = 0x0}, {
long_name = 0x42770a "env", short_name = 101 'e', flags = 2, arg = G_OPTION_ARG_STRING, arg_data = 0x7fffffffdfe0,
description = 0x426790 "Force the dock to consider this environnement - use it with care.", arg_description = 0x0}, {
long_name = 0x4277a2 "dir", short_name = 100 'd', flags = 2, arg = G_OPTION_ARG_STRING, arg_data = 0x7fffffffdfe8,
description = 0x4267d8 "Force the dock to load from this directory, instead of ~/.config/cairo-dock.",
arg_description = 0x0}, {long_name = 0x42770e "server", short_name = 83 'S', flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0x7fffffffe008,
description = 0x426828 "Address of a server containing additional themes. This will overwrite the default server address.", arg_description = 0x0}, {long_name = 0x427715 "wait", short_name = 119 'w', flags = 2, arg = G_OPTION_ARG_INT,
arg_data = 0x7fffffffe04c,
description = 0x426890 "Wait for N seconds before starting; this is useful if you notice some problems when the dock starts with the session.", arg_description = 0x0}, {long_name = 0x42771a "maintenance", short_name = 109 'm', flags = 2,
arg = G_OPTION_ARG_NONE, arg_data = 0x7fffffffe024,
description = 0x426908 "Allow to edit the config before the dock is started and show the config panel on start.",
arg_description = 0x0}, {long_name = 0x427726 "exclude", short_name = 120 'x', flags = 2, arg = G_OPTION_ARG_STRING,
arg_data = 0x7fffffffe000, description = 0x426960 "Exclude a given plug-in from activating (it is still loaded though).",
arg_description = 0x0}, {long_name = 0x42772e "safe-mode", short_name = 102 'f', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x7fffffffe020, description = 0x427738 "Don't load any plug-ins.", arg_description = 0x0}, {
long_name = 0x427751 "log", short_name = 108 'l', flags = 2, arg = G_OPTION_ARG_STRING, arg_data = 0x7fffffffdff0,
description = 0x4269a8 "Log verbosity (debug,message,warning,critical,error); default is warning.",
arg_description = 0x0}, {long_name = 0x427755 "colors", short_name = 65 'A', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x7fffffffe044, description = 0x4269f8 "Force to display some output messages with colors.",
arg_description = 0x0}, {long_name = 0x427841 "version", short_name = 118 'v', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x7fffffffe030, description = 0x42775c "Print version and quit.", arg_description = 0x0}, {
long_name = 0x427774 "locked", short_name = 107 'k', flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0x632c18,
description = 0x426a30 "Lock the dock so that any modification is impossible for users.", arg_description = 0x0}, {
long_name = 0x42777b "keep-above", short_name = 97 'a', flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0x7fffffffe040,
description = 0x426a70 "Keep the dock above other windows whatever.", arg_description = 0x0}, {
long_name = 0x427786 "no-sticky", short_name = 115 's', flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0x7fffffffe028,
description = 0x426aa0 "Don't make the dock appear on all desktops.", arg_description = 0x0}, {
long_name = 0x427790 "capuccino", short_name = 67 'C', flags = 2, arg = G_OPTION_ARG_NONE, arg_data = 0x7fffffffe02c,
description = 0x426ad0 "Cairo-Dock makes anything, including coffee !", arg_description = 0x0}, {
long_name = 0x42779a "modules-dir", short_name = 77 'M', flags = 2, arg = G_OPTION_ARG_STRING, arg_data = 0x7fffffffdff8,
description = 0x426b00 "Ask the dock to load additionnal modules contained in this directory (though it is unsafe for your dock to load unnofficial modules).", arg_description = 0x0}, {long_name = 0x4277a6 "testing", short_name = 84 'T', flags = 2,
arg = G_OPTION_ARG_NONE, arg_data = 0x7fffffffe034,
description = 0x426b88 "For debugging purpose only. The crash manager will not be started to hunt down the bugs.",
arg_description = 0x0}, {long_name = 0x4277ae "easter-eggs", short_name = 69 'E', flags = 2, arg = G_OPTION_ARG_NONE,
arg_data = 0x632370,
description = 0x426be8 "For debugging purpose only. Some hidden and still unstable options will be activated.",
arg_description = 0x0}, {long_name = 0x0, short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0,
description = 0x0, arg_description = 0x0}}
context = <optimized out>
__PRETTY_FUNCTION__ = "main"
iDesktopEnv = <optimized out>
bFirstLaunch = 0
cRootDataDirPath = <optimized out>
iRendering = <optimized out>
cExtraDirPath = <optimized out>
cThemesDirPath = <optimized out>
cCurrentThemeDirPath = <optimized out>
bNewVersion = <optimized out>
A debugging session is active.

    Inferior 1 [process 3722] will be killed.

Quit anyway? (y or n)

FrankKubuntu, Tuesday 17 January 2012 à 14:16


Subscription date : 21 October 2009
Messages : 1575
Aha, je t'en ai collé une bonne, n'est-ce pas?

Donc si je comprends bien, on tente de regarder pourquoi il manque des icônes dans le systray et pour faire ça il faut avoir CD en debug mais je ne suis pas capable d'avoir le debug que tu veux car pour lancer le dock avec ta commande cairo-dock -l debug --colors | sed -n "/Status-Notifier\// {N;p;}" ça plante et là on tente de voir pourquoi?

matttbe, Tuesday 17 January 2012 à 15:36


Subscription date : 24 January 2009
Messages : 12573
D'après ce que je vois, il plante en voulant simplement afficher du texte dans un terminal...
La seule chose qui pourrait etre responsable et qui me vient à l'esprit, ce serait une question de caractères... est-ce que tu utiliserais autre chose que de l'UTF8? qu'est-ce que te renvoie cette commande:
set | grep -a LC_

FrankKubuntu, Tuesday 17 January 2012 à 16:17


Subscription date : 21 October 2009
Messages : 1575
Ah ben c'est bizarre ça.

J'utilise le font LUCIDA GRANDE, je vais lancer ta commande ce soir, bordel pourquoi que j'ai pas linux au bureau.

Au pire si je change la police d'écriture dans le terminal et que je mets celle standard ça devrait aller?

matttbe, Tuesday 17 January 2012 à 17:17


Subscription date : 24 January 2009
Messages : 12573
Au pire si je change la police d'écriture dans le terminal et que je mets celle standard ça devrait aller?
Non, ok, je croyais que c'était un problème d'encodage (UTF vs ISO ou autre) vu le backtrace et vu que je n'avais pas de problème mais je n'avais pas été voir dans le code
J'ai trouvé et corrigé le problème (rev 970)

Donc, si tu utilises toujours le ppa, il faudra un peu attendre...
(ou compiler les sources avec le script )

FrankKubuntu, Tuesday 17 January 2012 à 17:25


Subscription date : 21 October 2009
Messages : 1575
Je vais peut-être essayer le script ce soir.
Merci

FrankKubuntu, Wednesday 18 January 2012 à 03:08


Subscription date : 21 October 2009
Messages : 1575
Ok j'ai essayé le script. Je manque de temps. Il n'installe pas les paquets manquants tout seul. Il m'averti mais je dois les installer moi-même. De plus il arrête à un certain point dans la liste. Je dois faire plein de CTRL-C pour sortir. Aucune erreur cependant, juste arrêté.

What do you want :

1 --> Install the current version of Cairo-Dock from BZR server for the first time (Install)
2 --> Install weekly ppa instead of BZR
3 --> About this script

Your choice :
1
What's your distribution
Your distribution is "Ubuntu 11.10" (oneiric)

What's your DE (Desktop Environment)
Your Desktop Environment is KDE 4

Check up: Packages needed for the compilation
Package `gettext' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package gettext isn't installed : Installation
Package `libcairo2-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libcairo2-dev isn't installed : Installation
Package `librsvg2-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package librsvg2-dev isn't installed : Installation
Package `libdbus-glib-1-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libdbus-glib-1-dev isn't installed : Installation
Package `libgnomeui-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libgnomeui-dev isn't installed : Installation
Package `libxxf86vm-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libxxf86vm-dev isn't installed : Installation
Package `x11proto-xf86vidmode-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package x11proto-xf86vidmode-dev isn't installed : Installation
Package `libxinerama-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libxinerama-dev isn't installed : Installation
Package `libxrender-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libxrender-dev isn't installed : Installation
Package `libasound2-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libasound2-dev isn't installed : Installation
Package `libxtst-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libxtst-dev isn't installed : Installation
Package `libgnome-menu-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libgnome-menu-dev isn't installed : Installation
Package `libetpan-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libetpan-dev isn't installed : Installation
Package `libexif-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libexif-dev isn't installed : Installation
Package `libglib2.0-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libglib2.0-dev isn't installed : Installation
Package `cmake' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package cmake isn't installed : Installation
Package `libcurl4-gnutls-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libcurl4-gnutls-dev isn't installed : Installation
Package `libical-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libical-dev isn't installed : Installation
Package `ddd' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package ddd isn't installed : Installation
Package `libsensors4-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libsensors4-dev isn't installed : Installation
Package `libpulse-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libpulse-dev isn't installed : Installation
Package `valac' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package valac isn't installed : Installation
Package `ruby' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package ruby isn't installed : Installation
Package `libxklavier-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libxklavier-dev isn't installed : Installation
Package `libdbusmenu-glib-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libdbusmenu-glib-dev isn't installed : Installation
Package `libupower-glib-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libupower-glib-dev isn't installed : Installation
Package `mono-gmcs' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package mono-gmcs isn't installed : Installation
Package `libglib2.0-cil-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libglib2.0-cil-dev isn't installed : Installation
Package `libndesk-dbus1.0-cil-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libndesk-dbus1.0-cil-dev isn't installed : Installation
Package `libndesk-dbus-glib1.0-cil-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libndesk-dbus-glib1.0-cil-dev isn't installed : Installation
Package `libzeitgeist-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libzeitgeist-dev isn't installed : Installation
Package `libgtk-3-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libgtk-3-dev isn't installed : Installation
Package `libgl1-mesa-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libgl1-mesa-dev isn't installed : Installation
Package `libglu1-mesa-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libglu1-mesa-dev isn't installed : Installation
Package `libpango1.0-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libpango1.0-dev isn't installed : Installation
Package `libdbusmenu-gtk3-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libdbusmenu-gtk3-dev isn't installed : Installation
Package `libido3-0.1-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libido3-0.1-dev isn't installed : Installation
Package `libindicator3-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libindicator3-dev isn't installed : Installation
Package `libwebkitgtk-3.0-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libwebkitgtk-3.0-dev isn't installed : Installation
Package `libvte-2.90-dev' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
This package libvte-2.90-dev isn't installed : Installation


Alors je vais installer les paquets un à un, mais c'est long. Je continuerai demain soir.

Puis-je installer par-dessus le PPA ou je devrais purger cairo-dock avant d'installer la bzr?

matttbe, Wednesday 18 January 2012 à 06:33


Subscription date : 24 January 2009
Messages : 12573
Mmh, j'ai utilisé le script plusieurs fois et je ne suis pas le seul sans jamais de problème...

Il faut juste être patient, ça prend un peu de temps pour installer tous les paquets, télécharger les branches, etc.
De ce que tu montres, il a fait la liste des paquets qui n'était pas installé et il devrait les installer. Faire un Ctrl+C à ce moment n'est p-ê pas une solution excellente

Je crois que le mieux est de le relancer depuis le début et purgeant le dossier contenant le script (il y a des fichiers cachés à supprimer aussi) puis en le relançant et en attendant...
Pour suivre l'évolution, tu peux consulter le fichier log.txt (mais je ne suis pas sûr qu'il soit utilisé à l'installation des paquets)

Avant de recommencer le script, lance peut-être cette commande pour terminer une installation qui aurait été annulée:
sudo apt-get install -f

Guest, Wednesday 18 January 2012 à 14:35

Bon le logon au forum est bloqué à cause de l'affaire mondiale de piratage.

Moi quand je test je tombe toujours sur plein de probs bizarres. C'est pour ça qu'au travail j'ai toujours été un bon testeur quand je faisais ça.

Je te dirais que j'ai attendu 5mins et j'ai vu aucun trafic réseau. 0byte. Et rien ne bougeait dans la liste du script. Pourtant Muon n'était pas en fonction, Kupdate non plus et le script avait confirmé que la connexion internet était bonne. Alors je ne sais pas.

Je vais purger et reprendre, mais je parie que ça fera la même chose.

matttbe, Wednesday 18 January 2012 à 15:31


Subscription date : 24 January 2009
Messages : 12573
Bizarre... lance peut-etre la commande apt-get install -f avant.

Et pour se loguer: avec tabulation, il doit y avoir moyen

lylambda, Thursday 19 January 2012 à 01:22


Subscription date : 06 September 2009
Messages : 1635
Bon le logon au forum est bloqué à cause de l'affaire mondiale de piratage.

Et pour se loguer: avec tabulation, il doit y avoir moyen

Tiens je n'y avais pas pensé ! De mon coté, j'ai sortis la grosse artillerie en bloquant l'image du bandeau avec Adblock…
Oui, j'ai honte : je censure la bannière contre la censure

matttbe, Thursday 19 January 2012 à 01:35


Subscription date : 24 January 2009
Messages : 12573
Oh ça va, voilà, la bannière est enlevée!

FrankKubuntu, Thursday 19 January 2012 à 01:37


Subscription date : 21 October 2009
Messages : 1575
Ah zut! Pas de chance...

Sources files downloaded. The installation will begin
This compilation can take some time and slow down your system

Installation : Cairo-Dock Core
Successfully Installed !

Installation : Plug-Ins
Successfully Installed !

Installation : Plug-ins Extras
Check dependences

No definition for get_options

No definition for set_options

No definition for parse_memory

No definition for parse_file

No definition for parse_with

No definition for get_options

No definition for set_options

No definition for parse_memory

No definition for parse_file

No definition for parse_with
Successfully Installed !

Installation : Cairo-Desklet
Error
Verification of the installation

Some errors have been detected during the installation
CairoBzr.vala:437.3-437.68: warning: unhandled error `GLib.SpawnError'
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
-- Configuring incomplete, errors occurred!
Please keep a copy of the file 'log.txt' and report the bug on our forum (http://www.glx-dock.org) on the section "Version BZR". Thank you!

Cairo-Dock Core: 971
Cairo-Dock Plug-ins: 2268
Cairo-Dock Plug-ins Extras: 227
Cairo-Desklet: 13

Verification of the installation

Some errors have been detected during the installation
CairoBzr.vala:437.3-437.68: warning: unhandled error `GLib.SpawnError'
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
-- Configuring incomplete, errors occurred!
Please keep a copy of the file 'log.txt' and report the bug on our forum (http://www.glx-dock.org) on the section "Version BZR". Thank you!

Cairo-Dock Core: 971
Cairo-Dock Plug-ins: 2268
Cairo-Dock Plug-ins Extras: 227
Cairo-Desklet: 13


Le script a fini par installer le paquets. Puis il a débuté l'installation et a planté là.
Je me suis trompé, j'ai été chercher toutes les rev pour les dev, pas juste la dernière pour all users. Je vais purger mon répertoire et recommencer.

matttbe, Thursday 19 January 2012 à 01:49


Subscription date : 24 January 2009
Messages : 12573
Mmh? Pourtant, d'après ce que je vois, la compilation et l'installation du core et des plug-ins ont bien fonctionnés, idem pour les plug-ins Extras (à part CairoBZR, il faudrait que SQP passe par là ).
Par contre, il y a un problème avec Cairo-Desklet mais il n'a pas encore été porté sur GTK3 sans GTKGlExt.

Donc tu devrais avoir un dock fonctionnel!
C'est le moment de lancer:
cairo-dock -l debug --colors | sed -n "/Status-Notifier\// {N;p;}"
pour tester

Problems at use | Problèmes à l'utilisation

Subjects Author Language Messages Last message
[Locked] SysTray 2.0 v2.4 PPA Oneiric [Bug #258]
Page : 1 2 3 4 5 6 7
FrankKubuntu Français 129 FrankKubuntu [Read]
15 December 2012 à 19:51


Glx-Dock / Cairo-Dock List of forums Problems at use | Problèmes à l'utilisation SysTray 2.0 v2.4 PPA Oneiric Top

Online users :

Powered by ElementSpeak © 2007 Adrien Pilleboue, 2009-2013 Matthieu Baerts.
Dock based on CSS Dock Menu (Ndesign) with jQuery. Icons by zgegball
Cairo-Dock is a free software under GNU-GPL3 licence. First stable version created by Fabounet.
Many thanks to TuxFamily for the web Hosting and Mav for the domain name.