* [devel] Q: К знатокам Иксов: libXevie
@ 2009-01-09 4:05 Michael Pozhidaev
2009-01-09 8:53 ` Valery V. Inozemtsev
0 siblings, 1 reply; 5+ messages in thread
From: Michael Pozhidaev @ 2009-01-09 4:05 UTC (permalink / raw)
To: devel
Привет всем!
Одно очень нужное приложение, а именно /usr/libexec/at-spi-registryd,
которое используется в Гномовой accessibility, не стартует с таким сообщением:
Xlib: extension "XEVIE" missing on display ":0.0".
В чём тут может быть проблема? Можно как-нибудь побороть?
Система -- Сизиф недельной давности;
libXevie-1.0.2-alt2
--
Michael Pozhidaev. E-mail: msp@altlinux.ru.
Tomsk State University. http://www.csd.tsu.ru
ALT Linux Team. http://www.altlinux.ru
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Q: К знатокам Иксов: libXevie
2009-01-09 4:05 [devel] Q: К знатокам Иксов: libXevie Michael Pozhidaev
@ 2009-01-09 8:53 ` Valery V. Inozemtsev
2009-01-10 3:48 ` Michael Pozhidaev
0 siblings, 1 reply; 5+ messages in thread
From: Valery V. Inozemtsev @ 2009-01-09 8:53 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 527 bytes --]
On Friday 09 January 2009 07:05:10 Michael Pozhidaev wrote:
> Привет всем!
>
> Одно очень нужное приложение, а именно /usr/libexec/at-spi-registryd,
> которое используется в Гномовой accessibility, не стартует с таким
> сообщением: Xlib: extension "XEVIE" missing on display ":0.0".
>
> В чём тут может быть проблема? Можно как-нибудь побороть?
> Система -- Сизиф недельной давности;
> libXevie-1.0.2-alt2
XEvIE по умолчанию выключено
Section "Extensions"
Option "XEVIE" "true"
EndSection
--
Valery V. Inozemtsev
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Q: К знатокам Иксов: libXevie
2009-01-09 8:53 ` Valery V. Inozemtsev
@ 2009-01-10 3:48 ` Michael Pozhidaev
2009-01-10 9:28 ` Valery V. Inozemtsev
0 siblings, 1 reply; 5+ messages in thread
From: Michael Pozhidaev @ 2009-01-10 3:48 UTC (permalink / raw)
To: ALT Linux Team development discussions
Здравствуйте, Валерий!
> XEvIE по умолчанию выключено
Да, спасибо. В этом месте поехало дальше.
Посмотрите, пожалуйста, другую траблу в этой программе,
которая теперь стала вылезать. Гугление попробовал, ничего не нашлось
подходящего, может Вам чего-нибудь
в голову придёт.
The program '<unknown>' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadLength (poly request too large or internal Xlib length erro'.
(Details: serial 13 error_code 16 request_code 153 minor_code 3)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
--
Michael Pozhidaev. E-mail: msp@altlinux.ru.
Tomsk State University. http://www.csd.tsu.ru
ALT Linux Team. http://www.altlinux.ru
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Q: К знатокам Иксов: libXevie
2009-01-10 3:48 ` Michael Pozhidaev
@ 2009-01-10 9:28 ` Valery V. Inozemtsev
2009-01-10 10:44 ` Michael Pozhidaev
0 siblings, 1 reply; 5+ messages in thread
From: Valery V. Inozemtsev @ 2009-01-10 9:28 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 1018 bytes --]
On Saturday 10 January 2009 06:48:08 Michael Pozhidaev wrote:
> Здравствуйте, Валерий!
>
> > XEvIE по умолчанию выключено
>
> Да, спасибо. В этом месте поехало дальше.
> Посмотрите, пожалуйста, другую траблу в этой программе,
> которая теперь стала вылезать. Гугление попробовал, ничего не нашлось
> подходящего, может Вам чего-нибудь
> в голову придёт.
>
> The program '<unknown>' received an X Window System error.
> This probably reflects a bug in the program.
> The error was 'BadLength (poly request too large or internal Xlib length
> erro'. (Details: serial 13 error_code 16 request_code 153 minor_code 3)
> (Note to programmers: normally, X errors are reported asynchronously; that
> is, you will receive the error a while after causing it.
> To debug your program, run it with the --sync command line
> option to change this behavior. You can then get a meaningful
> backtrace from your debugger if you break on the gdk_x_error()
> function.)
это ssh -X? попробуйте ssh -Y
--
Valery V. Inozemtsev
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Q: К знатокам Иксов: libXevie
2009-01-10 9:28 ` Valery V. Inozemtsev
@ 2009-01-10 10:44 ` Michael Pozhidaev
0 siblings, 0 replies; 5+ messages in thread
From: Michael Pozhidaev @ 2009-01-10 10:44 UTC (permalink / raw)
To: ALT Linux Team development discussions
Hello, Valery V. Inozemtsev!
> это ssh -X? попробуйте ssh -Y
Нет, это совсем без ssh. ПРосто в терминале GNOME вызвана команда.
--
Michael Pozhidaev. E-mail: msp@altlinux.ru.
Tomsk State University. http://www.csd.tsu.ru
ALT Linux Team. http://www.altlinux.ru
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-01-10 10:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-09 4:05 [devel] Q: К знатокам Иксов: libXevie Michael Pozhidaev
2009-01-09 8:53 ` Valery V. Inozemtsev
2009-01-10 3:48 ` Michael Pozhidaev
2009-01-10 9:28 ` Valery V. Inozemtsev
2009-01-10 10:44 ` Michael Pozhidaev
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git