qt creator 4.2.1 in linux cann't open containing folder
Solved
Qt Creator and other tools
-
In my suse 42.2 kde, if I launch qtcreator.sh, it cann't open file's containing folder, the error message is here:
/usr/bin/xdg-open: line 595: 16004 Aborted (core dumped) kde-open${KDE_SESSION_VERSION} "$1"
if I comment
export LD_LIBRARY_PATH
in qtcreator.sh, it will be ok, how to solve it.
-
In my suse 42.2 kde, if I launch qtcreator.sh, it cann't open file's containing folder, the error message is here:
/usr/bin/xdg-open: line 595: 16004 Aborted (core dumped) kde-open${KDE_SESSION_VERSION} "$1"
if I comment
export LD_LIBRARY_PATH
in qtcreator.sh, it will be ok, how to solve it.
-
Well, I'm not sure commenting it will cause some side effects, it seems that
LD_LIBRARY_PATH
in the qtcreator.sh affects the system one.