mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 03:55:43 +00:00
fix icons to use theme properly
This commit is contained in:
parent
3270f23747
commit
9cb26544e1
@ -4,10 +4,9 @@ Encoding=UTF-8
|
|||||||
Name=Deluge BitTorrent Client
|
Name=Deluge BitTorrent Client
|
||||||
Comment=Bittorrent client written in PyGTK
|
Comment=Bittorrent client written in PyGTK
|
||||||
Exec=deluge
|
Exec=deluge
|
||||||
Icon=deluge.xpm
|
Icon=deluge.png
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Application;Network
|
Categories=Application;Network
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
MimeType=application/x-bittorrent;
|
MimeType=application/x-bittorrent;
|
||||||
GenericName=
|
|
||||||
|
@ -52,7 +52,7 @@ class SystemTray:
|
|||||||
"""Enables the system tray icon."""
|
"""Enables the system tray icon."""
|
||||||
log.debug("Enabling the system tray icon..")
|
log.debug("Enabling the system tray icon..")
|
||||||
self.core = functions.get_core()
|
self.core = functions.get_core()
|
||||||
self.tray = gtk.status_icon_new_from_pixbuf(deluge.common.get_logo(48))
|
self.tray = gtk.status_icon_new_from_icon_name('deluge')
|
||||||
self.tray.connect("activate", self.on_tray_clicked)
|
self.tray.connect("activate", self.on_tray_clicked)
|
||||||
self.tray.connect("popup-menu", self.on_tray_popup)
|
self.tray.connect("popup-menu", self.on_tray_popup)
|
||||||
|
|
||||||
|
24
setup.py
24
setup.py
@ -162,29 +162,29 @@ setup(
|
|||||||
"i18n/*/LC_MESSAGES/*.mo"]},
|
"i18n/*/LC_MESSAGES/*.mo"]},
|
||||||
data_files = [('/usr/share/deluge/icons/scalable/apps', [
|
data_files = [('/usr/share/deluge/icons/scalable/apps', [
|
||||||
'deluge/data/icons/scalable/apps/deluge.svg']),
|
'deluge/data/icons/scalable/apps/deluge.svg']),
|
||||||
('/usr/share/deluge/icons/hicolor/128x128/apps', [
|
('/usr/share/icons/hicolor/128x128/apps', [
|
||||||
'deluge/data/icons/hicolor/128x128/apps/deluge.png']),
|
'deluge/data/icons/hicolor/128x128/apps/deluge.png']),
|
||||||
('/usr/share/deluge/icons/hicolor/16x16/apps', [
|
('/usr/share/icons/hicolor/16x16/apps', [
|
||||||
'deluge/data/icons/hicolor/16x16/apps/deluge.png']),
|
'deluge/data/icons/hicolor/16x16/apps/deluge.png']),
|
||||||
('/usr/share/deluge/icons/hicolor/192x192/apps', [
|
('/usr/share/icons/hicolor/192x192/apps', [
|
||||||
'deluge/data/icons/hicolor/192x192/apps/deluge.png']),
|
'deluge/data/icons/hicolor/192x192/apps/deluge.png']),
|
||||||
('/usr/share/deluge/icons/hicolor/22x22/apps', [
|
('/usr/share/icons/hicolor/22x22/apps', [
|
||||||
'deluge/data/icons/hicolor/22x22/apps/deluge.png']),
|
'deluge/data/icons/hicolor/22x22/apps/deluge.png']),
|
||||||
('/usr/share/deluge/icons/hicolor/24x24/apps', [
|
('/usr/share/icons/hicolor/24x24/apps', [
|
||||||
'deluge/data/icons/hicolor/24x24/apps/deluge.png']),
|
'deluge/data/icons/hicolor/24x24/apps/deluge.png']),
|
||||||
('/usr/share/deluge/icons/hicolor/256x256/apps', [
|
('/usr/share/icons/hicolor/256x256/apps', [
|
||||||
'deluge/data/icons/hicolor/256x256/apps/deluge.png']),
|
'deluge/data/icons/hicolor/256x256/apps/deluge.png']),
|
||||||
('/usr/share/deluge/icons/hicolor/32x32/apps', [
|
('/usr/share/icons/hicolor/32x32/apps', [
|
||||||
'deluge/data/icons/hicolor/32x32/apps/deluge.png']),
|
'deluge/data/icons/hicolor/32x32/apps/deluge.png']),
|
||||||
('/usr/share/deluge/icons/hicolor/36x36/apps', [
|
('/usr/share/icons/hicolor/36x36/apps', [
|
||||||
'deluge/data/icons/hicolor/36x36/apps/deluge.png']),
|
'deluge/data/icons/hicolor/36x36/apps/deluge.png']),
|
||||||
('/usr/share/deluge/icons/hicolor/48x48/apps', [
|
('/usr/share/icons/hicolor/48x48/apps', [
|
||||||
'deluge/data/icons/hicolor/48x48/apps/deluge.png']),
|
'deluge/data/icons/hicolor/48x48/apps/deluge.png']),
|
||||||
('/usr/share/deluge/icons/hicolor/64x64/apps', [
|
('/usr/share/icons/hicolor/64x64/apps', [
|
||||||
'deluge/data/icons/hicolor/64x64/apps/deluge.png']),
|
'deluge/data/icons/hicolor/64x64/apps/deluge.png']),
|
||||||
('/usr/share/deluge/icons/hicolor/72x72/apps', [
|
('/usr/share/icons/hicolor/72x72/apps', [
|
||||||
'deluge/data/icons/hicolor/72x72/apps/deluge.png']),
|
'deluge/data/icons/hicolor/72x72/apps/deluge.png']),
|
||||||
('/usr/share/deluge/icons/hicolor/96x96/apps', [
|
('/usr/share/icons/hicolor/96x96/apps', [
|
||||||
'deluge/data/icons/hicolor/96x96/apps/deluge.png']),
|
'deluge/data/icons/hicolor/96x96/apps/deluge.png']),
|
||||||
('/usr/share/applications', [
|
('/usr/share/applications', [
|
||||||
'deluge/data/share/applications/deluge.desktop'])],
|
'deluge/data/share/applications/deluge.desktop'])],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user