Merge pull request #1626 from Informatic/fix/set-glib-prgname
Set GLib prgname and application name
This commit is contained in:
commit
6e9cb3b9ca
@ -25,6 +25,8 @@ else:
|
||||
gi.require_version('GstPbutils', '1.0')
|
||||
from gi.repository import GstPbutils
|
||||
|
||||
GLib.set_prgname('mopidy')
|
||||
GLib.set_application_name('Mopidy')
|
||||
|
||||
REQUIRED_GST_VERSION = (1, 2, 3)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user