Re: Code of Conduct incidence

2025-07-03 Thread Christoph Cullmann
n it crashes. It looked like random then. The 'STEPS TO REPRODUCE' is just the quote of what is in the template, that is repeated once more with 'EXACT' added. That might not be the most gentle comment I have ever seen, but IMHO that is just not polite and no CoC inciden

Re: Upcoming CI changes - transition to VM based CI

2025-06-02 Thread Christoph Cullmann
rst > stepping stone to support building anything else, it will not be possible for > us to produce Qt 5 based VM build images for any of the 3 platforms. > > We will therefore have to remove Qt 5 support from the CI system with the > transition to VM based CI. > > Please let me know if there are any questions on the above. Have we some overview how many things on invent.kde.org will loose the the CI as they are still Qt 5 only? Greetings Christoph signature.asc Description: OpenPGP digital signature

Re: Disallow or discourage use of "AI" tools (Christoph Cullmann)

2025-05-26 Thread Christoph Cullmann
Hi, https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/698 would still benefit from some input on how to proceed in this very concrete case. Greetings Christoph On Sunday, May 18th, 2025 at 16:56, Christoph Cullmann wrote: > Hi, > > > On Sunday, May 1

Re: Coding assistants for KDE

2025-05-25 Thread Christoph Cullmann
ts. With ollama no data will leave your machine. Naturally a question is which models should be promoted as default for licensing/... That plugin would not just work in Kate but in other KTextEditor plugin compatible applications like KDevelop or RKWard. Greetings Christoph signature.asc Description: OpenPGP digital signature

Re: Coding assistants for KDE (was: Re: Disallow or discourage use of "AI" tools)

2025-05-18 Thread Christoph Cullmann
e. > > Kate would automatically use the correct model based on the SPDX license of > the current file. That would be a nice thing to have. That would at least make it a lot easier to decide that the derived code ends up with the right license. Greetings Christoph > > Regards, > Ingo signature.asc Description: OpenPGP digital signature

Re: Disallow or discourage use of "AI" tools (Christoph Cullmann)

2025-05-18 Thread Christoph Cullmann
Hi, > > > On Sonntag, 18. Mai 2025 16:52:00 Mitteleuropäische Sommerzeit Christoph > Cullmann wrote: > > > On Sunday, May 18th, 2025 at 09:12, Albert Vaca Cintora > > albertv...@gmail.com wrote: > > > > On Sun, 18 May 2025, 08:59 Justin Zobel, j

Re: Disallow or discourage use of "AI" tools (Christoph Cullmann)

2025-05-18 Thread Christoph Cullmann
Hi, On Sunday, May 18th, 2025 at 09:00, Justin Zobel wrote: > On 17/05/2025 01:40, Christoph Cullmann wrote: > > > Hi, > > > > just as a concrete example: what to do with > > > > https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/

Re: Disallow or discourage use of "AI" tools (Christoph Cullmann)

2025-05-18 Thread Christoph Cullmann
, but yes, that is what companies that want to get rich with deep learning want to have.  Greetings Christoph signature.asc Description: OpenPGP digital signature

Re: Disallow or discourage use of "AI" tools (Christoph Cullmann)

2025-05-16 Thread Christoph Cullmann
Hi, just as a concrete example: what to do with https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/698 That is no AI spam but something that doesn't look broken and the submitter did do manual work. Can I now accept that just as MIT? Greetings Christoph signatur

Re: Disallow or discourage use of "AI" tools

2025-05-12 Thread Christoph Cullmann
. Greetings Christoph > > On Mon, May 12, 2025 at 4:11 PM Akseli akse...@akselmo.dev wrote: > > > On 12 May 2025 16.40.44 EEST, Harald Sitter sit...@kde.org wrote: > > > > > I mean, I guess. > > > > > > I am not exactly sure what a sign som

Re: CI Utilisation and system efficiency

