Opened 17 years ago
Closed 17 years ago
#2208 closed bug (fixed)
"Disable user add-ons" doesn't work about input server add-ons
Reported by: | shinta | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/input_server | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Change History (4)
comment:1 by , 17 years ago
follow-up: 4 comment:3 by , 17 years ago
Thank you for modifying! It works well.
I worried about the code "Unload()". Are add-ons loaded once? But, it seems not to be loaded. We can avoid harmful add-ons.
Thank you.
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to shinta:
I worried about the code "Unload()". Are add-ons loaded once? But, it seems not to be loaded. We can avoid harmful add-ons.
Actually the Deskbar loads replicants which were loaded on the last shutdown. So the input method replicant could load even if the input_server didn't try to load it. For this reason, we unload the replicant anytime it shouldn't be loaded.
Note:
See TracTickets
for help on using tickets.
It seems we would need B_SAFEMODE_DISABLE_USER_ADD_ONS in drivers/driver_settings.h
Thoughts ?