Re: desktop-file-validate fails with error: file contains group "Catia Shortcut Group", but groups extending the format should start with "X-"

2018-12-15 Thread Martin Gansser
Thanks for your statement.
Martin
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: desktop-file-validate fails with error: file contains group "Catia Shortcut Group", but groups extending the format should start with "X-"

2018-12-14 Thread mcatanzaro
On Fri, Dec 14, 2018 at 7:14 AM, Martin Gansser 
 wrote:

how can i solve this ?
Thanks Martin


All the custom groups need to start with "X-" (for "extension"). E.g.:

[Catia Shortcut Group]

Replace it with:

[X-Catia Shortcut Group]

Michael
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


desktop-file-validate fails with error: file contains group "Catia Shortcut Group", but groups extending the format should start with "X-"

2018-12-14 Thread Martin Gansser
Hi,
when compiling Cadence with desktop-file-validate enabled in the rpm spec file, 
i get this errors:

+ cd /home/martin/rpmbuild/BUILD
+ cd Cadence-4a5f5b445bfb3cd23a797c172dfbcb42e0cf114f
+ desktop-file-validate 
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/cadence.desktop
 
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/catarina.desktop
 
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/catia.desktop
 
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/claudia-launcher.desktop
 
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/claudia.desktop
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/cadence.desktop:
 error: file contains group "Catia Shortcut Group", but groups extending the 
format should start with "X-"
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/cadence.desktop:
 error: file contains group "Claudia Shortcut Group", but groups extending the 
format should start with "X-"
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/cadence.desktop:
 error: file contains group "ClaudiaLauncher Shortcut Group", but groups 
extending the format should start with "X-"
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/cadence.desktop:
 error: file contains group "Carla Shortcut Group", but groups extending the 
format should start with "X-"
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/cadence.desktop:
 error: file contains group "CarlaControl Shortcut Group", but groups extending 
the format should start with "X-"
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/cadence.desktop:
 error: file contains group "JackMeterIn Shortcut Group", but groups extending 
the format should start with "X-"
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/cadence.desktop:
 error: file contains group "JackMeterOut Shortcut Group", but groups extending 
the format should start with "X-"
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/cadence.desktop:
 error: file contains group "JackSettings Shortcut Group", but groups extending 
the format should start with "X-"
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/cadence.desktop:
 error: file contains group "Logs Shortcut Group", but groups extending the 
format should start with "X-"
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/cadence.desktop:
 error: file contains group "Render Shortcut Group", but groups extending the 
format should start with "X-"
/home/martin/rpmbuild/BUILDROOT/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.x86_64/usr/share/applications/cadence.desktop:
 error: file contains group "XYController Shortcut Group", but groups extending 
the format should start with "X-"

how can i solve this ?
Thanks Martin

[1] https://martinkg.fedorapeople.org/Packages/Cadence/Cadence.spec
[2] 
https://martinkg.fedorapeople.org/Packages/Cadence/Cadence-1.0.0-0.1.20180827git4a5f5b4.fc29.src.rpm
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org