Re: runing qt application on Ubuntu
You are using different paths unless you have a symbolic link in play here. First, you show that the path using to start your executable is:
/media/sorin/Windows 7/aplicatie_conturi/build-conturi-Desktop_Qt_5_5_0_GCC_64bit-Release/
Then you show the permissions for path:
~/Desktop/aplicatie_conturi/build-conturi-Desktop_Qt_5_5_0_GCC_64bit-Release/
So, you are changing/showing directory permissions for a different directory path than you are using when your program is launched, right?
I write the best type of code possible, code that I want to write, not code that someone tells me to write!
Bookmarks