2025-05-02 Thread Christoph Cullmann
On Friday, May 2nd, 2025 at 22:18, Ben Cooksley wrote: > On Sat, May 3, 2025 at 3:27 AM Christoph Cullmann > wrote: > > > > > > > Hi, > > > > at work we use cmake unity build to save time & costs. > > > > Would that be some

Re: CI Utilisation and system efficiency

2025-05-02 Thread Christoph Cullmann
Hi, at work we use cmake unity build to save time & costs. Would that be some idea here, too? Naturally as side effect that can hide compile issues or introduce ones. Greetings Christoph On Friday, April 18th, 2025 at 21:25, Ben Cooksley wrote: > Hi all, > Over the past week or

Re: Move Breeze to Framework

2024-12-30 Thread christoph
am confused with that. Would kcolorscheme then depend on breeze? Without it, it would be again back to more or less useless as it ships no proper color scheme nor will the dark mode switching work. Same for kiconthemes, that relies on that to work with just kcolorscheme & breeze-icons. Greetings Christoph Nate

Re: Move Breeze to Framework

2024-12-30 Thread christoph
SDDM theme, Plasma SVG theme) into that repo as well. But that can be a longer term thing. Nate Greetings Christoph

Re: Move Breeze to Framework

2024-12-17 Thread christoph
ycle which I think I not nice as Kate will wait for Plasma releases to get fixes. Beside that the development story is in my eyes not good if apps need to require Plasma parts, it is in my eyes a lot nicer to have this on the Framework level, like the Breeze icons are already. Greetings Christoph David

Re: Move Breeze to Framework

2024-12-17 Thread christoph
part there and having it in sync with Frameworks releases is nice for apps, too. Greetings Christoph Cheers, Carl

Re: Help with kcoreaddons_add_plugin

2024-08-12 Thread christoph
st plugins = KPluginMetaData::findPlugins(QStringLiteral("kf6/ktexteditor")); and just loads the first plugin found with the same name, that for me works 'uninstalled' in the Kate build bin dir. Greetings Christoph On Mon, 12 Aug 2024 at 18:22 Tomaz Canabrava wrote: Hello Al

Re: Guidelins for one codebase that builds with Qt5 and Qt6?

2024-08-05 Thread christoph
plugins in the repo still non-trivial), just porting once on block was a lot easier than trying to ifdef it around. But depending how much of the API Krita uses got changed from Qt 5 to 6 that might differ. I found Qt 5 to 6 porting not that hard, at least compared to older porting efforts.

Re: The state of our API documentation and what to do about it

2024-07-09 Thread Christoph Grüninger
eir users would like to get. Maybe we can offer patches or pay someone to fix the issues for us? I mean, Doxygen is THE standard to generate API documentations from annotated inline comments. My distribution offers a qdoc, it will work for me. Bye Christoph

Re: KDE Gear projects with failing CI (master) (2 July 2024)

2024-07-03 Thread christoph
disk? Hmm, that would be rather strange, per default still all icons are installed, the lib is just there in addition. Greetings Christoph

Re: icons in filelight on windows

2024-06-23 Thread christoph
/a74a2657c7fb642c4062afb50a2c7920da315eca Hi, I tried the current master build and for me there are icons on Windows 11. Only the text color is wrong as I have dark mode on, but the app uses light mode colors for the UI beside for the text. Greetings Christoph I hope this helps! Julius

Re: KDE Gear projects with failing CI (master) (18 June 2024)

