]> git.lyx.org Git - lyx.git/blobdiff - development/MacOSX/lyxeditor
Move handling of LFUN_COPY to BufferView
[lyx.git] / development / MacOSX / lyxeditor
index 1cd3b76b4ecbe24a437be5f81e7e72fca78cb97d..9d6aabe0629a51292bbffe2ad135fb0638eee747 100755 (executable)
@@ -59,6 +59,11 @@ do
        if [ -n "$LYXPIPE" -a -p "$LYXPIPE".in ]; then
                break
        fi
+       # now check for default pipe location
+       if [ -p "${ABS_USER_LYXDIR}"/.lyxpipe.in ]; then
+               LYXPIPE="${ABS_USER_LYXDIR}/.lyxpipe"
+               break
+       fi
 done
 
 # echo "preferences file sets lyxpipe as ${LYXPIPE}"