[Bug 200565] Review Request: ksynaptics - KDE configuration for synaptics module

bugzilla at redhat.com bugzilla at redhat.com
Fri Jul 28 18:49:21 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ksynaptics - KDE configuration for synaptics module


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=200565





------- Additional Comments From rdieter at math.unl.edu  2006-07-28 14:40 EST -------
I'd suggest replacing:
desktop-file-install --vendor=fedora \
       --add-category=Qt \
       --add-category=KDE \
       --add-category=Utility \
       --add-category=X-Fedora \
       --delete-original --dir %{buildroot}%{_datadir}/applications \
       $RPM_BUILD_ROOT/%{_datadir}/applications/kde/%{name}.desktop


with simply:
desktop-file-install \
  --vendor="" --add-category=X-Fedora \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications/kde \
  $RPM_BUILD_ROOT%{_datadir}/applications/kde/*.desktop

The vendor is clear already here (kde), and this is simply a KControl module, 
so there's no need to add those Categories.


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list