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 581635 Details for
Bug 752698
The icon is packaged, but it doesn't show on Gnome 3.2.
[?]
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]
Refresh Gnome's icon cache on post/postun/posttrans
752698.diff (text/plain), 1.27 KB, created by
Emmanuel Seyman
on 2012-05-02 14:25:33 UTC
(
hide
)
Description:
Refresh Gnome's icon cache on post/postun/posttrans
Filename:
MIME Type:
Creator:
Emmanuel Seyman
Created:
2012-05-02 14:25:33 UTC
Size:
1.27 KB
patch
obsolete
>diff --git a/perl-Padre.spec b/perl-Padre.spec >index 8b17979..03008bd 100644 >--- a/perl-Padre.spec >+++ b/perl-Padre.spec >@@ -2,7 +2,7 @@ > > Name: perl-Padre > Version: 0.90 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: Perl Application Development and Refactoring Environment > License: GPL+ or Artistic > Group: Development/Libraries >@@ -341,6 +341,19 @@ mkdir "$HOME" > %endif > > >+%post >+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : >+ >+%postun >+if [ $1 -eq 0 ] ; then >+ /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null >+ /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : >+fi >+ >+%posttrans >+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : >+ >+ > %files -f %{name}.lang > %doc Artistic Changes COPYING LICENSE padre.yml README > # To omit %%{perl_vendorlib}/auto/share/dist/Padre/locale/* pulled by -f option >@@ -367,6 +380,9 @@ mkdir "$HOME" > > > %changelog >+* Wed May 02 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 0.90-3 >+- Add post commands to refresh Gnome's icon cache (#752698) >+ > * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.90-2 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >
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 752698
: 581635