[haiku-development] Re: find it icon problem, but ...
- From: Raynald Lesieur <Raynald.Lesieur@xxxxxxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Mon, 11 Jun 2007 08:46:20 +0200
>
>On 2007-06-11 at 00:08:53 [+0200], Jonas Sundström <jonas@xxxxxxxxxxx>
>wrote:
>> Ingo Weinhold <bonefish@xxxxxxxxxxxxxxx> wrote:
>> > On 2007-06-10 at 11:56:03 [+0200], Raynald Lesieur
>> > <raynald.lesieur@xxxxxxxxxxxxx> wrote:
>> > > after a lot of research, I concluded that I can put a copy of the
>> > > program ?mimeset? in the directory ? /home/bin ", which solved the
>> > > problem of icons. but I do not manage to find it why? if somebody
>> > > has
>> > > an idea!
>> >
>> > We could try to have a closer look at how e.g. Terminal is built.
>> > Please
>> > remove the generated Terminal executable and rebuild it:
>> >
>> > rm generated/objects/haiku/x86/release/apps/terminal/Terminal
>> > jam -q Terminal
>> >
>> > Please check whether there are any warning or error messages. Also do
>> > a
>> > listattr on the Terminal executable to see whether its icon is there.
>>
>> I don't know if this is related, but a while back I tried looking at
>> the
>> Jam rules to see why the following error gets reported, but I didn't
>> find
>> anything that looked wrong.
>>
>> "
>> C++ ../../../../generated/objects/haiku/x86/release/add-ons/tracker/
>> filetype/FileType.o
>> ResComp1 ../../../../generated/objects/haiku/x86/common/add-ons/tracker
>> /filetype/FileType.rsrc
>> Link ../../../../generated/objects/haiku/x86/release/add-ons/tracker/
>> filetype/FileType-F
>> XRes1 ../../../../generated/objects/haiku/x86/release/add-ons/tracker/
>> filetype/FileType-F
>> Chmod1 ../../../../generated/objects/haiku/x86/release/add-ons/tracker/
>> filetype/FileType-F
>> SetType1 ../../../../generated/objects/haiku/x86/release/add-ons/
>> tracker/filetype/FileType-F
>> MimeSet1 ../../../../generated/objects/haiku/x86/release/add-ons/
>> tracker/filetype/FileType-F
>> mimeset: "../../../../generated/objects/haiku/x86/release/add-ons/
>> tracker/filetype/FileType-F": No such file or directory
>> SetVersion1 ../../../../generated/objects/haiku/x86/release/add-ons/
>> tracker/filetype/FileType-F
>> "
>>
>> The line: mimeset: ... : No such file or directory
>
>That does indeed look interesting. Can you reproduce it? If you can, it
>would be nice, if you would track it down. I don't expect it to be a
>problem in the jam part of the build system. I think, the cause will be
>found in src/build/libbe/storage/mime/UpdateMimeInfoThread.cpp in
>UpdateMimeInfoThread::DoMimeUpdate(), which is used by our mimeset. There
>are a few "early outs" in the function, particularly in the second (shared
>object related) part. I don't see anything obvious, but some problem there
>would explain the error message as well as the missing vector icon.
>
>CU, Ingo
hi Ingo,
I am persuaded that comes more than one problem of call to the mimeset
program (in generated/objects/dano/x86/release/tools/mimeset) coming from
jam. Because when I copy this tool in the directory home/config/bin, I
have a different result and the generation of the image is good. But for
information, I made the generation of the Terminal with and without this
modification.
Terminal1 without the copy
Terminal with the copy if that can help&
Bye,
Raynald.
Attachment:
Terminal.jpg
Description: JPEG image
Attachment:
Terminal1.jpg
Description: JPEG image
- References:
- [haiku-development] Re: find it icon problem, but ...
- From: Jonas Sundström
- [haiku-development] Re: find it icon problem, but ...
- From: Ingo Weinhold
- [haiku-development] Re: find it icon problem, but ...
Other related posts:
- » [haiku-development] find it icon problem, but ...
- » [haiku-development] Re: find it icon problem, but ...
- » [haiku-development] Re: find it icon problem, but ...
- » [haiku-development] Re: find it icon problem, but ...
- » [haiku-development] Re: find it icon problem, but ...
- » [haiku-development] Re: find it icon problem, but ...
- » [haiku-development] Re: find it icon problem, but ...
- » [haiku-development] Re: find it icon problem, but ...
- » [haiku-development] Re: find it icon problem, but ...
- » [haiku-development] Re: find it icon problem, but ...
- » [haiku-development] Re: find it icon problem, but ...
- » [haiku-development] Re: find it icon problem, but ...
- » [haiku-development] Re: find it icon problem, but ...