Search Criteria
Package Details: softplan-websigner 2.12.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/softplan-websigner.git (read-only, click to copy) |
---|---|
Package Base: | softplan-websigner |
Description: | The Web Signer native application.. An easy solution for using digital certificates in Web applications. |
Upstream URL: | https://websigner.softplan.com.br |
Keywords: | softplan websigner |
Licenses: | custom |
Submitter: | tioguda |
Maintainer: | tioguda |
Last Packager: | tioguda |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2019-09-18 06:30 (UTC) |
Last Updated: | 2022-09-27 18:57 (UTC) |
Dependencies (5)
- desktop-file-utils (desktop-file-utils-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
Latest Comments
tioguda commented on 2023-08-29 18:55 (UTC) (edited on 2023-08-29 18:55 (UTC) by tioguda)
@patrickelectric can you tell me where this new version is?
The Softplan website still offers version 2.12.1.
patrickelectric commented on 2023-08-29 18:47 (UTC)
Please update to the latest version 2.14.3
andreqls commented on 2022-09-27 17:52 (UTC)
Checksums desatualizadas, testei a instalação depois de trocar pelas novas e está funcionando sem problemas.
illusioon commented on 2021-10-08 23:13 (UTC) (edited on 2021-10-08 23:20 (UTC) by illusioon)
Espero que possa ajudar..
Para corrigir a extensão não carregando no firefox é necessário extrair o conteúdo do websigner@softplan.com.br.xpi, então é necessário primeiramente instalar o websigner pelo site da softplan, descobri isso comparando esse plugin com o da lacuna-webpki onde é baseado o da softplan.
Link para extensão: https://websigner.softplan.com.br/Setup?brand=&jslib=&browser=Firefox&returnUrl=#
$ cd .mozilla/firefox/qudvlyy5.default-release/extensions/ (qudvlyy5.default-release varia então mude para se adequar ao seu)
$ mv websigner@softplan.com.br.xpi websigner@softplan.com.br.zip && unzip -q websigner@softplan.com.br.zip -d websigner@softplan.com.br
$ vim websigner@softplan.com.br/scripts/event-page.js (Escolha seu editor favorito, vim, nano etc...)
Procure pela linha 425 :
case 'firefox': isPopup = port.sender.url.indexOf('moz-extension://') === 0 && port.sender.extensionId === extensionId; break;
Troque por:
case 'firefox': isPopup = port.sender.url.indexOf('moz-extension://') === 0 && (port.sender.extensionId === extensionId || port.sender.id === extensionId); break;
Abra o firefox e digite: about:debugging#/runtime/this-firefox
Por fim clique em carrega extensão temporária
Caminho:
/home/seuusername/.mozilla/firefox/qudvlyy5.default-release/extensions/websigner@softplan.com.br/manifest.json (Troque seuusername pelo seu e o profile também (qudvlyy5.default-release)
Outra coisa o firefox procura pelo manifest nos seguintes caminhos (https://wiki.mozilla.org/WebExtensions/Native_Messaging):
Globalmente: /usr/{lib,lib64,share}/mozilla/native-messaging-hosts/<name>.json
Por usuário: ~/.mozilla/native-messaging-hosts/<name>.json
No firefox-esr dá pra carregar automaticamente a extensão local já no firefox current eles desabilitaram isso então você tem que carrega manualmente toda vez.
tioguda commented on 2021-03-19 02:29 (UTC)
@Overman79 aqui está no mesmo, aparentemente é algo relacionado com o FF ou a extensão para ele.
Se eu descobrir algo eu informo aqui.
Saudações.
Overman79 commented on 2021-03-10 20:34 (UTC) (edited on 2021-03-10 20:34 (UTC) by Overman79)
@tioguda Voce tem conseguido utilizar a extensão nas ultimas versões do Firefox? Por aqui a janela da extensao nao abre mais. Mas ela funciona normalmente no Chrome.
tioguda commented on 2020-07-21 16:38 (UTC)
@euzao obrigado por informar, verifique se agora a construção prossegue.
Saudações.
pedrohqb commented on 2020-07-21 15:43 (UTC)
As fontes não estão sendo baixadas. Recebo o seguinte erro, usando o yay:
" -> Baixando webpki-chrome-64-deb... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL certificate problem: certificate has expired More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. ==> ERRO: Falha ao baixar https://websigner.softplan.com.br/Downloads/2.9.5/webpki-chrome-64-deb Abortando... erro ao descarregar as fontes: softplan-websigner"