https://bugs.kde.org/show_bug.cgi?id=512650
Bug ID: 512650
Summary: Error message when executing `xdg-open`
Classification: Plasma
Product: xdg-desktop-portal-kde
Version First 6.5.3
Reported In:
Platform: KDE Linux
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
An error message is displayed on the console when using `xdg-open`, indicating
a QDBusError related to the XDG Portal
The message indicates a QDBusError
STEPS TO REPRODUCE
1. Open a bash terminal on the KDE Plasma Desktop
2. Execute the command `xdg-open ~`
OBSERVED RESULT
an error message is displayed. The content of the message is:
qt.qpa.services: Failed to register with host portal
QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID:
App info not found for 'org.kde.kioclient'")
Note: The `xdg-open` command still functions correctly and opens the target
directory as expected. The output is a non-blocking error message.
EXPECTED RESULT
The console output should be silent (no warning message should appear), as the
operation is successful.
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora Linux 43 Kde Plasma Desktop Edition
KDE Plasma Version: 6.5.3
KDE Frameworks Version: 6.20.0
Qt Version: 6.10.1
ADDITIONAL INFORMATION
This issue started occurring after upgrading from Fedora 42 to Fedora 43,
suggesting a regression in one of the core Plasma or Qt components
My version of xdg-desktop-portal-kde is 6.5.3-1 (Fedora package)
Also, altough `xdg-open` is the most straightforward way to reproduce the
problem, there's other ways like
python -m webbrowser "https://www.python.org"
(will display error message « Failed to register with host portal ... »)
--
You are receiving this mail because:
You are watching all bug changes.