You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
Unfortunately, since the refactoring, I got several Bugs:
qmake && make && sudo make install does not work
cd src/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /home/foo/src/src.pro -o Makefile ) && make -f Makefile install
make[1]: Entering directory '/home/foo/qtpass_official/src'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/home/foo/qtpass_official/src'
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
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 failWhen 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!