Opened 14 years ago
Closed 14 years ago
#6412 closed bug (invalid)
addattr does not support the type 'VICN'
Reported by: | mmadia | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
'VICN', "VICN", VICN
all have the same result :
~/Desktop> wget http://svn.haiku-os.org/haiku/haiku/trunk/data/artwork/icons/Alert_Idea ~/Desktop> touch SomeFile ~/Desktop> addattr -f Alert_Idea -t 'VICN' "BEOS:ICON" SomeFile addattr: attribute type "VICN" is not valid Try one of: string, mime, int, llong, float, double, bool, raw, or a numeric value (ie. 0x1234, 42, 'ABCD', ...) ~/Desktop> addattr -f Alert_Idea "BEOS:ICON" SomeFile ~/Desktop> listattr SomeFile File: SomeFile Type Size Name ---------------------------------------------------------- Text 7397 "BEOS:ICON" 7397 bytes total in attributes. ~/Desktop>
Note:
See TracTickets
for help on using tickets.
http://dev.haiku-os.org/ticket/6411#comment:4