Bug 313981
| Summary: | gnome-password-generator requires redhat-artwork | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ray Strode [halfline] <rstrode> |
| Component: | gnome-password-generator | Assignee: | Debarshi Ray <debarshir> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.5-2.fc7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-12-10 20:44:31 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 305441 | ||
|
Description
Ray Strode [halfline]
2007-10-01 15:16:10 UTC
It uses redhat-artwork for the following portion of the code:
102 menu_items = (
103 ("/_File", None, None, 0, "<Branch>"),
104 ("/File/_Quit", "<control>Q", self.DestroyCallback, 0,
"<StockItem>", gtk.STOCK_QUIT),
105 ("/_Help", None, None, 0, "<Branch>"),
106 ("/_Help/_About", None, self.AboutCallback, 0,
"<StockItem>", "gnome-stock-about")
107 )
Reference:
https://bugzilla.redhat.com/show_bug.cgi?id=245649
As far as I understand, redhat-artwork should be replaced by either
fedora-gnome-theme or fedora-icon-theme. Which one should I pick?
i'd just use gtk.STOCK_ABOUT there and drop the dep entirely (eventually you may want to port to UI manager btw) so just to be clear, I'd drop the Requires: redhat-artwork from the spec file and change the occurrence of "gnome-stock-about" to gtk.STOCK_ABOUT Sure. I will update the package after pointing upstream to this issue. This should be fixed in devel now. I am requesting a push to updates-testing for F-7. Please confirm so that this bug can be closed. confirmed, Requires: redhat-artwork is no longer in rawhide. We don't really need to update F-7. It's not going to be changed gnome-password-generator-1.5-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update gnome-password-generator' gnome-password-generator-1.5-2.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. |