← Back to team overview

cairo-dock-team team mailing list archive

Re: [Bug 668061] Re: cairo-dock crashes on keyboard layout swtcher

 

thanks a lot for this nice debug !
I think I see the problem now.
could you please add the line
"fScale=0;"
on line 198, just before the block "if (myData.pCurrentSurface != NULL)" ?

2010/11/9 Al Markov <info@xxxxxxxxxxxxxxx>

> I have built cairo-dock. OpenGL version works, without OpenGL fails.
>
>
> cairo-dock-core$ bzr log| head
> ------------------------------------------------------------
> revno: 694
> committer: Fabrice Rey <fabounet03@xxxxxxxxx>
> branch nick: cairo-dock-core
> timestamp: Mon 2010-11-01 01:35:48 +0100
> message:
>  modified widget handbooks based on SQP's patch
>
> cairo-dock-plug-ins$ bzr log| head
> ------------------------------------------------------------
> revno: 1796
> committer: Fabrice Rey <fabounet03@xxxxxxxxx>
> branch nick: cairo-dock-plug-ins
> timestamp: Mon 2010-11-01 01:36:29 +0100
> message:
>  RSSreader: retry after 20s if no connection
>
> cairo-dock-plug-ins-extras$ bzr log| head
> ------------------------------------------------------------
> revno: 95
> committer: matttbe <matttbe@xxxxxxxxx>
> branch nick: cairo-dock-plug-ins-extras
> timestamp: Fri 2010-10-29 17:23:52 +0200
> message:
>  Translator 0.1.5 (many thanks to Eduardo! )
>  Added a preview for GTG
>  Translator's preview: png -> jpg
>
> cairo-desklet$ bzr log| head
> ------------------------------------------------------------
> revno: 8
> committer: Fabrice Rey <fabounet03@xxxxxxxxx>
> branch nick: cairo-desklet
> timestamp: Tue 2010-10-26 01:30:33 +0200
> message:
>  updated to libgldi
>
>
>
> (gdb) c
> Continuing.
>
>
>  ============================================================================
>        Cairo-Dock version: 2.2.1~0alpha1
>        Compiled date:  Nov  2 2010 23:15:44
>        Running with OpenGL: 0
>
>  ============================================================================
>
> warning :
>  (/home/markoval/programming/cairo/scr/cairo-dock-plug-ins/keyboard-indicator/src/applet-xklavier.c:cd_xkbd_keyboard_state_changed:107)
>   xkl_engine_get_state() failed, we use the first keyboard layout as a
> workaround
> [New Thread 0xb1b00b70 (LWP 3114)]
> [Thread 0xb1b00b70 (LWP 3114) exited]
> [New Thread 0xb1b00b70 (LWP 3115)]
> .....
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x005b573a in cairo_save () from /usr/lib/libcairo.so.2
>
> (gdb) bt
> #0  0x005b573a in cairo_save () from /usr/lib/libcairo.so.2
> #1  0x0149427c in cd_xkbd_render_step_cairo (myApplet=0x9a0aed0)
>    at
> /home/markoval/programming/cairo/scr/cairo-dock-plug-ins/keyboard-indicator/src/applet-draw.c:186
> #2  0x00c69356 in _cairo_dock_transition_step (pUserData=0x99f8648,
> pIcon=0x9a0aed0, pContainer=0x997d8a8,
>    bContinueAnimation=0xbfd5f688)
>    at
> /home/markoval/programming/cairo/scr/cairo-dock-core/src/gldit/cairo-dock-animations.c:1011
> #3  0x00c6ae33 in _cairo_dock_dock_animation_loop (pDock=0x997d8a8)
>    at
> /home/markoval/programming/cairo/scr/cairo-dock-core/src/gldit/cairo-dock-animations.c:487
> #4  0x007fed5c in ?? () from /lib/libglib-2.0.so.0
> #5  0x007fe5e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
> #6  0x008022d8 in ?? () from /lib/libglib-2.0.so.0
> #7  0x00802817 in g_main_loop_run () from /lib/libglib-2.0.so.0
> #8  0x010e63c9 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
> #9  0x0806a285 in main (argc=1, argv=0xbfd5fc24)
>    at
> /home/markoval/programming/cairo/scr/cairo-dock-core/src/cairo-dock.c:867
>
> (gdb) up
> #1  0x0149427c in cd_xkbd_render_step_cairo (myApplet=0x9a0aed0)
>    at
> /home/markoval/programming/cairo/scr/cairo-dock-plug-ins/keyboard-indicator/src/applet-draw.c:186
> 186                             cairo_save (myDrawContext);
>
> (gdb) p myDrawContext
> No symbol "myDrawContext" in current context.
>
> (gdb) l
> 181                     dy = (iHeight - myData.iOldTextHeight)/2;
> 182                     if (dy < 0)  // peut arriver si une police de la
> taille de
> l'icone n'existe pas.
> 183                     {
> 184                             dy = 0;
> 185                             fScale = 1.*iHeight /
> myData.iOldTextHeight;
> 186                             cairo_save (myDrawContext);
> 187                             cairo_scale (myDrawContext, 1., fScale);
>  // a priori la
> difference n'est pas enorme, on laisse donc remplit en largeur.
> 188                     }
>
>
> 2010/10/30 Fabounet <fabounet03@xxxxxxxxx>:
> > oh, maybe a confusion between the real caps-lock and the layout switcher
> > functions.
> > thanks for the details !
> > I'm not really sure if it's libxklavier or cairo-dock's fault.
> > the best now would be to run the dock with "ddd cairo-dock", reproduce
> the
> > crash, and see where it stops. but I think it requires to compile the
> > sources of the dock.
> > if you think you can do that, that would be very helpful :-)
> >
> > 2010/10/29 Al Markov <info@xxxxxxxxxxxxxxx>
> >
> >> I have reproduced the bag on another computer! And I think I know the
> root.
> >> I use CapsLock key as layout switcher. (and ScrollLock Led is layout
> >> indicator)
> >> The problem disappears when I change switcher to Ctlr+Shift keys.
> >>
> >> Best regards,
> >> Al Markov
> >>
> >>
> >> 2010/10/29 Fabounet <fabounet03@xxxxxxxxx>:
> >> > no it can't be :-)
> >> > although I don't see anything wrong in the debug output.
> >> > could you please try without any plug-in except the keybord-indicator
> ?
> >> >
> >> > 2010/10/29 Al Markov <info@xxxxxxxxxxxxxxx>
> >> >
> >> >> Hi,
> >> >>
> >> >> I use two languages - english and russian.
> >> >> It crashes some times on startup. But first switching breaks Cairo
> >> >> immediately.
> >> >> If I don't switch (and Cairo are working) then no error presents.
> >> >>
> >> >> I use big icons. Would it be root of problem?
> >> >>
> >> >> Best regards,
> >> >> Al
> >> >>
> >> >> 2010/10/29 Fabounet <fabounet03@xxxxxxxxx>:
> >> >> > Hi,
> >> >> > thanks a lot for the debug.
> >> >> > how many languages have you ? does it crash all the time when you
> >> switch
> >> >> > language or just sometimes ? does it crash on the first switching
> or
> >> only
> >> >> > after some tries ?
> >> >> >
> >> >> > 2010/10/28 Al Markov <info@xxxxxxxxxxxxxxx>
> >> >> >
> >> >> >>
> >> >> >> ** Attachment added: "debug log file"
> >> >> >>
> >> >> >>
> >> >>
> >>
> https://bugs.launchpad.net/bugs/668061/+attachment/1714918/+files/debug.txt
> >> >> >>
> >> >> >> --
> >> >> >> cairo-dock crashes on keyboard layout swtcher
> >> >> >> https://bugs.launchpad.net/bugs/668061
> >> >> >> You received this bug notification because you are a member of
> Cairo-
> >> >> >> Dock Team, which is subscribed to Cairo-Dock Core.
> >> >> >>
> >> >> >> Status in Cairo-Dock : Core: New
> >> >> >>
> >> >> >> Bug description:
> >> >> >> Cairo-Dock version: 2.2.0-4
> >> >> >> Compiled date:  Oct  1 2010 22:55:45
> >> >> >> Running with OpenGL: 0
> >> >> >> Linux, Ubuntu 10.04 32 bits, Gnome, metacity, no OpenGL
> >> >> >>
> >> >> >> How to reproduce:
> >> >> >> Run and switch to an other keyboard layout
> >> >> >> $ cairo-dock -c -f
> >> >> >> work fine
> >> >> >>
> >> >> >> cairo-dock without keyboard layout switcher works fine
> >> >> >> keyboard layout switcher is "keyboard indicator v1.1.2 by Fabounet
> >> >> >>
> >> >> >> $ cairo-dock -c
> >> >> >>
> >> >> >>
> >> >>
> >>
>  ============================================================================
> >> >> >>        Cairo-Dock version: 2.2.0-4
> >> >> >>        Compiled date:  Oct  1 2010 22:55:45
> >> >> >>        Running with OpenGL: 0
> >> >> >>
> >> >> >>
> >> >>
> >>
>  ============================================================================
> >> >> >>
> >> >> >> warning :
> >> >> >>
> >> >>
> >>
>  (/build/buildd/cairo-dock-plug-ins-2.2.0-4/keyboard-indicator/src/applet-xklavier.c:cd_xkbd_keyboard_state_changed:107)
> >> >> >>  xkl_engine_get_state() failed, we use the first keyboard layout
> as a
> >> >> >> workaround
> >> >> >> value "-19" of type `gint' is invalid or out of range for property
> >> >> >> `width-request' of type `gint'
> >> >> >> warning :
> >> >> >>
> >> >>
> >>
>  (/build/buildd/cairo-dock-2.2.0-4/src/gldit/cairo-dock-packages.c:cairo_dock_list_packages:656)
> >> >> >>  while listing user packages in
> >> >> >> '/home/markoval/.config/cairo-dock/third-party' : Произошла ошибка
> >> при
> >> >> >> открытии каталога (it means "dir open error")
> >> >> >> <</home/markoval/.config/cairo-dock/third-party>>: Нет такого
> файла
> >> или
> >> >> >> каталога (it means "no such file or dir")
> >> >> >> set indicator-messages
> >> >> >> warning :
> >> >> >>
> >> >>
> >>
>  (/build/buildd/cairo-dock-2.2.0-4/src/cairo-dock.c:_cairo_dock_intercept_signal:258)
> >> >> >>  Cairo-Dock has crashed (sig 11).
> >> >> >> It will be restarted now (cairo-dock -c).
> >> >> >> Feel free to report this bug on glx-dock.org to help improving
> the
> >> dock
> >> >> !
> >> >> >> info on the system :
> >> >> >> Linux m-think 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22
> >> UTC
> >> >> 2010
> >> >> >> i686 GNU/Linux
> >> >> >>
> >> >> >> Best regards,
> >> >> >> Al Markov
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> _______________________________________________
> >> >> >> Mailing list: https://launchpad.net/~cairo-dock-team<https://launchpad.net/%7Ecairo-dock-team>
> <https://launchpad.net/%7Ecairo-dock-team>
> >> <https://launchpad.net/%7Ecairo-dock-team>
> >> >> <https://launchpad.net/%7Ecairo-dock-team>
> >> >> >> Post to     : cairo-dock-team@xxxxxxxxxxxxxxxxxxx
> >> >> >> Unsubscribe : https://launchpad.net/~cairo-dock-team<https://launchpad.net/%7Ecairo-dock-team>
> <https://launchpad.net/%7Ecairo-dock-team>
> >> <https://launchpad.net/%7Ecairo-dock-team>
> >> >> <https://launchpad.net/%7Ecairo-dock-team>
> >> >> >> More help   : https://help.launchpad.net/ListHelp
> >> >> >>
> >> >> >
> >> >> > --
> >> >> > cairo-dock crashes on keyboard layout swtcher
> >> >> > https://bugs.launchpad.net/bugs/668061
> >> >> > You received this bug notification because you are a direct
> subscriber
> >> >> > of the bug.
> >> >> >
> >> >> > Status in Cairo-Dock : Core: New
> >> >> >
> >> >> > Bug description:
> >> >> > Cairo-Dock version: 2.2.0-4
> >> >> > Compiled date:  Oct  1 2010 22:55:45
> >> >> > Running with OpenGL: 0
> >> >> > Linux, Ubuntu 10.04 32 bits, Gnome, metacity, no OpenGL
> >> >> >
> >> >> > How to reproduce:
> >> >> > Run and switch to an other keyboard layout
> >> >> > $ cairo-dock -c -f
> >> >> > work fine
> >> >> >
> >> >> > cairo-dock without keyboard layout switcher works fine
> >> >> > keyboard layout switcher is "keyboard indicator v1.1.2 by Fabounet
> >> >> >
> >> >> > $ cairo-dock -c
> >> >> >
> >> >>
> >>
>  ============================================================================
> >> >> >        Cairo-Dock version: 2.2.0-4
> >> >> >        Compiled date:  Oct  1 2010 22:55:45
> >> >> >        Running with OpenGL: 0
> >> >> >
> >> >>
> >>
>  ============================================================================
> >> >> >
> >> >> > warning :
> >> >>
> >>
>  (/build/buildd/cairo-dock-plug-ins-2.2.0-4/keyboard-indicator/src/applet-xklavier.c:cd_xkbd_keyboard_state_changed:107)
> >> >> >  xkl_engine_get_state() failed, we use the first keyboard layout as
> a
> >> >> workaround
> >> >> > value "-19" of type `gint' is invalid or out of range for property
> >> >> `width-request' of type `gint'
> >> >> > warning :
> >> >>
> >>
>  (/build/buildd/cairo-dock-2.2.0-4/src/gldit/cairo-dock-packages.c:cairo_dock_list_packages:656)
> >> >> >  while listing user packages in
> >> >> '/home/markoval/.config/cairo-dock/third-party' : Произошла ошибка
> при
> >> >> открытии каталога (it means "dir open error")
> >> >> <</home/markoval/.config/cairo-dock/third-party>>: Нет такого файла
> или
> >> >> каталога (it means "no such file or dir")
> >> >> > set indicator-messages
> >> >> > warning :
> >> >>
> >>
>  (/build/buildd/cairo-dock-2.2.0-4/src/cairo-dock.c:_cairo_dock_intercept_signal:258)
> >> >> >  Cairo-Dock has crashed (sig 11).
> >> >> > It will be restarted now (cairo-dock -c).
> >> >> > Feel free to report this bug on glx-dock.org to help improving the
> >> dock
> >> >> !
> >> >> > info on the system :
> >> >> > Linux m-think 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22
> UTC
> >> >> 2010 i686 GNU/Linux
> >> >> >
> >> >> > Best regards,
> >> >> > Al Markov
> >> >> >
> >> >> > To unsubscribe from this bug, go to:
> >> >> > https://bugs.launchpad.net/cairo-dock-core/+bug/668061/+subscribe
> >> >> >
> >> >>
> >> >> --
> >> >> cairo-dock crashes on keyboard layout swtcher
> >> >> https://bugs.launchpad.net/bugs/668061
> >> >> You received this bug notification because you are a member of Cairo-
> >> >> Dock Team, which is subscribed to Cairo-Dock Core.
> >> >>
> >> >> Status in Cairo-Dock : Core: New
> >> >>
> >> >> Bug description:
> >> >> Cairo-Dock version: 2.2.0-4
> >> >> Compiled date:  Oct  1 2010 22:55:45
> >> >> Running with OpenGL: 0
> >> >> Linux, Ubuntu 10.04 32 bits, Gnome, metacity, no OpenGL
> >> >>
> >> >> How to reproduce:
> >> >> Run and switch to an other keyboard layout
> >> >> $ cairo-dock -c -f
> >> >> work fine
> >> >>
> >> >> cairo-dock without keyboard layout switcher works fine
> >> >> keyboard layout switcher is "keyboard indicator v1.1.2 by Fabounet
> >> >>
> >> >> $ cairo-dock -c
> >> >>
> >> >>
> >>
>  ============================================================================
> >> >>        Cairo-Dock version: 2.2.0-4
> >> >>        Compiled date:  Oct  1 2010 22:55:45
> >> >>        Running with OpenGL: 0
> >> >>
> >> >>
> >>
>  ============================================================================
> >> >>
> >> >> warning :
> >> >>
> >>
>  (/build/buildd/cairo-dock-plug-ins-2.2.0-4/keyboard-indicator/src/applet-xklavier.c:cd_xkbd_keyboard_state_changed:107)
> >> >>  xkl_engine_get_state() failed, we use the first keyboard layout as a
> >> >> workaround
> >> >> value "-19" of type `gint' is invalid or out of range for property
> >> >> `width-request' of type `gint'
> >> >> warning :
> >> >>
> >>
>  (/build/buildd/cairo-dock-2.2.0-4/src/gldit/cairo-dock-packages.c:cairo_dock_list_packages:656)
> >> >>  while listing user packages in
> >> >> '/home/markoval/.config/cairo-dock/third-party' : Произошла ошибка
> при
> >> >> открытии каталога (it means "dir open error")
> >> >> <</home/markoval/.config/cairo-dock/third-party>>: Нет такого файла
> или
> >> >> каталога (it means "no such file or dir")
> >> >> set indicator-messages
> >> >> warning :
> >> >>
> >>
>  (/build/buildd/cairo-dock-2.2.0-4/src/cairo-dock.c:_cairo_dock_intercept_signal:258)
> >> >>  Cairo-Dock has crashed (sig 11).
> >> >> It will be restarted now (cairo-dock -c).
> >> >> Feel free to report this bug on glx-dock.org to help improving the
> dock
> >> !
> >> >> info on the system :
> >> >> Linux m-think 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22
> UTC
> >> 2010
> >> >> i686 GNU/Linux
> >> >>
> >> >> Best regards,
> >> >> Al Markov
> >> >>
> >> >>
> >> >>
> >> >> _______________________________________________
> >> >> Mailing list: https://launchpad.net/~cairo-dock-team<https://launchpad.net/%7Ecairo-dock-team>
> <https://launchpad.net/%7Ecairo-dock-team>
> >> <https://launchpad.net/%7Ecairo-dock-team>
> >> >> Post to     : cairo-dock-team@xxxxxxxxxxxxxxxxxxx
> >> >> Unsubscribe : https://launchpad.net/~cairo-dock-team<https://launchpad.net/%7Ecairo-dock-team>
> <https://launchpad.net/%7Ecairo-dock-team>
> >> <https://launchpad.net/%7Ecairo-dock-team>
> >> >> More help   : https://help.launchpad.net/ListHelp
> >> >>
> >> >
> >> > --
> >> > cairo-dock crashes on keyboard layout swtcher
> >> > https://bugs.launchpad.net/bugs/668061
> >> > You received this bug notification because you are a direct subscriber
> >> > of the bug.
> >> >
> >> > Status in Cairo-Dock : Core: New
> >> >
> >> > Bug description:
> >> > Cairo-Dock version: 2.2.0-4
> >> > Compiled date:  Oct  1 2010 22:55:45
> >> > Running with OpenGL: 0
> >> > Linux, Ubuntu 10.04 32 bits, Gnome, metacity, no OpenGL
> >> >
> >> > How to reproduce:
> >> > Run and switch to an other keyboard layout
> >> > $ cairo-dock -c -f
> >> > work fine
> >> >
> >> > cairo-dock without keyboard layout switcher works fine
> >> > keyboard layout switcher is "keyboard indicator v1.1.2 by Fabounet
> >> >
> >> > $ cairo-dock -c
> >> >
> >>
>  ============================================================================
> >> >        Cairo-Dock version: 2.2.0-4
> >> >        Compiled date:  Oct  1 2010 22:55:45
> >> >        Running with OpenGL: 0
> >> >
> >>
>  ============================================================================
> >> >
> >> > warning :
> >>
>  (/build/buildd/cairo-dock-plug-ins-2.2.0-4/keyboard-indicator/src/applet-xklavier.c:cd_xkbd_keyboard_state_changed:107)
> >> >  xkl_engine_get_state() failed, we use the first keyboard layout as a
> >> workaround
> >> > value "-19" of type `gint' is invalid or out of range for property
> >> `width-request' of type `gint'
> >> > warning :
> >>
>  (/build/buildd/cairo-dock-2.2.0-4/src/gldit/cairo-dock-packages.c:cairo_dock_list_packages:656)
> >> >  while listing user packages in
> >> '/home/markoval/.config/cairo-dock/third-party' : Произошла ошибка при
> >> открытии каталога (it means "dir open error")
> >> <</home/markoval/.config/cairo-dock/third-party>>: Нет такого файла или
> >> каталога (it means "no such file or dir")
> >> > set indicator-messages
> >> > warning :
> >>
>  (/build/buildd/cairo-dock-2.2.0-4/src/cairo-dock.c:_cairo_dock_intercept_signal:258)
> >> >  Cairo-Dock has crashed (sig 11).
> >> > It will be restarted now (cairo-dock -c).
> >> > Feel free to report this bug on glx-dock.org to help improving the
> dock
> >> !
> >> > info on the system :
> >> > Linux m-think 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC
> >> 2010 i686 GNU/Linux
> >> >
> >> > Best regards,
> >> > Al Markov
> >> >
> >> > To unsubscribe from this bug, go to:
> >> > https://bugs.launchpad.net/cairo-dock-core/+bug/668061/+subscribe
> >> >
> >>
> >> --
> >> cairo-dock crashes on keyboard layout swtcher
> >> https://bugs.launchpad.net/bugs/668061
> >> You received this bug notification because you are a member of Cairo-
> >> Dock Team, which is subscribed to Cairo-Dock Core.
> >>
> >> Status in Cairo-Dock : Core: New
> >>
> >> Bug description:
> >> Cairo-Dock version: 2.2.0-4
> >> Compiled date:  Oct  1 2010 22:55:45
> >> Running with OpenGL: 0
> >> Linux, Ubuntu 10.04 32 bits, Gnome, metacity, no OpenGL
> >>
> >> How to reproduce:
> >> Run and switch to an other keyboard layout
> >> $ cairo-dock -c -f
> >> work fine
> >>
> >> cairo-dock without keyboard layout switcher works fine
> >> keyboard layout switcher is "keyboard indicator v1.1.2 by Fabounet
> >>
> >> $ cairo-dock -c
> >>
> >>
>  ============================================================================
> >>        Cairo-Dock version: 2.2.0-4
> >>        Compiled date:  Oct  1 2010 22:55:45
> >>        Running with OpenGL: 0
> >>
> >>
>  ============================================================================
> >>
> >> warning :
> >>
>  (/build/buildd/cairo-dock-plug-ins-2.2.0-4/keyboard-indicator/src/applet-xklavier.c:cd_xkbd_keyboard_state_changed:107)
> >>  xkl_engine_get_state() failed, we use the first keyboard layout as a
> >> workaround
> >> value "-19" of type `gint' is invalid or out of range for property
> >> `width-request' of type `gint'
> >> warning :
> >>
>  (/build/buildd/cairo-dock-2.2.0-4/src/gldit/cairo-dock-packages.c:cairo_dock_list_packages:656)
> >>  while listing user packages in
> >> '/home/markoval/.config/cairo-dock/third-party' : Произошла ошибка при
> >> открытии каталога (it means "dir open error")
> >> <</home/markoval/.config/cairo-dock/third-party>>: Нет такого файла или
> >> каталога (it means "no such file or dir")
> >> set indicator-messages
> >> warning :
> >>
>  (/build/buildd/cairo-dock-2.2.0-4/src/cairo-dock.c:_cairo_dock_intercept_signal:258)
> >>  Cairo-Dock has crashed (sig 11).
> >> It will be restarted now (cairo-dock -c).
> >> Feel free to report this bug on glx-dock.org to help improving the dock
> !
> >> info on the system :
> >> Linux m-think 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC
> 2010
> >> i686 GNU/Linux
> >>
> >> Best regards,
> >> Al Markov
> >>
> >>
> >>
> >> _______________________________________________
> >> Mailing list: https://launchpad.net/~cairo-dock-team<https://launchpad.net/%7Ecairo-dock-team>
> <https://launchpad.net/%7Ecairo-dock-team>
> >> Post to     : cairo-dock-team@xxxxxxxxxxxxxxxxxxx
> >> Unsubscribe : https://launchpad.net/~cairo-dock-team<https://launchpad.net/%7Ecairo-dock-team>
> <https://launchpad.net/%7Ecairo-dock-team>
> >> More help   : https://help.launchpad.net/ListHelp
> >>
> >
> > --
> > cairo-dock crashes on keyboard layout swtcher
> > https://bugs.launchpad.net/bugs/668061
> > You received this bug notification because you are a direct subscriber
> > of the bug.
> >
> > Status in Cairo-Dock : Core: New
> >
> > Bug description:
> > Cairo-Dock version: 2.2.0-4
> > Compiled date:  Oct  1 2010 22:55:45
> > Running with OpenGL: 0
> > Linux, Ubuntu 10.04 32 bits, Gnome, metacity, no OpenGL
> >
> > How to reproduce:
> > Run and switch to an other keyboard layout
> > $ cairo-dock -c -f
> > work fine
> >
> > cairo-dock without keyboard layout switcher works fine
> > keyboard layout switcher is "keyboard indicator v1.1.2 by Fabounet
> >
> > $ cairo-dock -c
> >
>  ============================================================================
> >        Cairo-Dock version: 2.2.0-4
> >        Compiled date:  Oct  1 2010 22:55:45
> >        Running with OpenGL: 0
> >
>  ============================================================================
> >
> > warning :
>  (/build/buildd/cairo-dock-plug-ins-2.2.0-4/keyboard-indicator/src/applet-xklavier.c:cd_xkbd_keyboard_state_changed:107)
> >  xkl_engine_get_state() failed, we use the first keyboard layout as a
> workaround
> > value "-19" of type `gint' is invalid or out of range for property
> `width-request' of type `gint'
> > warning :
>  (/build/buildd/cairo-dock-2.2.0-4/src/gldit/cairo-dock-packages.c:cairo_dock_list_packages:656)
> >  while listing user packages in
> '/home/markoval/.config/cairo-dock/third-party' : Произошла ошибка при
> открытии каталога (it means "dir open error")
> <</home/markoval/.config/cairo-dock/third-party>>: Нет такого файла или
> каталога (it means "no such file or dir")
> > set indicator-messages
> > warning :
>  (/build/buildd/cairo-dock-2.2.0-4/src/cairo-dock.c:_cairo_dock_intercept_signal:258)
> >  Cairo-Dock has crashed (sig 11).
> > It will be restarted now (cairo-dock -c).
> > Feel free to report this bug on glx-dock.org to help improving the dock
> !
> > info on the system :
> > Linux m-think 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC
> 2010 i686 GNU/Linux
> >
> > Best regards,
> > Al Markov
> >
> > To unsubscribe from this bug, go to:
> > https://bugs.launchpad.net/cairo-dock-core/+bug/668061/+subscribe
> >
>
> --
> cairo-dock crashes on keyboard layout swtcher
> https://bugs.launchpad.net/bugs/668061
> You received this bug notification because you are a member of Cairo-
> Dock Team, which is subscribed to Cairo-Dock Core.
>
> Status in Cairo-Dock : Core: New
>
> Bug description:
> Cairo-Dock version: 2.2.0-4
> Compiled date:  Oct  1 2010 22:55:45
> Running with OpenGL: 0
> Linux, Ubuntu 10.04 32 bits, Gnome, metacity, no OpenGL
>
> How to reproduce:
> Run and switch to an other keyboard layout
> $ cairo-dock -c -f
> work fine
>
> cairo-dock without keyboard layout switcher works fine
> keyboard layout switcher is "keyboard indicator v1.1.2 by Fabounet
>
> $ cairo-dock -c
>
>  ============================================================================
>        Cairo-Dock version: 2.2.0-4
>        Compiled date:  Oct  1 2010 22:55:45
>        Running with OpenGL: 0
>
>  ============================================================================
>
> warning :
>  (/build/buildd/cairo-dock-plug-ins-2.2.0-4/keyboard-indicator/src/applet-xklavier.c:cd_xkbd_keyboard_state_changed:107)
>  xkl_engine_get_state() failed, we use the first keyboard layout as a
> workaround
> value "-19" of type `gint' is invalid or out of range for property
> `width-request' of type `gint'
> warning :
>  (/build/buildd/cairo-dock-2.2.0-4/src/gldit/cairo-dock-packages.c:cairo_dock_list_packages:656)
>  while listing user packages in
> '/home/markoval/.config/cairo-dock/third-party' : Произошла ошибка при
> открытии каталога (it means "dir open error")
> «/home/markoval/.config/cairo-dock/third-party»: Нет такого файла или
> каталога (it means "no such file or dir")
> set indicator-messages
> warning :
>  (/build/buildd/cairo-dock-2.2.0-4/src/cairo-dock.c:_cairo_dock_intercept_signal:258)
>  Cairo-Dock has crashed (sig 11).
> It will be restarted now (cairo-dock -c).
> Feel free to report this bug on glx-dock.org to help improving the dock !
> info on the system :
> Linux m-think 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010
> i686 GNU/Linux
>
> Best regards,
> Al Markov
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~cairo-dock-team<https://launchpad.net/%7Ecairo-dock-team>
> Post to     : cairo-dock-team@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~cairo-dock-team<https://launchpad.net/%7Ecairo-dock-team>
> More help   : https://help.launchpad.net/ListHelp
>

