I installed Exaile and clicked on the icon. No response. The launcher script for the binary (usr/bin/exaile) is as follows. Can anyone with more experience than me take a look at it for any errors that may be present. Thank you!
EXAILE_PREFIX=/usr
if test -z “${XDG_DATA_DIRS}”; then
- XDG_DATA_DIRS="/usr/local/share/:/usr/share/"*
fi
XDG_DATA_DIRS="${EXAILE_PREFIX}/share/:${XDG_DATA_DIRS}"
export XDG_DATA_DIRS
exec /usr/bin/python2 ${EXAILE_PREFIX}/share/exaile/exaile.py --datadir=${EXAILE_PREFIX}/share/exaile/data --startgui “$@”
Start it from the command line it should give you the errors it encounters.
Traceback (most recent call last):
File “/usr/share/exaile/exaile.py”, line 85, in <module>
main()
File “/usr/share/exaile/exaile.py”, line 82, in main
exaile = main.Exaile()
File “/usr/share/exaile/xl/main.py”, line 164, in init
from xl.version import version
File “/usr/share/exaile/xl/version.py”, line 49, in <module>
revision = get_current_revision(xdg.exaile_dir)
File “/usr/share/exaile/xl/version.py”, line 43, in get_current_revision
‘git’, ‘rev-parse’, ‘–short=7’, ‘HEAD’
File “/usr/lib64/python2.7/subprocess.py”, line 566, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File “/usr/lib64/python2.7/subprocess.py”, line 710, in init
errread, errwrite)
File “/usr/lib64/python2.7/subprocess.py”, line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory