Re: Invoking "kcheckpass" from the terminal

2019-08-12 Thread Franklin, Jason
Martin, Good to hear from you. > I was probably the last one who touched the code and performed cleanups. > Kcheckpass is not meant to be used from a command line - I'm sorry, > that's just not the use case. We only use the binary protocol in > kscreenlocker and removed everything else. The imple

Re: Invoking "kcheckpass" from the terminal

2019-08-12 Thread Martin Flöser
Am 2019-08-12 16:20, schrieb Franklin, Jason: On Fri, Aug 9, 2019 at 8:15 PM Thiago Macieira wrote: On Thursday, 8 August 2019 12:00:34 PDT Franklin, Jason wrote: > However, after trying several invocations, I can't get the tool to behave as > expected (i.e., take a password on stdin and exit

Re: Invoking "kcheckpass" from the terminal

2019-08-12 Thread Franklin, Jason
On Fri, Aug 9, 2019 at 8:15 PM Thiago Macieira wrote: > > On Thursday, 8 August 2019 12:00:34 PDT Franklin, Jason wrote: > > However, after trying several invocations, I can't get the tool to behave as > > expected (i.e., take a password on stdin and exit with 0/1 on success/ > > failure). > > Tha

dev setup on Kubuntu 19.04

2019-08-12 Thread p. stephen w
I have been working through the 'getting started' page when I was stopped dead in my tracks by this build error while building Dolphin. I ran - *kdesrc-build dolphin --include-dependencies* Which failed on just one module - *frameworkintegration* Log output: [ 53%] Building CXX object src/kstyle

Re: Unified git commit message guideline

2019-08-12 Thread David Faure
Hello Roman, On dimanche 11 août 2019 23:52:55 CEST Roman Gilg wrote: > [1] https://www.conventionalcommits.org I like the idea very much, the changelog does look a bit messy indeed. It would allow me to filter out all style, ci, and test changes, which are not interesting to the user of the fra