Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 855615 Details for
Bug 825409
Review Request: gazebo - 3D multi-robot simulator with dynamics
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Gazebo desktop file and icon
gazebo-desktop-file-and-icon.patch (text/plain), 2.28 KB, created by
Scott K Logan
on 2014-01-26 03:40:31 UTC
(
hide
)
Description:
Gazebo desktop file and icon
Filename:
MIME Type:
Creator:
Scott K Logan
Created:
2014-01-26 03:40:31 UTC
Size:
2.28 KB
patch
obsolete
>--- a/SOURCES/gazebo.desktop 1969-12-31 17:00:00.000000000 -0700 >+++ b/SOURCES/gazebo.desktop 2014-01-25 20:28:49.424692787 -0700 >@@ -0,0 +1,9 @@ >+[Desktop Entry] >+Name=Gazebo >+Comment=3D multi-robot simulator with dynamics >+Exec=/usr/bin/gazebo >+Icon=gazebo >+Terminal=false >+Type=Application >+Categories=Education; >+X-Desktop-File-Install-Version=0.22 >--- a/SPECS/gazebo.spec 2014-01-05 13:25:26.000000000 -0700 >+++ b/SPECS/gazebo.spec 2014-01-25 20:38:10.483856246 -0700 >@@ -8,6 +8,7 @@ > License: ASL 2.0 > URL: http://www.gazebosim.org > Source0: http://gazebosim.org/assets/distributions/%{name}-current-%{version}.tar.bz2 >+Source1: gazebo.desktop > # This patch unbundles libccd, skyx, and provides the correct search > # path to find ogre. It also fixes a problem with avformat and avcodec > # not being found when ffmpeg is, and fixes the freeimage pkg-config >@@ -155,6 +156,15 @@ > # Install the example files in the datadir. > cp -pr examples/ $RPM_BUILD_ROOT%{_datadir}/%{name}-%{abiversion} > >+# Install the icon. >+mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/ >+cp -p gazebo/gui/images/gazebo.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg >+ >+# Install the desktop file. >+desktop-file-install --vendor "" \ >+ --dir %{buildroot}%{_datadir}/applications \ >+ %{SOURCE1} >+ > # Private plugin library: get rid of versioned symlinks, > # move into private subdirectory of libdir > mkdir -p $RPM_BUILD_ROOT%{_libdir}/player >@@ -168,9 +178,17 @@ > make test || /usr/bin/true > popd > >-%post -p /sbin/ldconfig >- >-%postun -p /sbin/ldconfig >+%post >+/sbin/ldconfig >+touch --no-create %{_datadir}/icons/hicolor || : >+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : >+%{_bindir}/update-desktop-database %{_datadir}/applications >+ >+%postun >+/sbin/ldconfig >+touch --no-create %{_datadir}/icons/hicolor || : >+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : >+%{_bindir}/update-desktop-database %{_datadir}/applications > > %files > %doc AUTHORS COPYING LICENSE >@@ -181,6 +199,8 @@ > %dir %{_datadir}/%{name}-%{abiversion}/examples > %{_datadir}/%{name}-%{abiversion}/setup.sh > %{_datadir}/%{name} >+%{_datadir}/applications/%{name}.desktop >+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg > %{_mandir}/man1/* > > %files playerplugin
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 825409
:
841683
| 855615 |
919823