Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=513907 --- Comment #15 from Jeff Fearn <jfearn@xxxxxxxxxx> 2009-07-27 20:41:37 EDT --- (In reply to comment #14) > I agree. I don't see the need for it, here. > > Is this something in the fedora "brand" or ??? I'd be happy to pull it out of > the code and provide a patch if you can point me in the direction of the proper > file. It's in /usr/share/publican/xsl/dt_htmlsingle_spec.xsl You need to remove all references to vendor and vendoropt. Here is a diff: --- /usr/share/publican/xsl/dt_htmlsingle_spec.xsl 2009-03-27 12:12:05.000000000 +1000 +++ dt_htmlsingle_spec.xsl 2009-07-28 10:37:47.000000000 +1000 @@ -17,8 +17,6 @@ %if %{HTMLVIEW} %define viewer htmlview -%define vendor redhat- -%define vendoropt --vendor="redhat" %endif Name: <xsl:value-of select="$book-title"/>-<xsl:value-of select="$book-lang"/> @@ -66,7 +64,7 @@ Terminal=false EOF -desktop-file-install %{?vendoropt} --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{name}.desktop +desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{name}.desktop %clean rm -rf $RPM_BUILD_ROOT @@ -74,7 +72,7 @@ %files %defattr(-,root,root,-) %doc tmp/<xsl:value-of select="$book-lang"/>/html-desktop/* -%{_datadir}/applications/%{?vendor}%{name}.desktop +%{_datadir}/applications/%{name}.desktop %changelog<xsl:value-of select="$log"/> -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. -- fedora-docs-list mailing list fedora-docs-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-docs-list