sebastian@Ubuntu-Dell:~$ dwarftherapist
/usr/bin/dwarftherapist: line 2: cd: /usr/share/dwarftherapist: No such file or directory
Could not open "/home/sebastian/log/run.log" for writing! "Permission denied"
sebastian@Ubuntu-Dell:~$
First of all the instructions still suggest using the original and outdated DT repository, not Splinterz's. You should change the
hq clone command to use
https://code.google.com/r/splintermind-attributes/ instead.
Secondly, looks like you ran
make install, which copies the files to Armok knows where. You should always review the makefile before running any
make install commands, to make sure stuff goes where you want them to go. Or skip it completely and install files manually.
Anyway, it looks to me that it managed to install the shell script and the binary into
/usr/bin but failed to install the configuration files into
/usr/share/dwarftherapist. So the install process failed for some reason, or it installed half of the stuff somewhere else (consult Armok).
I think you could just try installing the required files manually into
/usr/share/dwarftherapist. Create the directory first, as it doesn't seem to exist yet. Then create the
etc and
log directories under it. Now, where ever the
hq clone command downloaded the files for you, you have to find that directory and copy the contents of
etc directory into
/usr/share/dwarftherapist/etc. You should then have a directory structure like this:
/usr/share/dwarftherapist/etc
/usr/share/dwarftherapist/etc/memory_layouts
/usr/share/dwarftherapist/etc/memory_layouts/linux
/usr/share/dwarftherapist/etc/memory_layouts/windows
/usr/share/dwarftherapist/log
If you're running Dwarf Therapist as a normal user, make sure the user has write permissions to the
log directory.