-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Bugs since refactoring #262
Comments
It might be that a Thanks for noticing . . and doing this writeup . . Will have a look tomorrow 😄 |
I know it sounds dangerous but |
Regarding the copy icons, it might be because of move into src directory. When I tried viewing |
Regarding |
Only |
Not really, @tezeb but will have a look later today . . Currently on a mac so not using make install at-all . . will check on my Arch machine tonight. |
Great! :) |
I just checked: the first two Bugs are still present, but the pwgen issue has gone 👍 |
The |
Regarding the icon issue: |
I made a fresh git pull in new folder
then I installed qt4 (had qt5 installed before) and get:
@tezeb qmake && make worked before, but make install failed. |
Regarding the first error, you probably had qt4 installed before or has some dependency problem or have default version of qt somehow set to 4. QtPass does not build with qt4(currently?), even with the mentioned resource file set to You should probably run something like Regarding |
Ok, seems to be my fault somehow.
Thanks for the tipp, I'll try next time |
@jounathaen what about copy icons? :> |
I can confirm, that commit 13bddc5 fixes the Install issue |
I still had problems with the Icons but now I found some time to dig deeper into this. |
That is consistent with my tests . . |
Hey,
Unfortunately, since the refactoring, I got several Bugs:
No more Copy Icons
They are simply missing, when starting the Program from QtCreator
Creating Passwords with pwgen does not work
Use pwgen is enabled, when clicking on generate, nothing happens.
Commandline says
pass.cpp : 84 pwgen fail
When unchecking "use pwgen" it works, but since PRNG seeding is done totally wrong #238 this should not be used... (pwgen is installed in Version 2.07)As Always: Linux Mint - QtCreator 3.5.1 - Qt 5.5.1
Greets!
The text was updated successfully, but these errors were encountered: