Skip to content

Commit

Permalink
Merge pull request #1626 from Informatic/fix/set-glib-prgname
Browse files Browse the repository at this point in the history
Set GLib prgname and application name
  • Loading branch information
kingosticks committed Jun 14, 2017
2 parents b0bf0ec + 2124c66 commit 6e9cb3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mopidy/internal/gi.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
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)

Expand Down

0 comments on commit 6e9cb3b

Please sign in to comment.