From 98d30f3ecce38a2e5f392f9ca664a7f3d5f0cebd Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Fri, 26 Aug 2016 10:22:27 +0200 Subject: [PATCH] Revert "Fixes #598 Very big icon tray" Fix #710 This reverts commit b2ce441ec40b7b053af18337c78ac2ed84cb1047. --- data/pixmaps/Makefile.am | 1 - src/guake/guake_app.py | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/pixmaps/Makefile.am b/data/pixmaps/Makefile.am index 41f556f3b..7d5e55c1b 100644 --- a/data/pixmaps/Makefile.am +++ b/data/pixmaps/Makefile.am @@ -1,7 +1,6 @@ pixmapsdir = $(datadir)/pixmaps/guake pixmaps_DATA = \ guake.png \ - guake-tray.svg \ guake-tray.png \ guake-notification.png \ add_tab.png \ diff --git a/src/guake/guake_app.py b/src/guake/guake_app.py index 11d993ced..55957e2e0 100644 --- a/src/guake/guake_app.py +++ b/src/guake/guake_app.py @@ -174,8 +174,9 @@ def __init__(self): self.custom_command_menuitem = None # trayicon! Using SVG handles better different OS trays - img = pixmapfile('guake-tray.svg') - + # img = pixmapfile('guake-tray.svg') + # trayicon! + img = pixmapfile('guake-tray.png') try: import appindicator except ImportError: