Opened 10 years ago
Closed 7 months ago
#11412 closed bug (fixed)
App_server won't return to default fonts without reboot
Reported by: | bob_ok | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | fonts | Cc: | |
Blocked By: | #18868 | Blocking: | #18794 |
Platform: | All |
Description
After I deleted package with optional fonts I encountered error with app_server. I can't access any window or menu, all the text is missing. Apparently it is because app_server can't switch to default system fonts without reboot.
Attachments (1)
Change History (14)
by , 10 years ago
comment:1 by , 10 years ago
comment:3 by , 10 years ago
To reproduce:
pkgman install droid
- set droid fonts in Appearance
pkgman uninstall droid
comment:4 by , 10 years ago
I'm not sure if that's actually a bug; the fonts are loaded in memory already, like a open document window doesn't vanish when you delete its file on disk.
In any case, I'm not sure it's worth the extra effort.
comment:6 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:8 by , 4 years ago
Ah, i managed to reproduce it, but only for new windows (openened after the font is deinstalled)
comment:9 by , 9 months ago
Blocking: | 18794 added |
---|
comment:10 by , 9 months ago
Easy way to reproduce:
- Copy a font to ~/config/non-packaged/data/fonts/ttf
- Set this font in appearence settings as default font
- Delete the font file
comment:11 by , 7 months ago
Blocked By: | 18868 added |
---|
Note:
See TracTickets
for help on using tickets.
I guess app_server should try to fallback to default fonts if currently used ones were removed.