Opened 11 years ago
Last modified 4 months 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)
Change History (10)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
comment:3 by , 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 , 6 years ago
Attachment: | system.png added |
---|
comment:4 by , 6 years ago
Cc: | added |
---|
comment:6 by , 5 years ago
Blocking: | 15905 added |
---|
comment:7 by , 5 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 , 4 years ago
Blocking: | 10387 added |
---|
comment:9 by , 4 months ago
The SYS:NAME attribute is present for the source folders.
/system/data/deskbar/menu: catattr SYS:NAME * Applications : string : x-vnd.Be-TSKB:B_USER_DESKBAR_DIRECTORY/Applications:Applications Demos : string : x-vnd.Be-TSKB:B_USER_DESKBAR_DIRECTORY/Demos:Demos Desktop applets : string : x-vnd.Be-TSKB:B_USER_DESKBAR_DIRECTORY/Desktop applets:Desktop applets Preferences : string : x-vnd.Be-TSKB:B_USER_DESKBAR_DIRECTORY/Preferences:Preferences
They are not translated however.
What is required to translate these versions AND the blue folders in deskbar?
Please check if at least the first part of this (/boot/system, etc.) is fixed.