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 676983 - Allow the missing plugins installation window to specify a custom application name
Allow the missing plugins installation window to specify a custom application...
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.36
Other Linux
: Normal trivial
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-28 18:39 UTC by sgringwe
Modified: 2014-12-15 18:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of issue. (45.16 KB, image/jpeg)
2012-05-28 18:39 UTC, sgringwe
Details

Description sgringwe 2012-05-28 18:39:27 UTC
Created attachment 215147 [details]
Screenshot of issue.

Currently the missing codec/plugins installation window says that "Python" needs plugins x,y,z to continue. It should be allowed to say "My Music Player" needs plugins x,y,z to continue, instead.
Comment 1 Tim-Philipp Müller 2012-05-28 21:11:45 UTC
Does glib.set_prgname('foo') help? (Where 'foo' is the saame name used for the foo.desktop file)
Comment 2 sgringwe 2012-05-28 22:51:05 UTC
No, that did not help.
Comment 3 Tim-Philipp Müller 2012-09-30 13:53:08 UTC
> Does glib.set_prgname('foo') help? (Where 'foo' is the same name used for the
> foo.desktop file)

When/where are you doing this? Before/after gtk init() ?

I think this is a problem to sort out between the python glib/gtk bindings and glib/gtk.

The code that calls the install helper does g_get_prgname(), you need to figure out how to set the program name properly IMHO.
Comment 4 sgringwe 2012-09-30 14:38:34 UTC
I call set_prgname after gtk.init().
Comment 5 Stefan Sauer (gstreamer, gtkdoc dev) 2013-04-05 20:28:51 UTC
Do you have a link to your sources?
Comment 6 André Klapper 2014-12-15 18:03:03 UTC
(In reply to comment #5)
> Do you have a link to your sources?

Hi sgringwe, 
I am closing this bug report as no updated information has been provided.
Please feel free to reopen this bug if you can provide the information that was asked for in a previous comment.