mhogomchungu / zuluCrypt

zuluCrypt is a front end to cryptsetup and tcplay and it allows easy management of encrypted block devices
https://mhogomchungu.github.io/zuluCrypt
Other
510 stars 61 forks source link

Plugins not available #136

Closed git70 closed 4 years ago

git70 commented 5 years ago

Scenario: I open ZuluCrypt I'm creating a container I immediately go to the Open section There are only two in the plugins menu: Internal Wallet and Gnome Keyring: screen1

After restarting the program, they are all available: screen2

mhogomchungu commented 5 years ago

I don't know what to say about this one.

Lets attribute this to a lucky hit by a Neutrinos and call it a day.

Please reopen if you reproduce it again.

git70 commented 5 years ago

This problem was not one-off ;) Occurs every time.

mhogomchungu commented 5 years ago

Do you get a polkit prompt when you are creating your volume?

I just looked at the code and it doesnt show plugins when polkit backend is active.

git70 commented 5 years ago

Yes - there is a polkit prompt for hard disk operations. I just did the second test: The above problem does not occur when creating the container file (no polkit prompt).

BTW: Maybe it's a coincidence with problem # 132?

mhogomchungu commented 5 years ago

Click menu->options->manage non system volumes and then add your hard drive to the list to suppress the polkit prompt and try again.

If you were getting a polkit prompt in that bug report then the problems could be related.

git70 commented 5 years ago

Bingo! Both problems (this one and # 132) are related! But think about a more intuitive solution, because other users may have such problems in the future ...

mhogomchungu commented 5 years ago

The plugin system need to be rethought and i planned to do it but totally forgot about it. Disabling plugins when polkit is in use was supported to be a temporary solution.

git70 commented 5 years ago

I sent an email to you yesterday. Did you check?

mhogomchungu commented 5 years ago

I sent an email to you yesterday. Did you check?

Just saw it, i didnt see it earlier because google sent it to the spam folder.

Will respond later on because i am in a car right now and the network connectivity is not good.

git70 commented 5 years ago

Maybe it went to spam? I wrote to the address mhogomchungu at ...

mhogomchungu commented 5 years ago

I modified my comment above while were writing your response, please read it.

git70 commented 5 years ago

Ok, everything is clear. I'm waiting patiently...

mhogomchungu commented 4 years ago

This one is now fixed.

Thanks for the report.