-- 
cairo-dock crashes on keyboard layout swtcher
https://bugs.launchpad.net/bugs/668061
You received this bug notification because you are a member of Cairo-
Dock Team, which is subscribed to Cairo-Dock Core.

Status in Cairo-Dock : Core: New

Bug description:
Cairo-Dock version: 2.2.0-4
Compiled date:  Oct  1 2010 22:55:45
Running with OpenGL: 0
Linux, Ubuntu 10.04 32 bits, Gnome, metacity, no OpenGL

How to reproduce: 
Run and switch to an other keyboard layout
$ cairo-dock -c -f
work fine

cairo-dock without keyboard layout switcher works fine
keyboard layout switcher is "keyboard indicator v1.1.2 by Fabounet 

$ cairo-dock -c
 ============================================================================ 
	Cairo-Dock version: 2.2.0-4
	Compiled date:  Oct  1 2010 22:55:45
	Running with OpenGL: 0
 ============================================================================

warning :  (/build/buildd/cairo-dock-plug-ins-2.2.0-4/keyboard-indicator/src/applet-xklavier.c:cd_xkbd_keyboard_state_changed:107)  
  xkl_engine_get_state() failed, we use the first keyboard layout as a workaround
value "-19" of type `gint' is invalid or out of range for property `width-request' of type `gint'
warning :  (/build/buildd/cairo-dock-2.2.0-4/src/gldit/cairo-dock-packages.c:cairo_dock_list_packages:656)  
  while listing user packages in '/home/markoval/.config/cairo-dock/third-party' : Произошла ошибка при открытии каталога (it means "dir open error") «/home/markoval/.config/cairo-dock/third-party»: Нет такого файла или каталога (it means "no such file or dir")
set indicator-messages
warning :  (/build/buildd/cairo-dock-2.2.0-4/src/cairo-dock.c:_cairo_dock_intercept_signal:258)  
  Cairo-Dock has crashed (sig 11).
It will be restarted now (cairo-dock -c).
Feel free to report this bug on glx-dock.org to help improving the dock !
info on the system :
Linux m-think 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010 i686 GNU/Linux

Best regards,
Al Markov





References