tags 378026 + patch
thanks
Hi,
Attached is a patch that solves this bug. I categorized usermode as
Utility and System. Of course, this is matter of opinion.
Ana
diff -Nrua usermode-1.81.orig/Makefile.in usermode-1.81/Makefile.in
--- usermode-1.81.orig/Makefile.in 2005-08-16 10:53:38.000000000 +0200
+++ usermode-1.81/Makefile.in 2006-08-08 22:48:01.000000000 +0200
@@ -1086,21 +1086,18 @@
install-data-local: userinfo.desktop usermount.desktop userpasswd.desktop
mkdir -p $(DESTDIR)/$(datadir)/applications
desktop-file-install --vendor=$(VENDOR) \
- --add-category Settings \
- --add-category AdvancedSettings \
- --add-category Application \
+ --add-category Utility \
+ --add-category System \
--dir=$(DESTDIR)/$(datadir)/applications \
$(top_builddir)/userinfo.desktop
desktop-file-install --vendor=$(VENDOR) \
- --add-category X-Red-Hat-Base \
+ --add-category Utility \
--add-category System \
- --add-category Application \
--dir=$(DESTDIR)/$(datadir)/applications \
$(top_builddir)/usermount.desktop
desktop-file-install --vendor=$(VENDOR) \
- --add-category X-Red-Hat-Base \
- --add-category Settings \
- --add-category Application \
+ --add-category Utility \
+ --add-category System \
--dir=$(DESTDIR)/$(datadir)/applications \
$(top_builddir)/userpasswd.desktop