qt creator 4.2.1 in linux cann't open containing folder
Solved
Qt Creator and other tools
-
wrote on 13 Mar 2017, 11:26 last edited by doodle
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.
@doodle
Hi
Well if it works with commenting out
export LD_LIBRARY_PATH
why not just use that solution?Also it sounds like something wrong with your
/usr/bin/xdg-openWhich is very outside of Qt :)
-
wrote on 13 Mar 2017, 12:03 last edited by
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.
1/3