mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
Set the WM_CLASS name to Deluge
This commit is contained in:
parent
bd43f3c464
commit
724025092a
1 changed files with 3 additions and 1 deletions
|
@ -33,11 +33,13 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
|
import gobject
|
||||||
|
gobject.set_prgname("deluge")
|
||||||
|
|
||||||
# Install the twisted reactor
|
# Install the twisted reactor
|
||||||
from twisted.internet import gtk2reactor
|
from twisted.internet import gtk2reactor
|
||||||
reactor = gtk2reactor.install()
|
reactor = gtk2reactor.install()
|
||||||
|
|
||||||
import gobject
|
|
||||||
import gettext
|
import gettext
|
||||||
import locale
|
import locale
|
||||||
import pkg_resources
|
import pkg_resources
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue