OpenDial: Incorrect work with icons.ini #96
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OpenDial have some strange behavior with files of certain extensions.
Specifically, files with
cextension don't have proper icon with defaulticons.ini.But if
cselector is moved beforedicselector, everything works as intended.Maybe this problem occurs with any other combination of selectors, but currently I was able to reproduce it only with
canddic.P.S. Independent of this bug, I suggest sorting all selectors in
icons.iniin alphabetical order, just for easier navigation.'dic=3' has 'c=3' as its substring. The File browser widget of box_lib is happy with that. The bug is in fb_get_icon_number.
Should be fixed in
195f996c1b. Please, check https://builds.kolibrios.org/en_US/data/data/Tested .iso image with commit
195f996. Seems to be fixed.Also, sorted icons.ini in
c07e2a9857by order icon_number->file_extension.