[Bug 1771880] Re: Seahorse unable to import pkcs12 certificates
Off-topic for Seahorse, but the reporter's (and my) real problem is about signing in LibreOffice. I've found a way to sign document in LibreOffice on Ubuntu: LibreOffice searches a keystore in this order: a.) The environment variable MOZILLA_CERTIFICATE_FOLDER b.) The Thunderbird profile c.) The Mozilla suite profile d.) The Firefox profile. (source: https://wiki.openoffice.org/wiki/How_to_use_digital_Signatures ) So you do not need seahorse to sign documents in LibreOffice, only Thunderbird or Firefox. Steps: 1. Import your certificate into Thunderbird or Firefox key store (Edit, Preferences, etc.). 2. LO help says: "It is also necessary that the trust settings for the root certificates are set to trust the certificate to identify web sites and e-mail users." Make sure they are set. 3. In LibreOffice, Tools, Options, LibreOffie\Security, in "Certificate Path" the first keystore (for me) is "/home/lml/.thunderbird/something.default". (Note: - It seems you can choose between thunderbird and firefox keystore, but you can't. - The LO help mentions the "Certificate Detection" page, the Basic script there gives the same result. ) Override this detected value using the following command to start LibreOffice using terminal: MOZILLA_CERTIFICATE_FOLDER=sql:/home/lml/.thunderbird/something.default soffice (use your own path for Thunderbird or Firefox keystore) The trick is to add "sql:" to the beginning of the value and override the (otherwise correct) detected path. Maybe there is a problem in LibreOffice not able to use the certificate folder... I'm using Ubuntu 19.10, LibreOffice 6.3.2, Thunderbird 60.9. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1771880 Title: Seahorse unable to import pkcs12 certificates To manage notifications about this bug go to: https://bugs.launchpad.net/seahorse/+bug/1771880/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 600965] Re: BDSUM (DSUM) round values before sum in spanish version
I can reproduce the problem not only ubuntu (Lucid), but on Windows XP, OOo 3.2.1 Hungarian version. I've noticed if you set column b to non-standard number (eg.: with thousands separator, or negative is red or 0,0 format) and after you modify any cell (for example in B2) in column b, the calculation will be correct. So, maybe this problem is: - not only problem of the spanish version, but more languages affected - the problem is not unbuntu specific I've not found this problem in the OpenOffice.org Issue list. -- BDSUM (DSUM) round values before sum in spanish version https://bugs.launchpad.net/bugs/600965 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 626287] Re: Missing gui on gpsim
Maybe it's changed already. I've successfuly compiled gtkextra-3.0. (I've checked out version 2012-12-20.) Every dependency was found in ubuntu reporitory, without any paching. Then I've successfully compiled gpsim 0.26.99 from on ubuntu 12.10 and a freshly installed 13.04 alpha (dec. 30. build). (Maybe it will also work on ubuntu 12.04 I haven't tried.) Neccessary steps: 1. Install required packages: sudo apt-get install build-essentials cvs subversion byacc flex gtk-doc-tools sudo apt-get install libgtk2.0-dev libfontconfig1-dev libpopt-dev libreadline6-dev If you have previously installed gpsim uninstall it: sudo apt-get purge gpsim 2. download, compile and install gtkextra-3.0 from cvs: I've installed gtkextra-3.0 from: http://sourceforge.net/projects/gtkextra/ (select code, cvs) following the instructions there. I did: cvs -z3 -d:pserver:anonym...@gtkextra.cvs.sourceforge.net:/cvsroot/gtkextra co -P gtkextra-3 cd gtkextra-3 ./autogen.sh ./configure make sudo make install 3. download, compile and install gpsim from svn: I've downloaded and compiled gpsim following the instructions here: http://gpsim.sourceforge.net/gpsim_svn.html I did: mkdir gpsim # or whatever directory name you prefer cd gpsim (watch for the space+dot at the end:) svn checkout https://gpsim.svn.sourceforge.net/svnroot/gpsim/trunk . libtoolize –force aclocal autoheader automake --force-missing --add-missing autoconf ./configure –enable-shared --enable-sockets make sudo make install sudo ldconfig 4. Use gpsim :-) gpsim -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/626287 Title: Missing gui on gpsim To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gpsim/+bug/626287/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs