IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.03k stars 162 forks source link

Cannot switch profile using the profile dropdown #687

Open waldner opened 1 month ago

waldner commented 1 month ago

Describe the bug

Choosing a profile from the "select profile" dropdown menu does nothing. The currently displayed profile does not change. To force a profile change, I have to open configuration -> profiles -> manually enter the desired profile path in the "current path" textbox -> ok.

If I run the app from the command line, this is shown upon startup:

qt.core.qmetaobject.connectslotsbyname: QMetaObject::connectSlotsByName: No matching signal for on_profileBox_currentIndexChanged(QString)

which might have something to do with the issue, although I'm not sure how to interpret that. But this is also reported here https://github.com/IJHack/QtPass/issues/581 and it's not clear to me whether it's the same problem.

Desktop (please complete the following information):

principis commented 2 weeks ago

Fixed in #681.