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: RFC: Running clang-format across all Plasma (and more?) repos

2019-07-11 Thread Martin Flöser
Am 2019-07-11 16:18, schrieb David Edmundson: One topic discussed at the recent Plasma sprint was that we should run a code formatting tool (clang-format) over all our repos to ease all future review comments about whitespace. All new contributions simply have to run the same tool and we get con

Re: CI system maintainability

2019-03-29 Thread Martin Flöser
Am 2019-03-28 07:40, schrieb Ben Cooksley: Does anyone have any ideas for a long term, proper fix to this? At this point given the amount of effort required to maintain a CI system vs. the amount of care actually being given by some developers (who are ignoring it's failure emails) it becomes q

Re: Aw: Re: setWindowIcon for QDialog

2019-03-07 Thread Martin Flöser
Am 2019-03-06 23:13, schrieb Friedrich W. H. Kossebau: Hi, allow me to chime in with my AFAIK, which though is confirmed by my quick look at the code: Am Dienstag, 5. März 2019, 18:21:00 CET schrieb Martin Flöser: Hi Alexander, according to the xprop output the _NET_WM_ICON property is not

Re: Aw: Re: setWindowIcon for QDialog

2019-03-05 Thread Martin Flöser
Hi Alexander, according to the xprop output the _NET_WM_ICON property is not set. The method inside Qt responsible for this is: https://code.woboq.org/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp.html#_ZN10QXcbWindow13setWindowIconERK5QIcon This method is called indirectly from QWidget

Re: Gitlab Evaluation & Migration

2019-02-25 Thread Martin Flöser
Am 2019-02-24 21:03, schrieb Ben Cooksley: On Mon, Feb 25, 2019 at 8:31 AM Martin Flöser wrote: Am 2019-02-23 10:44, schrieb Ben Cooksley: > Hi all, > Based on all of the above we'd like to propose migrating towards > Gitlab. Comments? I'm totally honest here: I&#x

Re: Gitlab Evaluation & Migration

2019-02-24 Thread Martin Flöser
Am 2019-02-23 10:44, schrieb Ben Cooksley: Hi all, Based on all of the above we'd like to propose migrating towards Gitlab. Comments? I'm totally honest here: I'm not happy about yet another migration. This will be the fifth reviewing toolkit I use for KDE (reviewboard for svn, reviewboard

Re: Contributing to KDE is hard because of its build architecture

2018-12-09 Thread Martin Flöser
Am 2018-12-09 16:41, schrieb Konstantin Kharlamov: Official way of building dependencies is using kdesrc-build. It has multiple problems: Hi Konstantin, sorry for your bad experienced, but I think it would have been much easier. Assuming you are on a Debian based distribution the steps shoul

Re: KGlobalAccel is only Plasma centric?

2018-07-25 Thread Martin Flöser
Am 25. Juli 2018 10:46:48 MESZ schrieb Kai Uwe Broulik : >Hi, > >I don't think it's strictly Plasma-specific *but* you would need >kglobalaccel5 >daemon running for shortcuts to work. Not sure how feasible that is >elsewhere? > >Maybe needs an in-process option like KIO has it for other platfor

Re: bugs.kde.org: kio vs frameworks-kio vs kfile etc.

2018-04-16 Thread Martin Flöser
Am 2018-04-09 23:24, schrieb Nate Graham: On Mon, 09 Apr 2018 14:21:45 -0700 David Edmundson wrote > > Not sure why this seems to be the case for some items. Maybe a sysadmin can look into it? > > Voting is deliberately turned off by some maintainers who find it destructive. > That'

Re: How to temporarily change KConfig-data for a unit test?

2018-02-14 Thread Martin Flöser
Am 2018-02-13 21:44, schrieb Michael Heidelbach: On 13.02.2018 20:38, Martin Flöser wrote: Am 2018-02-13 15:42, schrieb Aleix Pol: On Tue, Feb 13, 2018 at 1:14 PM, Michael Heidelbach wrote: Hi! Currently I'm working on baloo-widgets. For a unit test I need to temporarily change KConfig

Re: How to temporarily change KConfig-data for a unit test?

2018-02-13 Thread Martin Flöser
Am 2018-02-13 15:42, schrieb Aleix Pol: On Tue, Feb 13, 2018 at 1:14 PM, Michael Heidelbach wrote: Hi! Currently I'm working on baloo-widgets. For a unit test I need to temporarily change KConfig data. My approach would be like this: initTestCase() KConfig config("baloofileinformationrc

Re: Adding application to KDE and getting image of current

2018-02-03 Thread Martin Flöser
Am 2018-02-03 20:36, schrieb Nate Graham: I know, my answer sucks. I really do hate to have to bring it up. And I don't mean to throw cold water on your project or your enthusiasm! KSnip looks cool. The thing is, single-developer projects tend to have a predictable lifecycle: lots of energy and

Re: Babe project - Legal feedback

2018-02-03 Thread Martin Flöser
Am 2018-02-03 18:07, schrieb Camilo Higuita Rodriguez: Hi,everyone I'd like to discuss something with the community, and maybe get some legal input: As some of you might already know I'm working on a open online platform to share music information between users, such as public playlists, commen

Re: Adding application to KDE and getting image of current cursor under wayland

2018-02-02 Thread Martin Flöser
Am 2018-02-02 19:04, schrieb Damir Porobic: 2. Is there a way to get an image of the current mouse cursor under KWin Wayland? No. Cheers Martin Wayland Maintainer

Re: Is it bad manners to refactor other people's code?

2018-01-25 Thread Martin Flöser
Am 2018-01-25 18:45, schrieb Michael Heidelbach: Hi! Currently I'm working on some code I couldn't understand until I split some long functions into smaller parts. As I couldn't find anything about the size-of-a-function topic in the KDE or Qt guide lines I consider this as a matter of personal

Re: Failure to build kwin "Could NOT find Qt5FontDatabaseSupport"

2017-08-26 Thread Martin Flöser
Am 2017-08-25 15:47, schrieb Andrey Voropaev: Hello! I'm trying to compile plasma-workspace on Linux using command: "kdesrc-build --include-dependencies plasma-workspace" The only thing that fails is "kwin" (and plasma-workspace itself). The exact error from the log file looks like this: Cou