Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some paths to executables are printed when starting up #11

Closed
WhyNotHugo opened this issue Sep 23, 2014 · 2 comments
Closed

Some paths to executables are printed when starting up #11

WhyNotHugo opened this issue Sep 23, 2014 · 2 comments

Comments

@WhyNotHugo
Copy link

Probably some leftover code when developing:

$ qtpass 
"/home/hugo/.bin//pass"
"/home/hugo/.bin/proxies/pass"
"/home/hugo/.bin/mount/pass"
"/home/hugo/.bin/scripts/pass"
"/home/hugo/.bin/wine/pass"
"/home/hugo/.bin/tunnels/pass"
"/usr/local/sbin/pass"
"/usr/local/bin/pass"
"/usr/bin/pass"
"/home/hugo/.bin//git"
"/home/hugo/.bin/proxies/git"
"/home/hugo/.bin/mount/git"
"/home/hugo/.bin/scripts/git"
"/home/hugo/.bin/wine/git"
"/home/hugo/.bin/tunnels/git"
"/usr/local/sbin/git"
"/usr/local/bin/git"
"/usr/bin/git"
"/home/hugo/.bin//gpg"
"/home/hugo/.bin/proxies/gpg"
"/home/hugo/.bin/mount/gpg"
"/home/hugo/.bin/scripts/gpg"
"/home/hugo/.bin/wine/gpg"
"/home/hugo/.bin/tunnels/gpg"
"/usr/local/sbin/gpg"
"/usr/local/bin/gpg"
"/usr/bin/gpg"
@rdoeffinger
Copy link
Contributor

This is due to the qDebug in util.cpp.
I don't know if it would be best to remove it, set QT_NO_DEBUG_OUTPUT for release builds or if it might be best to just leave it (there are quite a few GUI programs that print debug output to the terminal, probably based on the assumption that anyone starting it from the terminal wants some extra information on what goes on).

@annejan
Copy link
Member

annejan commented Apr 22, 2015

Yes, release builds can / should have QT_NO_DEBUG_OUTPUT.
Closing issue.

@annejan annejan closed this as completed Apr 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants