Hi,
I'm trying to build kprinter4[1] package. According to desktop file category guidelines[2], I included in spec file:
%suse_update_desktop_file -r %{name} Utility Printing
But then build failed with: WARNING: Category "Printing" is unknown ! ERROR: No sufficient Category definition: {path_to_desktop_file} Errors in installed desktop file detected. Please refer to http://en.opensuse.org/SUSE_Package_Conventions/RPM_Macros
Where is a problem and what it's more important, what is a solution? Our wiki page with desktop menu categories is outdated? build/check tool issue?
[1] - https://github.com/credativ/kprinter4 [2] - http://en.opensuse.org/openSUSE:Packaging_desktop_menu_categories#Utility
Hello! %suse_update_desktop_file -r %{name} 'Utility;Printing;'
Mariusz Fik fisiu82@jabster.pl Sat, 22 Feb 2014 15:51:03 +0300:
Hi,
I'm trying to build kprinter4[1] package. According to desktop file category guidelines[2], I included in spec file:
%suse_update_desktop_file -r %{name} Utility Printing
But then build failed with: WARNING: Category "Printing" is unknown ! ERROR: No sufficient Category definition: {path_to_desktop_file} Errors in installed desktop file detected. Please refer to http://en.opensuse.org/SUSE_Package_Conventions/RPM_Macros
Where is a problem and what it's more important, what is a solution? Our wiki page with desktop menu categories is outdated? build/check tool issue?
[1] - https://github.com/credativ/kprinter4 [2] - http://en.opensuse.org/openSUSE:Packaging_desktop_menu_categories#Utility
Dnia sobota, 22 lutego 2014 23:35:01 Dmitriy Perlow pisze:
Hello! %suse_update_desktop_file -r %{name} 'Utility;Printing;'
Nope. The same error as posted in the first message.
Sorry. You are right. It seems that there are no Printing subcategory any more.
Mariusz Fik fisiu82@jabster.pl Sun, 23 Feb 2014 14:15:37 +0300:
Dnia sobota, 22 lutego 2014 23:35:01 Dmitriy Perlow pisze:
Hello! %suse_update_desktop_file -r %{name} 'Utility;Printing;'
Nope. The same error as posted in the first message.