[Kst] [Patch] Improve .desktop file validation
Michael Palimaka
kensington at gentoo.org
Mon Jul 2 13:46:46 UTC 2012
Hi,
Please find attached a patch to dramatically reduce the number of
warnings/errors when validating the bundled .desktop files.
Kind regards,
Michael
-------------- next part --------------
Index: src/kst/x-kst2.desktop
===================================================================
--- src/kst/x-kst2.desktop (revision 1303752)
+++ src/kst/x-kst2.desktop (working copy)
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=MimeType
-MimeType=application/x-kst
+MimeType=application/x-kst;
Icon=kst
DefaultApp=kst2
Patterns=*.kst;*.KST;
Index: src/kst/kstdatasourceplugin.desktop
===================================================================
--- src/kst/kstdatasourceplugin.desktop (revision 1303752)
+++ src/kst/kstdatasourceplugin.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=ServiceType
X-KDE-ServiceType=Kst Data Source
X-KDE-Derived=Kst/Plugin
Index: src/kst/kstextension.desktop
===================================================================
--- src/kst/kstextension.desktop (revision 1303752)
+++ src/kst/kstextension.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=ServiceType
X-KDE-ServiceType=Kst Extension
X-KDE-Derived=Kst/Plugin
Index: src/kst/kstdataobjectplugin.desktop
===================================================================
--- src/kst/kstdataobjectplugin.desktop (revision 1303752)
+++ src/kst/kstdataobjectplugin.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=ServiceType
X-KDE-ServiceType=Kst Data Object
X-KDE-Derived=Kst/Plugin
Index: src/kst/kstfilter.desktop
===================================================================
--- src/kst/kstfilter.desktop (revision 1303752)
+++ src/kst/kstfilter.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=ServiceType
X-KDE-ServiceType=Kst/Filter
Index: src/kst/kstplugin.desktop
===================================================================
--- src/kst/kstplugin.desktop (revision 1303752)
+++ src/kst/kstplugin.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=ServiceType
X-KDE-ServiceType=Kst/Plugin
Index: src/kst/kstbasicplugin.desktop
===================================================================
--- src/kst/kstbasicplugin.desktop (revision 1303752)
+++ src/kst/kstbasicplugin.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=ServiceType
X-KDE-ServiceType=Kst Basic Plugin
X-KDE-Derived=Kst/Plugin
Index: src/kst/kst2.desktop
===================================================================
--- src/kst/kst2.desktop (revision 1303752)
+++ src/kst/kst2.desktop (working copy)
@@ -4,7 +4,7 @@
Icon=kst
DocPath=kst2/index.html
MimeType=application/x-kst;
-Categories=Qt;KDE;Science;
+Categories=Qt;KDE;Education;Science;
Name=Kst2
Name[hi]=केएसटी
Name[ta]=கேஎஸ்டி
@@ -41,4 +41,3 @@
GenericName[xx]=xxData Viewerxx
GenericName[zh_CN]=数据查看器
-Encoding=UTF-8
Index: src/datasources/qimagesource/kstdata_qimagesource.desktop
===================================================================
--- src/datasources/qimagesource/kstdata_qimagesource.desktop (revision 1303752)
+++ src/datasources/qimagesource/kstdata_qimagesource.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Source
X-KDE-ModuleType=Plugin
Index: src/datasources/ascii/kstdata_ascii.desktop
===================================================================
--- src/datasources/ascii/kstdata_ascii.desktop (revision 1303752)
+++ src/datasources/ascii/kstdata_ascii.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Source
X-KDE-ModuleType=Plugin
Index: src/datasources/healpix/kstdata_healpix.desktop
===================================================================
--- src/datasources/healpix/kstdata_healpix.desktop (revision 1303752)
+++ src/datasources/healpix/kstdata_healpix.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Source
X-KDE-ModuleType=Plugin
Index: src/datasources/sampledatasource/kstdata_sampledatasource.desktop
===================================================================
--- src/datasources/sampledatasource/kstdata_sampledatasource.desktop (revision 1303752)
+++ src/datasources/sampledatasource/kstdata_sampledatasource.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Source
X-KDE-ModuleType=Plugin
Index: src/datasources/dirfilesource/kstdata_dirfilesource.desktop
===================================================================
--- src/datasources/dirfilesource/kstdata_dirfilesource.desktop (revision 1303752)
+++ src/datasources/dirfilesource/kstdata_dirfilesource.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Source
X-KDE-ModuleType=Plugin
Index: src/datasources/matlab/kstdata_matlab.desktop
===================================================================
--- src/datasources/matlab/kstdata_matlab.desktop (revision 1303752)
+++ src/datasources/matlab/kstdata_matlab.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Source
X-KDE-ModuleType=Plugin
Index: src/datasources/planckIDEF/kstdata_planckIDEF.desktop
===================================================================
--- src/datasources/planckIDEF/kstdata_planckIDEF.desktop (revision 1303752)
+++ src/datasources/planckIDEF/kstdata_planckIDEF.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Source
X-KDE-ModuleType=Plugin
Index: src/datasources/lfiio/kstdata_lfiio.desktop
===================================================================
--- src/datasources/lfiio/kstdata_lfiio.desktop (revision 1303752)
+++ src/datasources/lfiio/kstdata_lfiio.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Source
X-KDE-ModuleType=Plugin
Index: src/datasources/netcdf/kstdata_netcdf.desktop
===================================================================
--- src/datasources/netcdf/kstdata_netcdf.desktop (revision 1303752)
+++ src/datasources/netcdf/kstdata_netcdf.desktop (working copy)
@@ -1,5 +1,4 @@
-s[Desktop Entry]
-Encoding=UTF-8
+[Desktop Entry]
Type=Service
ServiceTypes=Kst Data Source
X-KDE-ModuleType=Plugin
Index: src/datasources/dmc/kstdata_dmc.desktop
===================================================================
--- src/datasources/dmc/kstdata_dmc.desktop (revision 1303752)
+++ src/datasources/dmc/kstdata_dmc.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Source
X-KDE-ModuleType=Plugin
Index: src/datasources/fitsimage/kstdata_fitsimage.desktop
===================================================================
--- src/datasources/fitsimage/kstdata_fitsimage.desktop (revision 1303752)
+++ src/datasources/fitsimage/kstdata_fitsimage.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Source
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/gaussian_weighted/kstplugin_fits_gaussian_weighted.desktop
===================================================================
--- src/plugins/fits/gaussian_weighted/kstplugin_fits_gaussian_weighted.desktop (revision 1303752)
+++ src/plugins/fits/gaussian_weighted/kstplugin_fits_gaussian_weighted.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/linear_weighted/kstplugin_fits_linear_weighted.desktop
===================================================================
--- src/plugins/fits/linear_weighted/kstplugin_fits_linear_weighted.desktop (revision 1303752)
+++ src/plugins/fits/linear_weighted/kstplugin_fits_linear_weighted.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/linear_unweighted/kstplugin_fits_linear_unweighted.desktop
===================================================================
--- src/plugins/fits/linear_unweighted/kstplugin_fits_linear_unweighted.desktop (revision 1303752)
+++ src/plugins/fits/linear_unweighted/kstplugin_fits_linear_unweighted.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/gaussian_unweighted/kstplugin_fits_gaussian_unweighted.desktop
===================================================================
--- src/plugins/fits/gaussian_unweighted/kstplugin_fits_gaussian_unweighted.desktop (revision 1303752)
+++ src/plugins/fits/gaussian_unweighted/kstplugin_fits_gaussian_unweighted.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/polynomial_weighted/kstplugin_fits_polynomial_weighted.desktop
===================================================================
--- src/plugins/fits/polynomial_weighted/kstplugin_fits_polynomial_weighted.desktop (revision 1303752)
+++ src/plugins/fits/polynomial_weighted/kstplugin_fits_polynomial_weighted.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/polynomial_unweighted/kstplugin_fits_polynomial_unweighted.desktop
===================================================================
--- src/plugins/fits/polynomial_unweighted/kstplugin_fits_polynomial_unweighted.desktop (revision 1303752)
+++ src/plugins/fits/polynomial_unweighted/kstplugin_fits_polynomial_unweighted.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/sinusoid_weighted/kstplugin_fits_sinusoid_weighted.desktop
===================================================================
--- src/plugins/fits/sinusoid_weighted/kstplugin_fits_sinusoid_weighted.desktop (revision 1303752)
+++ src/plugins/fits/sinusoid_weighted/kstplugin_fits_sinusoid_weighted.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/sinusoid_unweighted/kstplugin_fits_sinusoid_unweighted.desktop
===================================================================
--- src/plugins/fits/sinusoid_unweighted/kstplugin_fits_sinusoid_unweighted.desktop (revision 1303752)
+++ src/plugins/fits/sinusoid_unweighted/kstplugin_fits_sinusoid_unweighted.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/kneefrequency/kstplugin_fits_kneefrequency.desktop
===================================================================
--- src/plugins/fits/kneefrequency/kstplugin_fits_kneefrequency.desktop (revision 1303752)
+++ src/plugins/fits/kneefrequency/kstplugin_fits_kneefrequency.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/lorentzian_weighted/kstplugin_fits_lorentzian_weighted.desktop
===================================================================
--- src/plugins/fits/lorentzian_weighted/kstplugin_fits_lorentzian_weighted.desktop (revision 1303752)
+++ src/plugins/fits/lorentzian_weighted/kstplugin_fits_lorentzian_weighted.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/exponential_weighted/kstplugin_fits_exponential_weighted.desktop
===================================================================
--- src/plugins/fits/exponential_weighted/kstplugin_fits_exponential_weighted.desktop (revision 1303752)
+++ src/plugins/fits/exponential_weighted/kstplugin_fits_exponential_weighted.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/lorentzian_unweighted/kstplugin_fits_lorentzian_unweighted.desktop
===================================================================
--- src/plugins/fits/lorentzian_unweighted/kstplugin_fits_lorentzian_unweighted.desktop (revision 1303752)
+++ src/plugins/fits/lorentzian_unweighted/kstplugin_fits_lorentzian_unweighted.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/exponential_unweighted/kstplugin_fits_exponential_unweighted.desktop
===================================================================
--- src/plugins/fits/exponential_unweighted/kstplugin_fits_exponential_unweighted.desktop (revision 1303752)
+++ src/plugins/fits/exponential_unweighted/kstplugin_fits_exponential_unweighted.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/gradient_weighted/kstplugin_fits_gradient_weighted.desktop
===================================================================
--- src/plugins/fits/gradient_weighted/kstplugin_fits_gradient_weighted.desktop (revision 1303752)
+++ src/plugins/fits/gradient_weighted/kstplugin_fits_gradient_weighted.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/fits/gradient_unweighted/kstplugin_fits_gradient_unweighted.desktop
===================================================================
--- src/plugins/fits/gradient_unweighted/kstplugin_fits_gradient_unweighted.desktop (revision 1303752)
+++ src/plugins/fits/gradient_unweighted/kstplugin_fits_gradient_unweighted.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/filters/despike/kstplugin_filter_despike.desktop
===================================================================
--- src/plugins/filters/despike/kstplugin_filter_despike.desktop (revision 1303752)
+++ src/plugins/filters/despike/kstplugin_filter_despike.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/filters/butterworth_lowpass/kstplugin_filter_butterworth_lowpass.desktop
===================================================================
--- src/plugins/filters/butterworth_lowpass/kstplugin_filter_butterworth_lowpass.desktop (revision 1303752)
+++ src/plugins/filters/butterworth_lowpass/kstplugin_filter_butterworth_lowpass.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/filters/cumulativesum/kstplugin_cumulativesum.desktop
===================================================================
--- src/plugins/filters/cumulativesum/kstplugin_cumulativesum.desktop (revision 1303752)
+++ src/plugins/filters/cumulativesum/kstplugin_cumulativesum.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/filters/butterworth_bandpass/kstplugin_filter_butterworth_bandpass.desktop
===================================================================
--- src/plugins/filters/butterworth_bandpass/kstplugin_filter_butterworth_bandpass.desktop (revision 1303752)
+++ src/plugins/filters/butterworth_bandpass/kstplugin_filter_butterworth_bandpass.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/filters/differentiation/kstplugin_differentiation.desktop
===================================================================
--- src/plugins/filters/differentiation/kstplugin_differentiation.desktop (revision 1303752)
+++ src/plugins/filters/differentiation/kstplugin_differentiation.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/filters/butterworth_highpass/kstplugin_filter_butterworth_highpass.desktop
===================================================================
--- src/plugins/filters/butterworth_highpass/kstplugin_filter_butterworth_highpass.desktop (revision 1303752)
+++ src/plugins/filters/butterworth_highpass/kstplugin_filter_butterworth_highpass.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/filters/butterworth_bandstop/kstplugin_filter_butterworth_bandstop.desktop
===================================================================
--- src/plugins/filters/butterworth_bandstop/kstplugin_filter_butterworth_bandstop.desktop (revision 1303752)
+++ src/plugins/filters/butterworth_bandstop/kstplugin_filter_butterworth_bandstop.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/syncbin/kstplugin_syncbin.desktop
===================================================================
--- src/plugins/dataobject/syncbin/kstplugin_syncbin.desktop (revision 1303752)
+++ src/plugins/dataobject/syncbin/kstplugin_syncbin.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/bin/kstplugin_bin.desktop
===================================================================
--- src/plugins/dataobject/bin/kstplugin_bin.desktop (revision 1303752)
+++ src/plugins/dataobject/bin/kstplugin_bin.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/periodogram/kstplugin_periodogram.desktop
===================================================================
--- src/plugins/dataobject/periodogram/kstplugin_periodogram.desktop (revision 1303752)
+++ src/plugins/dataobject/periodogram/kstplugin_periodogram.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/differentiation/kstplugin_differentiation.desktop
===================================================================
--- src/plugins/dataobject/differentiation/kstplugin_differentiation.desktop (revision 1303752)
+++ src/plugins/dataobject/differentiation/kstplugin_differentiation.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/interpolations/akima/kstplugin_akima.desktop
===================================================================
--- src/plugins/dataobject/interpolations/akima/kstplugin_akima.desktop (revision 1303752)
+++ src/plugins/dataobject/interpolations/akima/kstplugin_akima.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/interpolations/polynomial/kstplugin_polynomial.desktop
===================================================================
--- src/plugins/dataobject/interpolations/polynomial/kstplugin_polynomial.desktop (revision 1303752)
+++ src/plugins/dataobject/interpolations/polynomial/kstplugin_polynomial.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/interpolations/cspline/kstplugin_akima.desktop
===================================================================
--- src/plugins/dataobject/interpolations/cspline/kstplugin_akima.desktop (revision 1303752)
+++ src/plugins/dataobject/interpolations/cspline/kstplugin_akima.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/interpolations/akimaperiodic/kstplugin_akimaperiodic.desktop
===================================================================
--- src/plugins/dataobject/interpolations/akimaperiodic/kstplugin_akimaperiodic.desktop (revision 1303752)
+++ src/plugins/dataobject/interpolations/akimaperiodic/kstplugin_akimaperiodic.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/interpolations/linear/kstplugin_linear.desktop
===================================================================
--- src/plugins/dataobject/interpolations/linear/kstplugin_linear.desktop (revision 1303752)
+++ src/plugins/dataobject/interpolations/linear/kstplugin_linear.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/interpolations/csplineperiodic/kstplugin_csplineperiodic.desktop
===================================================================
--- src/plugins/dataobject/interpolations/csplineperiodic/kstplugin_csplineperiodic.desktop (revision 1303752)
+++ src/plugins/dataobject/interpolations/csplineperiodic/kstplugin_csplineperiodic.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/crossspectrum/kstplugin_crossspectrum.desktop
===================================================================
--- src/plugins/dataobject/crossspectrum/kstplugin_crossspectrum.desktop (revision 1303752)
+++ src/plugins/dataobject/crossspectrum/kstplugin_crossspectrum.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/shift/kstplugin_shift.desktop
===================================================================
--- src/plugins/dataobject/shift/kstplugin_shift.desktop (revision 1303752)
+++ src/plugins/dataobject/shift/kstplugin_shift.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/lockin/kstplugin_lockin.desktop
===================================================================
--- src/plugins/dataobject/lockin/kstplugin_lockin.desktop (revision 1303752)
+++ src/plugins/dataobject/lockin/kstplugin_lockin.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/correlation/autocorrelation/kstplugin_autocorrelation.desktop
===================================================================
--- src/plugins/dataobject/correlation/autocorrelation/kstplugin_autocorrelation.desktop (revision 1303752)
+++ src/plugins/dataobject/correlation/autocorrelation/kstplugin_autocorrelation.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/correlation/crosscorrelation/kstplugin_crosscorrelation.desktop
===================================================================
--- src/plugins/dataobject/correlation/crosscorrelation/kstplugin_crosscorrelation.desktop (revision 1303752)
+++ src/plugins/dataobject/correlation/crosscorrelation/kstplugin_crosscorrelation.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/genericfilter/kstplugin_genericfilter.desktop
===================================================================
--- src/plugins/dataobject/genericfilter/kstplugin_genericfilter.desktop (revision 1303752)
+++ src/plugins/dataobject/genericfilter/kstplugin_genericfilter.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/noiseaddition/kstplugin_noiseaddition.desktop
===================================================================
--- src/plugins/dataobject/noiseaddition/kstplugin_noiseaddition.desktop (revision 1303752)
+++ src/plugins/dataobject/noiseaddition/kstplugin_noiseaddition.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/statistics/kstplugin_statistics.desktop
===================================================================
--- src/plugins/dataobject/statistics/kstplugin_statistics.desktop (revision 1303752)
+++ src/plugins/dataobject/statistics/kstplugin_statistics.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/phase/kstplugin_phase.desktop
===================================================================
--- src/plugins/dataobject/phase/kstplugin_phase.desktop (revision 1303752)
+++ src/plugins/dataobject/phase/kstplugin_phase.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/convolution/deconvolve/kstplugin_deconvolve.desktop
===================================================================
--- src/plugins/dataobject/convolution/deconvolve/kstplugin_deconvolve.desktop (revision 1303752)
+++ src/plugins/dataobject/convolution/deconvolve/kstplugin_deconvolve.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/convolution/convolve/kstplugin_convolve.desktop
===================================================================
--- src/plugins/dataobject/convolution/convolve/kstplugin_convolve.desktop (revision 1303752)
+++ src/plugins/dataobject/convolution/convolve/kstplugin_convolve.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/effectivebandwidth/kstplugin_effectivebandwidth.desktop
===================================================================
--- src/plugins/dataobject/effectivebandwidth/kstplugin_effectivebandwidth.desktop (revision 1303752)
+++ src/plugins/dataobject/effectivebandwidth/kstplugin_effectivebandwidth.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/chop/kstplugin_chop.desktop
===================================================================
--- src/plugins/dataobject/chop/kstplugin_chop.desktop (revision 1303752)
+++ src/plugins/dataobject/chop/kstplugin_chop.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/dataobject/linefit/kstplugin_linefit.desktop
===================================================================
--- src/plugins/dataobject/linefit/kstplugin_linefit.desktop (revision 1303752)
+++ src/plugins/dataobject/linefit/kstplugin_linefit.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
Index: src/plugins/sampleplugin/kstplugin_sampleplugin.desktop
===================================================================
--- src/plugins/sampleplugin/kstplugin_sampleplugin.desktop (revision 1303752)
+++ src/plugins/sampleplugin/kstplugin_sampleplugin.desktop (working copy)
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Type=Service
ServiceTypes=Kst Data Object
X-KDE-ModuleType=Plugin
More information about the Kst
mailing list