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

hrev37781

'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>  

Change History (1)

comment:1 by mmadia, 14 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.