On Tuesday 09 October 2007 11:47:19 [EMAIL PROTECTED] wrote: > This time, seems like system-config-audit.desktop got install'ed to a > wrong location:
Right, the gnome desktop changed between RHEL5 GA and current Fedora. This is the patch I have in RHEL5 for this difference: diff -urp audit-1.5.5/system-config-audit/system-config-audit.desktop.in audit-1.5.6/system-config-audit/system-config-audit.desktop.in --- audit-1.5.5/system-config-audit/system-config-audit.desktop.in 2007-05-14 18:41:31.000000000 -0400 +++ audit-1.5.6/system-config-audit/system-config-audit.desktop.in 2007-07-23 17:38:48.000000000 -0400 @@ -6,4 +6,4 @@ Exec=system-config-audit Terminal=false Type=Application Icon=logviewer -Categories=Settings; \ No newline at end of file +Categories=Settings;System;X-Red-Hat-Base;Application;SystemSetup; -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
