- 11 Sep, 2016 1 commit
-
-
AlmAck authored
-
- 18 Apr, 2016 1 commit
-
-
AlmAck authored
When calling "akabei-key get B6611E8A" should add the new key to the akabei keychain, but the output is: sudo akabei-key get B6611E8A - 5A526467B6611E8A Jeff Huang s8321414@gmail.com Couldn't find key on the server: End of file The key was properly downloaded form the server but an error occours. Based on the gpg documentation (https://www.gnupg.org/documentation/manuals/gpgme/Listing-Keys.html) there is no need to verify that the key is correct. In fact the original code was wrong, if as input we write 0xB6611E8A the identified key is 5A526467B6611E8A so the if condition is never true: if (QString::fromLatin1(key->subkeys->keyid) == id) furthermore, the key->subkeys->keyid string does not contains the 0x prefix, so the condition is always false.
-
- 21 Mar, 2016 1 commit
-
-
Fabian Kosmale authored
Fixes segfault when running akabei repo Workaround until we have a proper fix Reviewed at https://chakraos.org/reviewboard/r/61/
-
- 20 Mar, 2016 3 commits
-
-
AlmAck authored
akabeicore and akabeiclient provides already the translated strings, with this patch akabei is also translated. akabei help shows the translated strings LANG="de_DE.UTF-8" akabei help does not work: translator->load("akabei_" + QLocale::system().name() + ".qm", "/usr/share/akabei/translations/"); it works: translator->load("akabei_de.qm", "/usr/share/akabei/translations/"); translator->load("akabei_de_DE.qm", "/usr/share/akabei/translations/"); QLocale::system().name() returns it_CH here, and the italian translation is not available currently. So I expect that with a german locale must return de_DE. QTranslator must search for: /opt/foolib/foo.fr_ca.qm /opt/foolib/foo.fr_ca /opt/foolib/foo.fr.qm /opt/foolib/foo.fr /opt/foolib/foo.qm /opt/foolib/foo
-
Lisa authored
-
Lisa authored
-
- 13 Mar, 2016 1 commit
-
-
Lisa authored
-
- 12 Mar, 2016 1 commit
-
-
AlmAck authored
-
- 10 Mar, 2016 4 commits
- 06 Mar, 2016 2 commits
- 05 Mar, 2016 5 commits
- 28 Feb, 2016 1 commit
-
-
Lisa authored
Make akabei-db-import more testable: move main functionality in separate function, have the package parser return errors and ignore malformed packages instead of just exiting on the spot. Runned again and it works.
-
- 24 Feb, 2016 2 commits
- 17 Feb, 2016 1 commit
-
-
Lisa authored
-
- 16 Feb, 2016 1 commit
-
-
Lisa authored
-
- 28 Jan, 2016 4 commits
- 19 Jan, 2016 3 commits
- 10 Jan, 2016 2 commits
- 09 Jan, 2016 4 commits
- 06 Jan, 2016 3 commits