Opened 11 years ago
Closed 11 years ago
#9968 closed bug (fixed)
/boot/home/config shows as "home" in Tracker
Reported by: | jessicah | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/Package Management |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Double-clicking on the Home symlink on the desktop opens a Tracker window with Desktop, home, and mail as the contents.
However, home should instead be config. In Terminal, the correct name is displayed:
~> ls config Desktop mail
Attachments (1)
Change History (7)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Component: | Applications/Tracker → System/Boot Loader |
---|
comment:3 by , 11 years ago
Component: | System/Boot Loader → System/Kernel |
---|
by , 11 years ago
Attachment: | 0001-Change-volume-label-for-MOUNT_TYPE_HOME-to-config-.-.patch added |
---|
comment:4 by , 11 years ago
patch: | 0 → 1 |
---|
comment:5 by , 11 years ago
I presume that is the right fix then :) Shows up as "config" in Tracker now at least. System still seems to work :P
comment:6 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks, applied in 59f1891eda8a019e072f590003611c78ae8167ba.
Note:
See TracTickets
for help on using tickets.
That's because config is in fact a packagefs mount point. While Terminal/sh simply shows the raw name, Tracker detects the fact that it's a volume/filesystem and asks it for its volume label, which comes back as "home" in this instance.