2024-06-21 Thread christoph
obably disable building of tests in general in Craft. Building them is just a waste of energy and time and I fail to see any benefit. When/if we want to start running the tests in Craft then we can simply re-enable their build. Ok, guess that would make sense and save power we just waste ATM. Greetings Christoph

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-06-03 Thread christoph
that don't need it. Greetings Christoph

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-27 Thread christoph
s lib you can depend on in the blueprints. Then KDE Connect and other parts that need it (and hopefully take care that a session bus is packaged and starts) can have it, but e.g. Kate doesn't need to start to blacklist stuff it not even depends on. Greetings Christoph Cheers, Ca

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-27 Thread christoph
loyed a dbus-daemon the right way on Windows or macOS, that makes it just not usable for the average developer. They want to link to the framework and bundle it and it shall work. And after the last round of patches, most frameworks including KIO do. Greetings Christoph

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-27 Thread christoph
, one need to use the matching IPC services they provide. Or just not do it. For most use cases something like https://github.com/KDAB/KDSingleApplication is enough and avoids any extra spawned processes. Naturally that is not true for all usages. Greetings Christoph

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-26 Thread christoph
that don't have it as native windowing system, we guard that the same way. Greetings Christoph Regards Thomas

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-26 Thread christoph
or. It is just like X11: don't use it on systems that don't have it as native windowing system, we guard that the same way. Greetings Christoph Regards Thomas

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-25 Thread christoph
lled, even deleting the dll and the most freezes you will get if that is not done is just dbus related. It would be great if people could join the effort to get that right. https://invent.kde.org/packaging/craft-blueprints-kde/-/issues/17 Greetings Christoph Regards, Volker

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-25 Thread christoph
dbus on Windows and these apps/plugins did miss to add explicit cmake finds/use of QDBus. I can patch that in master, actually even better I patch the use out on that systems. If we need that in stable, one will need to backport that, did it already for Kate. Greetings Christoph Thanks

Re: RFC: Theming and styles of KDE applications

2024-05-09 Thread christoph
of Plasma. If you have time to help out, we use https://invent.kde.org/frameworks/kiconthemes/-/issues/3 to coordinate that a bit. Greetings Christoph

Re: RFC: Theming and styles of KDE applications

2024-05-05 Thread christoph
e_requests/239 Testing and feedback (and help) is welcome. This would be opt-in, e.g. Kate would call KIconTheme::initTheme() before the QApplication construction and KStyleManager::initStyle() after it and that would ensure the full setup. Greetings Christoph

Re: RFC: Theming and styles of KDE applications

2024-05-05 Thread christoph
e something similar to the current KColorSchemeMenu::createMenu() API but for icon theme or application style. Yes, such stuff as extra would be nice. - Gary Greetings Christoph

Re: RFC: Theming and styles of KDE applications

2024-05-04 Thread christoph
we really support on these platforms. Greetings Christoph - Akseli ps. I am bad with mailing lists, lets hope this sends to right place lol

RFC: Theming and styles of KDE applications

2024-05-04 Thread christoph
ser, but if the user didn't set something manually, idenpendent what the system propose, we just use Breeze. And we depend on that as dep e.g. in Kate, if you install Kate, that icon set and theme is installed. Greetings Christoph

Re: Incubation Request: Kiview

2024-04-29 Thread christoph
List() << QStringLiteral("-c") << QString().fromStdString(command.c_str())); That will just then kill any kind of libreoffice instances or perhaps even inject other commands depending what this grep matches. I tend to agree that this would rather need some major overhaul. Greetings Christoph /Sune

Re: Kile release status

2024-03-04 Thread Christoph Grüninger
is kind of the maintainer. Helping testing Kile and addressing the crash bugs would definitely be helpful. Bye Christoph Am 04.03.24 um 17:28 schrieb Jonathan Riddell: Following the release of Qt 6 based libraries and apps users of Kile are reporting that it no longer runs for them.  There

Re: KParts and the Qt5->Qt6 transition

2024-01-23 Thread Christoph Grüninger
ed by more then a dozen crash reports that require each confirmation and a brave soul to provide a fix. See https://invent.kde.org/office/kile/-/issues/13 A Qt 6 port will probably be merged after a Kile 3 release. I am not the maintainer of Kile, Michael might have different ideas. Bye Christoph

Re: Remove/ Archive Obsolete or Disabled Bugzilla Product/Components

