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 311249 Details for
Bug 454402
Application icon not fully themable (patch attached)
[?]
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]
patch to change the icon name to preferences-system-firewall and lookup it in icon themes
system-config-firewall-1.2.9-icon.patch (text/plain), 2.84 KB, created by
Martin Sourada
on 2008-07-08 09:55:51 UTC
(
hide
)
Description:
patch to change the icon name to preferences-system-firewall and lookup it in icon themes
Filename:
MIME Type:
Creator:
Martin Sourada
Created:
2008-07-08 09:55:51 UTC
Size:
2.84 KB
patch
obsolete
>diff -up system-config-firewall-1.2.9/src/fw_gui.py.icon system-config-firewall-1.2.9/src/fw_gui.py >--- system-config-firewall-1.2.9/src/fw_gui.py.icon 2008-06-11 14:49:14.000000000 +0200 >+++ system-config-firewall-1.2.9/src/fw_gui.py 2008-07-08 11:35:08.000000000 +0200 >@@ -81,7 +81,7 @@ class ui: > def setupScreen(self): > (width, height) = gtk.icon_size_lookup(gtk.ICON_SIZE_MENU) > size = min(width, height) >- self.icon = icon_theme.load_icon("%s_48" % APP_NAME, 48, 0) >+ self.icon = icon_theme.load_icon("preferences-system-firewall", 48, 0) > > self.mainWindow = self.xml.get_widget("mainWindow") > self.mainWindow.set_icon(self.icon) >diff -up system-config-firewall-1.2.9/src/Makefile.icon system-config-firewall-1.2.9/src/Makefile >--- system-config-firewall-1.2.9/src/Makefile.icon 2008-06-11 14:49:14.000000000 +0200 >+++ system-config-firewall-1.2.9/src/Makefile 2008-07-08 11:21:59.000000000 +0200 >@@ -15,7 +15,7 @@ install: > install pixmaps/wizard*.png $(INSTROOT)$(PKGDATADIR) > install pixmaps/${PKGNAME}*.png $(INSTROOT)$(PKGDATADIR) > install -d $(INSTROOT)/usr/share/icons/hicolor/48x48/apps >- install pixmaps/${PKGNAME}_48.png $(INSTROOT)/usr/share/icons/hicolor/48x48/apps/${PKGNAME}.png >+ install pixmaps/${PKGNAME}_48.png $(INSTROOT)/usr/share/icons/hicolor/48x48/apps/preferences-system-firewall.png > # install -d $(INSTROOT)$(FIRSTBOOTDIR)/modules > > clean: >diff -up system-config-firewall-1.2.9/src/system-config-firewall.glade.icon system-config-firewall-1.2.9/src/system-config-firewall.glade >--- system-config-firewall-1.2.9/src/system-config-firewall.glade.icon 2008-06-11 14:49:14.000000000 +0200 >+++ system-config-firewall-1.2.9/src/system-config-firewall.glade 2008-07-08 11:21:59.000000000 +0200 >@@ -2131,7 +2131,7 @@ > <property name="website"></property> > <property name="authors"></property> > <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property> >- <property name="logo">system-config-firewall_48.png</property> >+ <property name="logo_icon_name">preferences-system-firewall</property> > <signal name="close" handler="gtk_widget_hide" object="aboutDialog" last_modification_time="Thu, 03 May 2007 10:39:35 GMT"/> > </widget> > >diff -up system-config-firewall-1.2.9/system-config-firewall.desktop.in.icon system-config-firewall-1.2.9/system-config-firewall.desktop.in >--- system-config-firewall-1.2.9/system-config-firewall.desktop.in.icon 2008-06-11 14:49:14.000000000 +0200 >+++ system-config-firewall-1.2.9/system-config-firewall.desktop.in 2008-07-08 11:21:59.000000000 +0200 >@@ -1,7 +1,7 @@ > [Desktop Entry] > _Name=Firewall > _Comment=Firewall Setup >-Icon=system-config-firewall.png >+Icon=preferences-system-firewall > Categories=System;Settings;Security; > Exec=/usr/bin/system-config-firewall > Type=Application
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 454402
: 311249