jeanguyomarch / eovim

The Enlightened Neovim
https://github.com/jeanguyomarch/eovim/wiki
MIT License
193 stars 3 forks source link

An error is raised when launching eovim #12

Closed francoisGuerret closed 6 years ago

francoisGuerret commented 6 years ago

the error:

ERR<22560>:edje lib/edje/edje_util.c:3968 _edje_object_size_min_restricted_calc() file /usr/share/elementary/themes/default.edj, group elm/progressbar/horizontal/default has a non-fixed part 'inside'. Adding 'fixed: 1 1;' to source EDC may help. Continuing discarding faulty part.
jeanguyomarch commented 6 years ago

Mhh this is actually an EFL error. What version of the EFL are you using ? You can run

edje_cc --version

to retrieve this information

francoisGuerret commented 6 years ago
Version: 1.19.1
jeanguyomarch commented 6 years ago

EFL 1.20.y is the current stable version, so I can only advise you to upgrade :/