Hello, I'm from Brazil and started using the Solus OS 4 distribution recently in it I found almost everything I need to use the distribution on a daily basis. But lacking this warsaw plugin that is fundamental to access most banks in Brazil this plugin is provided by: https://www.dieboldnixdorf.com.br/warsaw how should I proceed to compile in Solus OS this plugin? I already thank you for your attention.
Warsaw plugin to access Banco do Brasil
Hello Kyrios, thanks for the reply. I have already seen this post here in the forum, but from what I understand it has been closed without a solution, can you tell me if there are plans to solve this problem in solus? As I am new to Linux I do not know how to copy a software in the distribution solus if you can indicate me material so that I can learn how to do the compilation I could even copy the warsaw in my notbook, to be able to access my bank on my own account and so I can share the solution with other users. Thank you for your attention.
SouzaLinux Unlike what you say, this wasn't closed without a solution this was closed because nobody said where the sources (code) can be found.
To fill in a package request, 6 information should be provided. One of the is the location of the sources.
The requestor or anyone else interested by this application can contact the owner to ask if actually this software is actually GPL-3.0 licensed and where the sources could be found.
[deleted]
@SouzaLinux
I found the Linux package for Ubuntu which devs could probably compile like they do with chrome but I can't speak for them. I am currently searching for the terms of service and license. Here is the link for the Deb file.
https://cloud.gastecnologia.com.br/gas/diagnostico/warsaw_setup_64.deb
[deleted] Thanks to provide a link that was already given in the original request
Solus will never make binary releases of open source software. Open source packages must always be built directly from the source.
Although Google Chrome is based on Chromium, it adds proprietary bricks. It is not in the main repository but it is in the 3rd party repository (which doesn't accept new inclusion anymore by the way).
Warsaw seems to be GPL-3 licensed so it must be built from source. The link provided is a binary package and it doesn't contain the version which is a requirement.
Hello Kyrios, sorry for the delay in my answers, because I am working hard and without time. I did a search on the internet to find the source code of the warsaw plugin and I arrived in this page of diagnosis of the company: https://www.dieboldnixdorf.com.br/warsaw, here they make available according to diagnosis the warsaw plugin to be downloaded. I do not know if extracting this package we will have the warsaw source code. I do not know how to do this and I would like you to take a look and guide me from what I should do to find the source code, because this warsaw plugin will help many people in brazil use the Solus OS distribution.
Unfortunately this is not a link to the source files
This link is from the archlinux community: https://aur.archlinux.org/packages/warsaw-bin/, it looks like they create the archlinux distribution package from it.
Yes an in that they're just extracting the binary from a .deb package. https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=warsaw-bin
Also note the "license=('custom')" so it looks like it is not open source which explains why no one can find a link to it.
Harvey Warsaw is not open source. They only provide support for debian packages, which have been reported in the above link (AUR). Without Solus compatibility, it is not possible to access Brazilian banks.
[deleted]
- Edited
Would wine work or a vm?
I think at this point it would be easier to just install ubuntu in a VM and access it through there.
In the rpm package they claim to be GPL3/LGPL3
Look in /usr/share/licenses/warsaw
Kvothe, I'm currently accessing the Brazilian bank from a virtual machine with Fedora.
One more question, the Solus community could not do the same thing as the Archlinux community, AUR, and do a packaging for Solus?
Create a warsaw package for Solus, just like Archlinux: https://aur.archlinux.org/packages/warsaw-bin/, are you doing?
Same issue here, a lot of applications available on deb, doest't works on Solus. Its sucks =. For me, the only thing that solus needs is a way to install deb packages like arch do.
Many minor enterprise, like TopTracker, for example, just have a .deb and .rpm, and is closed source.
There is no technical reason that they can't/didn't. It would be relatively simple to write a wrapper to do just that. The reason is they wanted legally (or maybe morally) free products associated with the Solus name. So..not gonna happen (or that's my take on it).
otavioschwanck Look at how Google Chrome is distributed in Third Party, you should be able to replicate that. However, it'll not be included in the third party repository as that is being deprecated. You can however still use it for your own use.
lourencosv
An yet as kyrios points out the license in the RPM they provide claims to be GPL3. I understand why its needed, the claim its GPL3 and yet not giving the source is the sticking point. If it's GPL3 then the source is available somewhere and you don't need to extract from the .deb
otavioschwanck
You mean like this: https://dev.getsol.us/source/opera-stable/browse/master/package.yml or this https://dev.getsol.us/source/vivaldi-stable/browse/master/package.yml License is the issue not Solus's ability to extract from a .deb
SouzaLinux Euuh I don't think that relying on community packages, especially for a banking software is the best idea ever !
I'd recommand to stick to the VM solution for this even if it's not the most user friendly solution.
kyrios Ok for now I will continue with the solution to access the brazilian bank by VM. But I hope in the future Solus will make a solution to access the bank natively like the other distributions like Antergos, Archlinux and others did. I'll give this topic as resolved.
Try this:
To compile just use ypkg.
After install, remember to reload services and start warsaw:
sudo systemctl daemon-reload && sudo systemctl start warsaw.service
Overman79 I want to compile warsaw in my notbook with Solus installed, so I can do this I just need to run this escript in my notbook? You can detail how I do it to make it work here. Thank you for your attention.
SouzaLinux Here are the instruction for creating the warsaw.eopkg from the given package.yml
.
It's not really a compilation, but rather extracting the binary files from the .deb to repack them into .eopkg but since it's taken directly from the publisher it should be safe.
kyrios Okay, thanks for the information, I'll test here.
- Edited
it worked for you ? If yes, how you did, help me please.