-----BEGIN PGP SIGNED MESSAGE-----

lyx-1.3cvs:

Choose the dialog
        Layout->Document->Bullets
There are no bullets seen. Moreover, the try to select
to e.g. "Ding 1", leads to immediate core dump.

As I could see from strace, there was an attempt to open "psnfss2.xpm", which failed.
        --> open("psnfss2.xpm", O_RDONLY)           = -1 ENOENT (No such file or 
directory)

(Other opens related to .xpm are on e.g. "/usr/share/lyx/images/font-emph.xpm"
        --> open("/usr/share/lyx/images/font-emph.xpm", O_RDONLY) = 4
        )

If I try to start lyx from inside /usr/share/lyx/images, the bullets are seen, but the 
crash
after a new bullets-selection remains.

This behaviour is on qt2 and xforms versions the same.
Looks like code-duplication.

File src/frontends/qt2/QDocument.C:957 and src/frontends/xforms/FormDocument.C:1399
                ... LibFileSearch("images", new_panel) ....

(Searching for other xpm files seems to be done through
                ... LibFileSearch("images", xpm_name, "xpm") ...
 like in src/frontends/xforms/Toolbar_pimpl.C)

        Kornel
        
- -- 
Kornel Benko
[EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8

iQCVAwUBPVoYjrewfbDGmeqhAQGEswQAn0FGU79pOTUwPeevAnfd2wmUc80NcOeJ
x0NbggqczIHzcu/oFFy9r1U6hjzx5TAHjYvNC/svIuSOqjYtrCr9o0MkgLfQJ+eD
zCFtKWvQQ9inJT5GKeOkHFYdV/7f85RgWktGN1JYF8RdvbjIhTR0QpNnRbqRgyHv
wc4UMhnaa1M=
=lnBg
-----END PGP SIGNATURE-----

Reply via email to