Comment 2 for bug 876021

Revision history for this message
Christian Johnson (chris2422) wrote :

The problem is bless doesn't have a value for the temp directory, and wont let it be change. Found a work around. Edit the file ~/.config/bless/preferences.xml, change the line <pref name="ByteBuffer.TempDir" /> to <pref name="ByteBuffer.TempDir">[somedir]</pref> replace [somedir] with desired location to temp folder. Note: directory path has to be absolute.