2023-12-18 Thread christoph
n't control the sorting of projects except by renaming them to something that starts with a Z. Hi, would that make anything better btw.? Disabled components should be invisible for bug reporting, I don't think they hurt anyone. Greetings Christoph

Re: Transitioning to Qt 6.6 for Windows builds - Syndication build failure

2023-11-20 Thread christoph
eduled the job, it already passed at least the syndication step. Greetings Christoph Thanks, Ben

Re: Compilation error in CI when building Konqueror for KF6 on linux

2023-10-08 Thread christoph
erties(katepch PROPERTIES POSITION_INDEPENDENT_CODE ON) to the static lib target, we need that in Kate, too. Greetings Christoph Thanks in advance Stefano

Re: KDE Gear projects with failing CI (release/23.08) (12 September 2023)

2023-09-19 Thread christoph
quot;, I assume one will need to hard code that, too, if one creates no own scripting. But I might be wrong. Greetings Christoph = FAILING UNIT TESTS = konsole: * https://invent.kde.org/utilities/konsole/-/pipelines/484148 * freebsd_qt515 tests are failing

Re: Frameworks / Plasma/ Gear Release Schedule Plan

2023-09-13 Thread christoph
t the moment the move to KF6 means I must disable the Flatpak CI part? Greetings Christoph Greetings Christoph David

Re: Frameworks / Plasma/ Gear Release Schedule Plan

2023-09-12 Thread christoph
quot;) set(QT_MAJOR_VERSION "6") set(KF_MIN_VERSION "5.240.0") set(KF_MAJOR_VERSION "6") in the first step and start later to remove the version ifs. Greetings Christoph

Re: Frameworks / Plasma/ Gear Release Schedule Plan

2023-09-10 Thread christoph
ne", "stable": "none", "stable_kf5": "release/23.08", "trunk_kf5": "master"} Would it be something like: {"trunk": "master", "stable": "none", "stable_kf5": "release/23.08", "trunk_kf5": "none"} Greetings Christoph

Re: Frameworks / Plasma/ Gear Release Schedule Plan

2023-09-09 Thread christoph
eek to chime in. Let's make our Qt 6 based 'bundled' release next year a good one ;) Greetings Christoph Cheers, Albert Greetings Christoph >> - The KDE Gear release will move by 2 months to allow for the extra >> >> time needed for testing initial Qt6

Re: Frameworks / Plasma/ Gear Release Schedule Plan

2023-09-05 Thread christoph
https://invent.kde.org/utilities/kate/-/blob/master/.gitlab-ci.yml?ref_type=heads and require KF 6 + Qt 6 in the CMake files or is there additional stuff that needs updates to avoids one breaks stuff? Greetings Christoph - The KDE Gear release will move by 2 months to allow for the extra time n

Re: Part-time KDE sabbatical, feedback or guidance appreciated (but no pressure)

2023-05-07 Thread Christoph Grüninger
involved with layers closer to KDE's inner workings. - You can look for less coding related tasks, to get you started. One example is updating Kile's documentation [2] Have fun! Christoph [1] https://community.kde.org/Incubator/Incubated_Projects [2] https://invent.kde.org/office/kile/

Re: GitLab config in older repositories

2021-12-03 Thread Christoph Grüninger
Bye Christoph > Am 03.12.2021 um 18:58 schrieb Kai Uwe Broulik : > > Hi everyone, > > I noticed that in some projects, probably those that trialed GitLab before it > was rolled out completely, have different configuration options set to the > rest of KDE, most notably

Re: I want to start collaborating

2021-08-29 Thread Christoph Grüninger
ed to the well established parts of KDE. Bye Christoph Am 28.08.21 um 15:28 schrieb Alessandro Pellicciotta: > Greetings, > I would start collaborating in KDE project to get experience in programming. > I don't have great skills, but I want to work in small projects. > Where can I start?

Re: Incubating linux-stopmotion

2021-04-08 Thread Christoph Grüninger
d'accord with the change. Then we now how to call the project within invent.kde.org I am going to report back! Bye Christoph Am 07.04.21 um 21:45 schrieb Christoph Grüninger: > Dear KDE team, > > I would like to apply for linux-stopmotion to become a KDE project. > > ==

Incubating linux-stopmotion

2021-04-07 Thread Christoph Grüninger
/linuxstopmotion/ == List of people committing to the project == Tim Band Christoph Grüninger == Plan to be in compliance with the KDE manifesto == We already comply wih the KDE manifesto - except for the infrastructure. We plan to - move over to KDE's Git repository - switch to a mailing list w

Re: idea

2020-12-13 Thread Christoph Feck
On 12/12/20 16:19, imindmap wrote: Why Kde dont create a [DAW](https://en.wikipedia.org/wiki/Digital_audio_workstation) for linux ?? ardour not a 100% free (open source but not free) & lmms not a complete DAW hey guys please create a DAW with mix ardour & lmms source code Why do you expect you

Re: GSoC and Open Source Contribution

2020-11-18 Thread Christoph Feck
queries. Thank you for your interest in helping our community! We have collected information how to contribute at https://community.kde.org/Get_Involved If there is anything unclear, please ask more specific questions. BG, Christoph

Re: Hello everyone

2020-05-29 Thread Christoph Feck
Hi Вадим, On 05/29/20 16:40, Березин Вадим wrote: Hello everyone! I am new to the community and don't know how I can be useful in it. I study C ++ and have programming experience in courses in Russian. I solved some mathematical problems using C ++ 11. My first language is Russian, but I can rea

Re: Adding the Abstract Games Suite to the KDE Applications

2020-05-06 Thread Christoph Feck
hey can go directly to release service (after code review). -- Christoph Feck

Re: kpat card decks

2020-03-07 Thread Christoph Feck
On 03/07/20 21:42, 0...@caiway.net wrote: I tried to reverse engineer kpat to find the image of the backside of the cards. I want to customize it. See https://cgit.kde.org/libkdegames.git/tree/carddecks

Re: start contribute to KDE

2020-03-04 Thread Christoph Feck
O. I suggest to also look at kdeutils, kdegames, and kdeedu projects for starting, but as I said, your motivation decides where and what to work on. -- Christoph Feck

Re: bug 385814

2020-02-27 Thread Christoph Feck
On 02/27/20 14:24, Stefan Champailler wrote: import org.kde.plasma.private.kicker 0.1 as Kicker Kicker is in plasma-workspace, see https://cgit.kde.org/plasma-workspace.git/tree/applets/kicker

Re: Review Kid3

2020-02-18 Thread Christoph Feck
On 02/13/20 22:14, Albert Astals Cid wrote: You should change the bug reporting to use bugzilla not your email address in KAboutData Right. Urs, could you please request creation of a bugzilla product? Thanks, Christoph

Re: Review Kid3

2020-02-13 Thread Christoph Feck
/doc/trunk-kf5/po/kid3.po/ Kid3 exists since 2003 and I would say that it is quite mature. As it is also available as a Qt-only version (without KDE dependencies) and for macOS, Windows and Android, the build system differs a bit from the typical KDE application. -- Christoph Feck KDE Bug

Re: Recommendation: drop ProvidersUrl entry to rely on default value

2020-01-30 Thread Christoph Feck
KNewStuff library as current value. Does it work with all KNewStuff 5.x versions? Otherwise, the required KF5 version would need to be bumped where this change was made. -- Christoph Feck

Re: lzip vs. xz

2019-09-25 Thread Christoph Feck
on a server's toolchain. It needed a long time until xz was established. Maybe lzip will establish, or maybe zstd will. Or razor[1] will be open sourced and spreads like a fire. Or someone makes paq8 1000 times faster. Only time will tell, but until then, xz is what we have. Christoph Feck

Re: KDE Frameworks 5.62.0 released

2019-09-14 Thread Christoph Feck
On 09/14/19 13:35, David Faure wrote: 14th September 2019. KDE today announces the release of KDE Frameworks 5.62.0. http://kde.org/announcements/kde-frameworks-5.62.0.php This web page says the release number is 5.1.0.

Re: How is the Font DPI Scale stored?

2019-06-12 Thread Christoph Feck
144 You can read XResources via libxcb calls, code in Qt is here: https://code.qt.io/cgit/qt/qtbase.git/tree/src/plugins/platforms/xcb/qxcbscreen.cpp#n357 Note that this value is deprecated, because it isn't per-screen. -- Christoph Feck

Re: May 10: Removing l10n support for kde4 playground-* repos

2019-04-21 Thread Christoph Feck
KDE4 detection come from? Thanks, and Happy Easter, Christoph Feck

Re: CI system maintainability

2019-03-28 Thread Dr.-Ing. Christoph Cullmann
or features you not use yourself at all), any meaningful review is a full-time job. e.g. in our company you would let some student test the changed behavior some days. This is just not feasible for me, and yes, for some of these changes, rather than abandoning them (and trashing precious work

Announcement text for the KDE Applications 19.04 release

2019-03-18 Thread Christoph Feck
release. I created https://phabricator.kde.org/T10636 which has a link for the Etherpad document at https://notes.kde.org/p/applications_19.04_new_features Please fill this document in the next few days. -- Christoph Feck KDE Release Team

Re: network connectivity with proxy

2018-09-19 Thread Christoph Feck
On 20.09.2018 00:03, Albert Astals Cid wrote: El divendres, 14 de setembre de 2018, a les 18:04:59 CEST, Thiago Macieira va escriure: On Wednesday, 12 September 2018 04:17:35 PDT Harald Sitter wrote: If I am not mistaken Qt already looks in the environment variables for http_proxy, https_proxy

Re: CI System Reorganisation

2018-09-09 Thread Christoph Feck
I can view all of "stable" Applications on a single page? I remember I asked if it would still be possible after the change, but I cannot see a filter or link to get an overview of all builds. Christoph Feck

Re: Upcoming reorganisation of the CI system

2018-08-14 Thread Christoph Feck
overview before doing releases. Christoph Feck

Please help in Etherpad: KDE Applications 18.08 new features

2018-07-26 Thread Christoph Feck
days to finalize the announcement text. https://phabricator.kde.org/T9273 for related discussion. Thanks! -- Christoph Feck KDE Release Team

Re: Closing old Plasma 4 bugs

2018-05-11 Thread Christoph Feck
On 11.02.2018 20:52, Nate Graham wrote: All right, so let's give it a shot. How about we make it so that normal users have full privilages except the following: - Can't bulk change - Can't change Importance field We now see regressions caused by this particular change: - new 'wishlist' tickets

Re: [Plasma-5.12][Wayland] Add Qt Bug 66008 to errata website for 'No support for primary selection (middle-click to paste)'

2018-04-05 Thread Christoph Feck
On 05.04.2018 13:55, Sedat Dilek wrote: Can you add the Qt-Bug #66008 (as I have no rights for editing)? Done.

KDE Applications 18.04 RC tagging

2018-04-05 Thread Christoph Feck
tomorrow. Please reply here or write to release-team list if you have such changes. -- Christoph Feck KDE Release Team

Please help in Etherpad: KDE Applications 18.04 new features

2018-03-29 Thread Christoph Feck
days to finalize the announcement text. https://phabricator.kde.org/T8357 for related discussion. Thanks! -- Christoph Feck KDE Release Team

Re: kdesrc-build howto success ?

2018-03-22 Thread Christoph Feck
On 22.03.2018 08:20, Stéphane Ancelot wrote: /home/sancelot/qt5/qtbase/lib/libQt5WebKit.so.5: undefined reference to `QQuickFlickable::contentItem()@Qt_5_PRIVATE_API' You are mixing different Qt versions.

Re: KF5 Conversion problems

2018-03-10 Thread Christoph Feck
On 10.03.2018 15:51, Robin Atwood wrote: This is my first KDE4->KF5 conversion so brace for a lot of n00b questions! To start I am getting compile failures because the wrong include files are getting picked up: [...] /usr/include/kdialog.h:35:25: fatal error: QtGui/QDialog: No such file or dire

Re: Falkon in kdereview

2018-02-28 Thread Dr.-Ing. Christoph Cullmann
Hi, >> The incubator process seems to have stalled. Christoph can you get >> this moving again? https://community.kde.org/Incubator/Projects/Falkon yes, that has stalled, I didn't update the page to reflect the current state :/ I did now so. https://community.kde.org/Incubato

Re: Searching for KF5CddbConfig.cmake

2018-02-23 Thread Christoph Feck
nrad, the package 'libkcddb-dev' looks correct, but it most certainly contains the old KDE4 version. Please try a recent distribution to compile recent software. Ubuntu 16.04 is _really_ old when it comes to dependencies in the fast-moving KDE territory. Christoph

Re: Kcalc maintainers/reviewers?

2018-02-15 Thread Christoph Feck
deeply appericiated! [1] https://phabricator.kde.org/D10555 and https://phabricator.kde.org/D8271 Thanks for the patches! I hope to take care of both soon. Please excuse our delays; not all projects from the KDE community have active maintainers. Christoph Feck

Re: Closing old Plasma 4 bugs

2018-02-14 Thread Christoph Feck
Thanks for your understanding! Nate Graham Hi Nate, had that on my TODO list, but happy to see you taking over for this task. I suggest to wait until Ubuntu 18.04 LTS is released, ideally a month longer to give people with LTS requirements time to update it. Christoph

Re: [kdesrc-build] qca build failed

2018-01-20 Thread Christoph Feck
On 20.01.2018 17:33, Mathieu Tarral wrote: I'm trying to build KDE from source using kdesrc-build script. However, each time i have tried these last days, it failed on the QCA module. This might have to do with incompatible changes in openssl. Try to switch between 1.0.2 and 1.1.0 version. B

Re: [spectacle] new feature: draw tool

2017-10-27 Thread Christoph Feck
On 27.10.2017 11:40, Alexander Potashev wrote: This is the right place to request features -> https://bugs.kde.org/enter_bug.cgi?product=Spectacle Already filed, see bug 372464.

Re: No good way to play video files located on password-protected Samba shares in KDE Plasma

2017-10-25 Thread Christoph Feck
the dozen cross-platform key-store libraries that we have, e.g. libqtkeychain. Christoph Feck

Re: Ksysguard dev

2017-06-20 Thread Christoph Feck
On 19.06.2017 20:50, Alexandre Biche wrote: I want to add network I/O stats to ksysguard but I you closed kde-workspace's github repo and I don't find the plasma 5 github repo. Can you give me the way to start contributing please Our repositories are at https://cgit.kde.org/ KSysGuard is split

Re: Bugzilla maintenance work

2017-06-16 Thread Christoph Feck
te meaning "We've not only verified that this is a real bug, but we think we know what's causing it, though we haven't been able to fix it yet." If not, then that's fine, and I'll go with the existing flow. Thanks again! Nate On 06/16/2017 01:59 PM, Christoph

Re: Bugzilla maintenance work

2017-06-16 Thread Christoph Feck
ted to be caused by a bug outside our software, it will be clossed. Christoph Feck KDE Bug Triaging Team

Re: Need help regarding qfile management inside KAuth helper

2017-06-14 Thread Christoph Feck
On 14.06.2017 18:40, chinmoy ranjan wrote: Hi all, I am working on the GSOC project "Polkit support in KIO". As a part of this project right now I am trying to add KAuth support to the 'copy' method of file ioslave. My initial plan was to let KAuth helper open the files requiring elevated privile

Re: Next Gen CI Will Be Moving to Production Shortly: Upcoming Changes

2017-05-15 Thread Christoph Feck
On 15.05.2017 14:56, Lays Rodrigues wrote: Hi Ben, I think that now only AtCore should be moved to this CI. It is on the playground and we are working to move to extragear since we want to launch on next KDE release. I'm studying about this because is not much clear how I can do it. Extragear a

Re: Merging KMag frameworks branch to master

2017-03-06 Thread Christoph Feck
On 05.03.2017 23:59, Albert Astals Cid wrote: I had a quick look and features seem to work as good/bad in the frameworks branch as in master. If noone disagrees I'll do the merge on March 13th. Jeremy Whiting had a list somewhere on todo.kde.org with tasks that blocked merging. I only remembe

Re: Can anyone that cares about appdata please fix all these files?

2017-02-16 Thread Christoph Feck
On 17.02.2017 00:23, Albert Astals Cid wrote: gwenview https://build.kde.org/user/aacid/my-views/view/KDE%20Applications%2016.12/job/gwenview%20Applications-16.12%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/lastCompletedBuild/testReport/(root)/TestSuite/appstreamtest/ I checked the gwenview ap

Re: Contribution help

2017-01-30 Thread Christoph Feck
e.org/pvtid6est Some parts of powerdevil require interaction with system dbus. Either install as root (using sudo), or configure your system dbus to look in some additional local prefix and install it into that prefix. 2017-01-26 3:15 GMT+03:00 Christoph Feck : On 26.01.2017 00:45, Ongun Kanat

Re: Contribution help

2017-01-25 Thread Christoph Feck
On 26.01.2017 00:45, Ongun Kanat wrote: Though wanted to contribute (and had already been subscribed to this list), I couldn't have the spare time. Now I have a bit spare time and I would like to contribute KDE. I think I can start from a bug of powerdevil I've Nice :) New contributors are alwa

Re: Guidance for contributing to kde

2017-01-25 Thread Christoph Feck
, tell us what you have done so far. Ask on mailing lists, freenode IRC channels, or developer forums. You need patience and persistence, but you are rewarded with fun and experience. -- Christoph Feck KDE Quality Team

Re: Strange behavior in the task manager

2016-11-14 Thread Christoph Feck
not make sense to report task manager bugs with Plasma older than 5.7 (ideally, you would try latest 5.7.5, or even Plasma 5.8. -- Christoph Feck https://kdepepo.wordpress.com/ KDE Quality Team

Re: Desktop Cube > Advanced > Display image on caps (which file is the img?)

2016-11-11 Thread Christoph Feck
(toward the plane end of the slider). This may be worth a bug, because as it is, the 'sphere cap deformation' setting is basically useless. I suggest to use a different mailing list or forum for these type of questions. kde-devel is a list aimed at questions from and discussion between KDE developers. -- Christoph Feck https://kdepepo.wordpress.com/ KDE Quality Team

Re: Dropping kdelibs4-based applications in KDE Applications 17.12

2016-11-11 Thread Christoph Feck
lications ported (e.g. KTorrent) where the original developer no longer has time for bug handling, and now the regressions pile up. Of course, this would only work if we find enough developers that join such an event. See above. -- Christoph Feck https://kdepepo.wordpress.com/ KDE Quality Team

Re: Season of KDE -- please add your ideas

2016-10-08 Thread Christoph Feck
On 08.10.2016 09:32, Alexander Semke wrote: Hi Valorie, Projects from past Seasons of KDE include new application features, the KDE Continuous Integration system, new reporting for developers, a web framework, porting and a lot of other work. We would benefit a lot from some help on our new ho

Re: Scrap Baloo Thread Feedback

2016-10-07 Thread Christoph Cullmann
Hi, > On Fri, Oct 7, 2016 at 6:14 PM, Christoph Cullmann > wrote: >>>> >>> >>> I don't understand why all framework discussions must happen on the >>> same list. It just adds to a crazy amount of noise, which one then >>> needs to

  1   2   >