Comment 23 for bug 1180067

Revision history for this message
Tommy Stanton (tommystanton) wrote :

The work-around stated previously should use "$HOME" instead of "~" (tilde in quotes translates to literal tilde):

$ mkdir -p "$HOME/.config/ReText project/"
$ echo "iconTheme=Humanity" >> "$HOME/.config/ReText project/ReText.conf"

Otherwise, thanks for the work-around! :)