cspeterson / splatmoji

Quickly look up and input emoji and/or emoticons/kaomoji on your GNU/Linux desktop via pop-up menu.
MIT License
209 stars 19 forks source link

Resolve symlinks when finding scriptdir #1

Closed Nitemice closed 5 years ago

Nitemice commented 5 years ago

If the script is symlinked, the scriptdir will be resolved incorrectly. This has been fixed by doing a 'readlink' as part of the scriptdir resolution.

cspeterson commented 5 years ago

Thanks!