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 779028 - Missing logo in the about dialog of gnome-dvb-control
Missing logo in the about dialog of gnome-dvb-control
Status: RESOLVED FIXED
Product: dvb-daemon
Classification: Other
Component: UI
0.2.x
Other Linux
: Normal normal
: ---
Assigned To: dvb-daemon-maint
dvb-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2017-02-21 16:29 UTC by Laurent Bigonville
Modified: 2017-03-01 20:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Properly set the logo icon in the about dialog (867 bytes, patch)
2017-02-21 16:37 UTC, Laurent Bigonville
none Details | Review

Description Laurent Bigonville 2017-02-21 16:29:14 UTC
Hi,

In the about dialog of gnome-dvb-control, there is no icon defined.

Adding the following line in INFOS structure in gnomedvb/__init__.py fixes the issue:

"logo-icon-name": "gnome-dvb-daemon",
Comment 1 Laurent Bigonville 2017-02-21 16:37:45 UTC
Created attachment 346372 [details] [review]
Properly set the logo icon in the about dialog
Comment 2 Sebastian Pölsterl 2017-03-01 20:33:35 UTC
Thanks a lot for the patch, fixed in master (commit 64970a01cfac0da34a88024e10d37df8455e1e5b).