| Summary: | "GetAppState called: no parameters" appears a lot in the journal | ||
|---|---|---|---|
| Product: | [Plasma] xdg-desktop-portal-kde | Reporter: | cantabile <cantabile.desu> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | aleixpol, jgrulich, nate, sitter |
| Priority: | NOR | ||
| Version First Reported In: | 5.24.5 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/xdg-desktop-portal-kde/commit/fe4d331e85468e67ce07fb3facb51fe04545cd57 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
cantabile
2022-06-19 14:45:57 UTC
@Jan is there a reason we don't use the ecm macros to generate the categories? (In reply to Harald Sitter from comment #1) > @Jan is there a reason we don't use the ecm macros to generate the > categories? I wasn't aware such macros exist. I can look into this later. No worries, I can make an MR, just wanted to check. A possibly relevant merge request was started @ https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/merge_requests/113 Git commit fe4d331e85468e67ce07fb3facb51fe04545cd57 by Harald Sitter. Committed on 20/06/2022 at 07:44. Pushed by sitter into branch 'master'. port to ECMQtDeclareLoggingCategory this is more in line with other KDE software, albeit a bit noisy in our case since we have so many categories. the change also implicitly pushes the default logging from debug level to info level, reducing the unnecessary logging noise generated by the portals M +1 -0 CMakeLists.txt M +97 -0 src/CMakeLists.txt M +1 -3 src/access.cpp M +2 -4 src/accessdialog.cpp M +1 -4 src/account.cpp M +1 -4 src/appchooser.cpp M +1 -3 src/background.cpp M +1 -4 src/desktopportal.cpp M +1 -3 src/dynamiclauncher.cpp M +1 -2 src/dynamiclauncherdialog.cpp M +1 -3 src/email.cpp M +1 -3 src/filechooser.cpp M +1 -3 src/inhibit.cpp M +5 -0 src/kirigami-filepicker/CMakeLists.txt M +1 -3 src/kirigami-filepicker/api/mobilefiledialog.cpp M +1 -3 src/notification.cpp M +1 -3 src/notificationinhibition.cpp M +1 -3 src/print.cpp M +1 -4 src/remotedesktop.cpp M +2 -4 src/remotedesktopdialog.cpp M +1 -3 src/request.cpp M +1 -3 src/screencast.cpp M +1 -3 src/screenshot.cpp M +1 -3 src/screenshotdialog.cpp M +1 -3 src/session.cpp M +1 -3 src/settings.cpp M +1 -3 src/waylandintegration.cpp M +1 -3 src/xdg-desktop-portal-kde.cpp https://invent.kde.org/plasma/xdg-desktop-portal-kde/commit/fe4d331e85468e67ce07fb3facb51fe04545cd57 |