From e1be4826551cc7aa396d0e4b28770fb8eb12946b Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 2 Nov 2009 15:35:00 +0100 Subject: Added abrt.png, fixed rhbz# - we should have an icon in menu --- src/Gui/Makefile.am | 6 +++++- src/Gui/abrt.desktop | 2 +- src/Gui/abrt.png | Bin 0 -> 2791 bytes 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 src/Gui/abrt.png (limited to 'src') diff --git a/src/Gui/Makefile.am b/src/Gui/Makefile.am index ffdace5..87d996c 100644 --- a/src/Gui/Makefile.am +++ b/src/Gui/Makefile.am @@ -10,11 +10,15 @@ PYTHON_FILES = CCDBusBackend.py CCDumpList.py CCDump.py CC_gui_functions.py \ GLADE_FILES = ccgui.glade report.glade settings.glade dialogs.glade settings_wizard.glade -EXTRA_DIST = $(PYTHON_FILES) $(GLADE_FILES) abrt-gui abrt.desktop +EXTRA_DIST = $(PYTHON_FILES) $(GLADE_FILES) abrt-gui abrt.desktop abrt.png #ccguidir = $(pkgdatadir) +applicationsdir = $(datadir)/applications +applications_DATA = abrt.desktop pkgdata_PYTHON = $(PYTHON_FILES) pkgdata_DATA = $(GLADE_FILES) +pixmapdir = $(datadir)/pixmaps +pixmap_DATA = abrt.png CLEANFILES := $(notdir $(wildcard *~)) $(notdir $(wildcard *\#)) $(notdir $(wildcard \.\#*)) $(notdir $(wildcard *.pyc)) diff --git a/src/Gui/abrt.desktop b/src/Gui/abrt.desktop index 64aeb20..5498a0a 100644 --- a/src/Gui/abrt.desktop +++ b/src/Gui/abrt.desktop @@ -3,7 +3,7 @@ Encoding=UTF-8 Name=Automatic Bug Reporting Tool Comment=View and report application crashes Exec=abrt-gui -Icon= +Icon=abrt Terminal=false Type=Application Categories=System;X-Red-Hat-Base; diff --git a/src/Gui/abrt.png b/src/Gui/abrt.png new file mode 100644 index 0000000..dc24865 Binary files /dev/null and b/src/Gui/abrt.png differ -- cgit