GNOME Bugzilla – Bug 676983
Allow the missing plugins installation window to specify a custom application name
Last modified: 2014-12-15 18:03:03 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.
Does glib.set_prgname('foo') help? (Where 'foo' is the saame name used for the foo.desktop file)
No, that did not help.
> 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.
I call set_prgname after gtk.init().
Do you have a link to your sources?
(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.