mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
Set the WM_CLASS name to Deluge
This commit is contained in:
parent
bd43f3c464
commit
724025092a
@ -33,11 +33,13 @@
|
||||
#
|
||||
#
|
||||
|
||||
import gobject
|
||||
gobject.set_prgname("deluge")
|
||||
|
||||
# Install the twisted reactor
|
||||
from twisted.internet import gtk2reactor
|
||||
reactor = gtk2reactor.install()
|
||||
|
||||
import gobject
|
||||
import gettext
|
||||
import locale
|
||||
import pkg_resources
|
||||
|
Loading…
x
Reference in New Issue
Block a user