On Thu, May 07, 2020 at 08:30:14AM -0300, Franz wrote:
> I installed into Fedora 31 template a proprietary banking rpm
> application/plugin/extension which is supposed to work with the browsers
> during banking tasks. This is called warsaw_setup_fedora_64.rpm
this sounds like a terrible idea unless you make a separate template
just for that task.
> So why is it that the template and the dependent qubes do not perform the
> same behavior?
check if it installed anything to /usr/local or /home.
rpm -ql warsaw_setup_fedora_64
> Also, any idea to fix it, considering that the banking tasks cannot be done.
i would probably just install it in a separate appvm from rc.local
this means no modification of the template at all, and the pkg gets
reinstalled everytime the appvm used for banking is started.
if that is viable depends very much on what that pkg and the software
it installs are actualy doing.