[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Report from OpenOffice team at debcamp/conf



Hallo!

* Rene Engelhard <rene@debian.org> wrote:
> huh? why? there is no hicolor in 16x16 for ooo_global.xpm in
> oooqs-kde..
> At least letting remove it in rules after reading your suggestion
> failed because rm could not find the file. That's a strong indication
> it is not there :-)

I had to remove even more icons, because they were present in my
system. I final made a find ./debian/ -name "*.xpm" and removed all
found icons (all available from /usr/share/... while oooqs-kde was not
installed...).

Her is my rm Line now:
[...]
locolor/16x16/apps/ooo_draw.xpm locolor/16x16/apps/ooo_gulls.xpm \
          locolor/16x16/apps/ooo_impress.xpm
	  locolor/16x16/apps/ooo_math.xpm \
          locolor/16x16/apps/ooo_printeradmin.xpm \
          locolor/16x16/apps/ooo_writer.xpm \
          hicolor/32x32/apps/ooo_global.xpm \
          hicolor/32x32/apps/ooo_web.xpm \
          locolor/16x16/apps/ooo_global.xpm \
          hicolor/48x48/apps/ooo_global.xpm \
          hicolor/48x48/apps/ooo_web.xpm \
          locolor/16x16/apps/ooo_web.xpm ;\

(which is pretty much 
for icon in `find ./debian/ooqs-kde/ -name "*.xpm"` ; do rm $icon ; done
untested...)

dpkg -S /usr/share/icons/hicolor/48x48/apps/ooo_web.xpm
openoffice.org: /usr/share/icons/hicolor/48x48/apps/ooo_web.xpm

Jan



Reply to: