After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 137198 - gstreamer-properties.desktop file is installed in incorrect place
gstreamer-properties.desktop file is installed in incorrect place
Status: RESOLVED FIXED
Product: gnome-media
Classification: Deprecated
Component: general
2.5.x
Other All
: Normal normal
: 2.6.2
Assigned To: gnome media maintainers
gnome media maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-14 22:47 UTC by Julio Merino
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Sample patch (674 bytes, patch)
2004-03-14 22:47 UTC, Julio Merino
none Details | Review

Description Julio Merino 2004-03-14 22:47:26 UTC
The gstreamer-properties.desktop file is installed under
$(datadir)/applications.  This file, according to the Categories entry, is
intended to appear in the control center; but as it is installed under
applications/, the control center does not find it.

The file should be installed in $(datadir)/control-center-2.0/capplets
instead.  Doing so lets control center find it properly, and it appears in
the configuration menu correctly.

You can look at cddb-slave2/Makefile.am, which does the right thing for
cddb-slave.desktop.
Comment 1 Julio Merino 2004-03-14 22:47:45 UTC
Created attachment 25646 [details] [review]
Sample patch
Comment 2 Ronald Bultje 2004-04-30 03:35:24 UTC
Applied, thanks.