Closed stpnwf closed 2 years ago
See my comment on a similar issue. https://github.com/alexanderjeurissen/ranger_devicons/issues/100#issuecomment-984355990
This issue has not seen any recent activity and therefore has been marked as stale
. If the issue is no longer relevant, please attend the author so that the issue can be closed.
Describe the bug Documents and Public folder icons display weird characters instead of chosen icons. Changing them has no effect.
Edit: This also happens to some icons when they are highlighted:
Unlike the first case, this seems to be a problem with certain icons only. I have noticed it to be a problem with these icons: and
Bonus question: how can I change the icon of files that don't have extensions/files whose extensions are not "supported"? (I know new file extensions can be added to devicons.py though)
Ranger devicons (please complete the following information):
tree ~/.config/ranger
: ├── commands.py ├── devicons.py ├── plugins │ ├── devicons_linemode.py │ ├── init.py │ └── pycache │ ├── devicons_linemode.cpython-38.opt-1.pyc │ ├── devicons_linemode.cpython-39.opt-1.pyc │ ├── init.cpython-38.opt-1.pyc │ └── init.cpython-39.opt-1.pyc ├── pycache │ ├── devicons.cpython-38.opt-1.pyc │ └── devicons.cpython-39.opt-1.pyc ├── rc.conf └── scope.shI grabbed ranger dotfiles from /r/unixporn. I have replaced devicons.py with the latest version. Unsure if this issue stems from another file in that folder.