[kservice] new warnings from kbuildsycoca5, every time
René J.V. Bertin
rjvbertin at gmail.com
Wed Jun 1 20:23:25 UTC 2016
On Monday May 30 2016 23:50:08 David Faure wrote:
> I found the last one, it came from kcoreaddons' kde5.xml file, fixed.
> http://commits.kde.org/kcoreaddons/4b257a60280de2c68ba24a620127649df3f49d2c
Apparently not :-/
Not really surprising even, maybe: kde5.xml isn't the only file in share/mime that has an x-palm-database entry ...
I wonder, couldn't what I'm seeing be a side-effect of the change to kbuildservicefactory.cpp:
> // Workaround issue in shared-mime-info and/or Qt, which sometimes return an alias as parent
> parentMimeType = db.mimeTypeForName(parentMimeType).name();
(reverting that only makes no difference)
Now for the copy/paste part:
%> kbuildsycoca5 --noincremental
kbuildsycoca5 running...
Recreating ksycoca file ("/Users/bertin/.cache/ksycoca5_en-GB_PMpWfEntEBpMPiRGee9fFcuWXyE=", version 303)
Menu "applications-kmenuedit.menu" not found.
Not found: "video/x-ms-asf"
Not found: "application/x-deb"
Not found: "application/x-palm-database"
Not found: "image/x-pcx"
Saving
Didn't find servicetype or mimetype "video/x-ms-asf"
Didn't find servicetype or mimetype "application/x-deb"
Didn't find servicetype or mimetype "application/x-palm-database"
Didn't find servicetype or mimetype "image/x-pcx"
I've scoured a number of locations for the other perpetrators:
> > Not found: "image/x-pcx"
%> fgrep image/x-pcx ~/.local/share/applications/mimeapps.list ~/.config/mimeapps.list -R KF5rameworks-mp9-work --exclude="*.[ao]" --exclude="*.dylib" --exclude="*.so" --exclude="build*" --exclude="destroot*" -R /opt/local/share/mime/packages/
kimageformats-5.22.0/src/imageformats/pcx.desktop:X-KDE-MimeType=image/x-pcx
kimageformats-5.22.0/src/imageformats/pcx.json: "MimeTypes": [ "image/x-pcx" ]
knewstuff-5.22.0/data/kmoretools-desktopfiles/shutter.desktop:MimeType=image/bmp;image/jpeg;image/gif;image/png;image/tiff;image/x-bmp;image/x-ico;image/x-png;image/x-pcx;image/x-tga;image/xpm;image/svg+xml;
/opt/local/share/mime/packages/freedesktop.org.xml: <alias type="image/x-pcx"/>
> > Not found: "application/x-deb"
%> fgrep x-deb ~/.local/share/applications/mimeapps.list ~/.config/mimeapps.list -R KF5rameworks-mp9-work --exclude="*.[ao]" --exclude="*.dylib" --exclude="*.so" --exclude="build*" --exclude="destroot*" -R /opt/local/share/mime/packages/
kio-5.22.0/src/ioslaves/http/http.cpp: m_mimeType = QStringLiteral("application/x-deb");
/opt/local/share/mime/packages/freedesktop.org.xml: <alias type="application/x-deb"/>
/opt/local/share/mime/packages/freedesktop.org.xml: <alias type="application/x-debian-package"/>
> > Not found: "video/x-ms-asf"
%> fgrep x-ms-asf ~/.local/share/applications/mimeapps.list ~/.config/mimeapps.list -R KF5rameworks-mp9-work --exclude="*.[ao]" --exclude="*.dylib" --exclude="*.so" --exclude="build*" --exclude="destroot*" -R /opt/local/share/mime/packages/
kfilemetadata-5.22.0/src/extractors/ffmpegextractor.cpp: types << QStringLiteral("video/x-ms-asf");
/opt/local/share/mime/packages/freedesktop.org.xml: <alias type="video/x-ms-asf"/>
> > Not found: "application/x-palm-database"
%> fgrep x-palm-database ~/.local/share/applications/mimeapps.list ~/.config/mimeapps.list -R KF5rameworks-mp9-work --exclude="*.[ao]" --exclude="*.dylib" --exclude="*.so" --exclude="build*" --exclude="destroot*" -R /opt/local/share/mime/packages/
/opt/local/share/mime/packages/freedesktop.org.xml: <sub-class-of type="application/x-palm-database"/>
/opt/local/share/mime/packages/freedesktop.org.xml: <sub-class-of type="application/x-palm-database"/>
/opt/local/share/mime/packages/freedesktop.org.xml: <alias type="application/x-palm-database"/>
More information about the Kde-frameworks-devel
mailing list