Opened 14 years ago
Closed 10 years ago
#6537 closed bug (fixed)
setdecor ignores added/removed decorators
Reported by: | dru_ed | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Add-Ons | Version: | R1/Development |
Keywords: | decorator, setdecor | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
"setdecor -l" will only list the decorates in ~/config/add-ons/decorators at boot time ignoring any added until after the next boot.
"setdecor -l" will persist in displaying the boot time list even if a decorator is removed from that folder after boot leaving the displayed list out of date.
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
I guess the design will have to be rethought anyway, in the future, since currently with a decorator addon you can screw the whole system.
Note:
See TracTickets
for help on using tickets.
You can set a listed decorator when the file is moved from ~/config/add-ons/decorators suggesting they're all pre-loaded at boot time.
Apparently the resulting list from "setdecor -l" is technically correct but not necessarily what the user might expect when the decorator file is taken from the folder.
I don't know if it's a requirement of appserver, etc. but with the potential of an arbitrary # of decorators, is preloading the wisest design going forward?