Am 06.03.2011 00:06, schrieb Jonas Sundström:
Stephan Assmus<superstippi@xxxxxx> wrote:Am 04.03.2011 23:34, schrieb jonas@xxxxxxxxxxx:Author: kirilla Date: 2011-03-04 23:34:20 +0100 (Fri, 04 Mar 2011) New Revision: 40811 Changeset: http://dev.haiku-os.org/changeset/40811 Modified: haiku/trunk/src/apps/aboutsystem/Jamfile haiku/trunk/src/apps/activitymonitor/Jamfile haiku/trunk/src/apps/bootmanager/Jamfile haiku/trunk/src/apps/cdplayer/Jamfile haiku/trunk/src/apps/charactermap/Jamfile haiku/trunk/src/apps/deskbar/BarWindow.cpp haiku/trunk/src/apps/deskbar/Jamfile haiku/trunk/src/apps/deskcalc/CalcWindow.cpp haiku/trunk/src/apps/deskcalc/Jamfile haiku/trunk/src/apps/devices/Jamfile haiku/trunk/src/apps/diskprobe/Jamfile Log: Some apps get the name lookup attribute.One suggestion. If you copy a BeOS/Haiku application binary onto a volume without attribute support, and then back to BFS, invoking "identify" (mimeset) on the binary will extract the needed attributes from the resources. It would be nice if this attribute were added into the same mechanism.Agreed. Can/should the info be added by way of .rdef or should the Jam rule do both attribute and resource creation?
I think once the support is completely integrated everywhere (i.e. FileTypes, BAppFileInfo, mimeset, etc), it should be the easiest solution to add it to the .rdefs for every app.
Best regards, -Stephan