jtbm37 / all-the-icons-dired

Adds dired support to all-the-icons
GNU General Public License v3.0
197 stars 26 forks source link

Wrong icons #13

Closed md1023 closed 6 years ago

md1023 commented 6 years ago

I run GNU Emacs 25.3.2. Here's snip of list-packages:

  all-the-icons      20180125.757  installed             A library for inserting Developer icons
  all-the-icons-d... 20170418.1431 installed             Shows icons for each file in dired mode

I did update all-the-icons, now I see lighting icon instead of usual folder. Package was updated along with neotree package that I installed.

leodumont commented 6 years ago

I'm afraid I encounter something similar: selection_004

Version of Emacs i'm running: GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.22.21) of 2017-09-22 And from Melpa: all-the-icons dired 20170418.1431 all-the-icons 20180125.757

jtbm37 commented 6 years ago

@leodumont @md1023 are you sure you did follow the installation instructions from https://github.com/domtronn/all-the-icons.el ?

md1023 commented 6 years ago

@jtbm37, icons were proper prior to update. Neotree showed icons properly after update, then I removed neotree and it didn't help. I'll try to install from scratch later today.

jtbm37 commented 6 years ago

I am on the same version of the modes as you are but it is working. However I am on GNU Emacs 26.0.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.18.9) of 2016-12-12 that I compiled from source.

leodumont commented 6 years ago

@jtbm37 Same here, the fonts are well installed. By the way, in some dired buffers some of the icons are displaying as expected: selection_006

jtbm37 commented 6 years ago

I logged on another computer with GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.22.21) of 2017-09-22, modified by Debian and it is displayed correctly too.

md1023 commented 6 years ago

screenshot from 2018-02-14 15-19-06

Sorry, I'm unlucky. Installed Manjaro Gnome 17 yesterday to try. Same issue on my Ubuntu 16.04 LXDE and Fedora 26 installations.

jtbm37 commented 6 years ago

Open the scratch buffer and evaluate (C-x e on the last closing bracket) the following:

(insert (all-the-icons-octicon "file-directory" :v-adjust all-the-icons-dired-v-adjust :face 'all-the-icons-dired-dir-face))

If the inserted icon is not a directory then the issue is with https://github.com/domtronn/all-the-icons.el Possible related issues: https://github.com/domtronn/all-the-icons.el/issues/99 https://github.com/domtronn/all-the-icons.el/issues/107