<< OpenFileDialog works only as root >>
-
Hello,
I am using some programs created using Qt (I am not developing any programs).
After opening a program, I want to load a file. As a normal user, the OpenFile dialog appears but do not let me choose any file or even change the directory. If I run the same program as root (under linux), the OpenFile dialog behave normally.
This happens with different programs compiled using Qt (Avogadro, Mercury, GDIS,...)
Any ideas?
Thx
Hatuey
-
@JohanSolo
The Avogadro soft is available form the distro repos (and can be download from: http://avogadro.cc/wiki/Main_Page.
The Mercury software is only available by direct download from: http://www.ccdc.cam.ac.uk/Solutions/FreeSoftware/Pages/FreeMercury.aspx -
"It is possible to get that kind of information from the application executable?" - it's easy.
Call ldd PATH_TO_EXECUTABLE in a terminal