Stephan Witt
c22119eb1c
Use real path names for buffer lookup by name of temporary external files.
...
In case of path names for external files containing symbolic links the real path
and the logical path name may be different for the same file or directory.
LyX is using QDir::tempPath() to create the path name of the temporary directory.
The Qt implementation is free to return the logical or the real path name here and
it happens to be different for various platforms and versions.
The most stable and clean solution is to use the real path name consistently.
(cherry picked from commit f2f861f017
)
2022-02-20 14:18:26 +01:00
Stephan Witt
ccf33ccf5f
#10762 open lyx pipe only once to read the answer
...
(cherry picked from commit c7efc9df28
)
2017-09-15 08:17:41 +02:00
Stephan Witt
615afdc5a3
#10762 don't hard-code the location of LyX bundle - use script path name for lyxrc.dist lookup
...
(cherry picked from commit 8cbed5ef4a
)
2017-09-14 11:44:15 +02:00
Stephan Witt
9b6cee5af4
#10762 read complete answer from LyX server and echo it
...
(cherry picked from commit 81d70b41a1
)
2017-09-14 11:41:52 +02:00
Stephan Witt
4599a1b6f1
#10762 correct user preferences file lookup
...
(cherry picked from commit 4939741a73
)
2017-09-14 11:41:31 +02:00
Stephan Witt
024c9d315b
#10762 avoid back ticks for sub-shell execution where possible
...
(cherry picked from commit bec5b579b0
)
2017-09-14 11:41:22 +02:00
Stephan Witt
2d776b0de1
check for presence of pipe, care for LyX-2.0 user dir
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35018 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-27 19:37:35 +00:00
Stephan Witt
1d7564561a
add LyX-2.0 to the list of potential ABS_USER_LYXDIR values
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35005 a592a061-630c-0410-9148-cb99ea01b6c8
2010-07-22 16:35:25 +00:00
Pavel Sanda
d36e010fdf
Patch from Bennett.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26434 a592a061-630c-0410-9148-cb99ea01b6c8
2008-09-17 21:28:57 +00:00
Jean-Marc Lasgouttes
6977164d68
Use the automake framework to install the LyX/Mac stuff. Probably more
...
work to do.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17982 a592a061-630c-0410-9148-cb99ea01b6c8
2007-04-25 13:24:22 +00:00