Hi. > I see 4 ways to solve this bug:
The fifth, which I'd recommend, is moving the icon into /usr/share/apps/kflog/icons/hicolor/22x22/actions/save_all.png KFlog should still be able to find it, and it won't get in the way of anyone else. This change is IMHO well worth pushing upstream, and upstream can do it fairly easily in the Makefile.am. In the directory that contains the icons (hi22-action-save_all.png, etc), the Makefile.am should look something like this: kflogdir = $(kde_datadir)/kflog/icons kflog_ICON = AUTO (and rerun "make -f admin/Makefile.common cvs" to regenerate the makefiles, etc. if you're doing it this way for the debian pkgs also.) b.