Opened 10 years ago

Last modified 4 years ago

#10200 assigned bug

Tracker: Folder name not translated (no SYS:NAME attribute)

Reported by: dsjonny Owned by: nobody
Priority: normal Milestone: R1
Component: Applications/Tracker Version: R1/Development
Keywords: Cc: pulkomandy
Blocked By: Blocking: #10387, #15905
Platform: All

Description

Since PM some folders are not translated:

/boot/system /boot/home/config /boot/home/queries

Using listattr there are no SYS:NAME attribute.

And also the default Deskbar's folders are not translated. However in the /boot/home/config/settings/deskbar/menu folder all are translated, but these are empty folders.

And I shall add SYS:NAME attribute to the /boot/home/config/* and the /boot/system/* folders too. Like for the apps, preferences, documentation, packages, non-packaged, etc.

Using hrev46362 nightly anyboot.

Attachments (1)

system.png (12.7 KB ) - added by dsjonny 6 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 by axeld, 7 years ago

Owner: changed from axeld to nobody
Status: newassigned

comment:2 by waddlesplash, 6 years ago

Please check if at least the first part of this (/boot/system, etc.) is fixed.

comment:3 by dsjonny, 6 years ago

Hi

The system folder still not localizable (the SYS:NAME missing):

/boot> listattr *
File: home
        Type       Size  Name                                
----------------------------------------------------------
        Text        45  "SYS:NAME"
File: system
        Type       Size  Name                                
----------------------------------------------------------
listattr: stat failed for "SYS:PACKAGE": No such file or directory
listattr: stat failed for "SYS:PACKAGE_FILE": No such file or directory
File: trash
        Type       Size  Name                                
----------------------------------------------------------
        Text        47  "SYS:NAME"
      'VICN'       348  "BEOS:ICON"
 MIME String        31  "BEOS:TYPE"

471 bytes total in attributes.
/boot> ls
home  system  trash

Using hrev52347 nightly x86_gcc2 anyboot.

by dsjonny, 6 years ago

Attachment: system.png added

comment:4 by waddlesplash, 6 years ago

Cc: pulkomandy added

comment:5 by waddlesplash, 5 years ago

First part fixed in hrev52534.

comment:6 by diver, 4 years ago

Blocking: 15905 added

comment:7 by dsjonny, 4 years ago

It looks like still exists in hrev54115 x86_64.

~> listattr /boot/home
File: /boot/home
        Type       Size  Name                                
----------------------------------------------------------
      'RECT'        16  "_trk/windframe"
      Int-32         4  "_trk/windwkspc"
    Raw Data       190  "_trk/columns_le"
    Raw Data        57  "_trk/viewstate_le"
    Raw Data       242  "_trk/winddecor"

509 bytes total in attributes.
~> listattr /boot/system
File: /boot/system
        Type       Size  Name                                
----------------------------------------------------------
listattr: stat failed for "SYS:PACKAGE": No such file or directory
listattr: stat failed for "SYS:PACKAGE_FILE": No such file or directory

0 bytes total in attributes.
~> listattr /boot/home/config
File: /boot/home/config
        Type       Size  Name                                
----------------------------------------------------------
listattr: stat failed for "SYS:PACKAGE": No such file or directory
listattr: stat failed for "SYS:PACKAGE_FILE": No such file or directory

0 bytes total in attributes.
~> 

comment:8 by diver, 4 years ago

Blocking: 10387 added
Note: See TracTickets for help on using tickets.