https://bugs.kde.org/show_bug.cgi?id=384037

--- Comment #3 from Sandro Mani <manisan...@gmail.com> ---
For clarity, I'm not sure at this point what possible consequences the failure
to load these service files has. But I don't think it's a packaging issue,
since the kwin.spec [1] does not do anything particular to those files, and
also since google returns many of results for that error message, originating
from a variety of distros.

Again for clarity, the issue for this bug report is simply  whether service
file names should be i.e.

kwineffect.desktop

or

kwin-effect.desktop.

In the latter case, the code in the DesktopFileParser::convert should possibly
be

QString fileName = service.toLower().replace(QLatin1Char('/'),
QLatin1String(""))+QStringLiteral(".desktop");

Sorry for the confusion, I had initially misdiagnosed the results of my
debugging session.

[1] https://src.fedoraproject.org/rpms/kwin/blob/master/f/kwin.spec

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to