Bug#648621: [libglib2.0-dev] need dh_python2 call update

2016-01-12 Thread gregory hainaut
Package: libglib2.0-dev Version: 2.42.1-1 Dear Maintainer, I try the Riku's patch above (glib-ma-fixed.patch). Disclaimer, I rebase the patch myself so maybe I break it. Anyway, I manage to broke dpkg install. Here some information that I hope would be useful and avoid the same failure as me.

Bug#802770: [libwxgtk3.0-0] dependency on SDL half enabled (rule vs control)

2015-10-23 Thread gregory hainaut
Package: libwxgtk3.0-0 Version: 3.0.2-1+b1 Severity: minor --- Please enter the report below this line. --- Hello, As far as I understand, WX supports an audio plugin based on SDL (see src/unix/sound_sdl.cpp). My application (PCSX2) depends on both SDL and WX which means the SDL version (2 vs 1

Bug#687207: playonlinux: New version available

2012-12-31 Thread gregory hainaut
Hello, In my opinion, I think it worth it to upload a newer version in experimental. I tryed to install some games of GoG platform but PoL script requires at least playonlinux 4.1.6. It probably the same minimum requirement for all GoG scripts (or I'm very unlucky, I tested 2 games). Cheers, Greg

Bug#651008: liborc-0.4-0: Patch to add multiarch support. One line missed

2012-02-12 Thread gregory hainaut
user multiarch-de...@lists.alioth.debian.org usertag 651008 + multiarch thanks Hello, I try the patch on my PC and found a small issue. It miss some bits in the control files. "Multi-Arch: same" must be added to package liborc-0.4-0. If you can check that include files inside liborc-0.4-dev are

Bug#645411: [libwxgtk2.8-0] support of multiarch same << not yet installable

2011-12-15 Thread Gregory Hainaut
On Wed, Dec 14, 2011 at 11:37 PM, Olly Betts wrote: > Coincidentally, I looked last night and it had built about 7 days ago, > but was apparently waiting to be signed and uploaded (this is automated > for many buildds now, but for some it still requires the admin to > intervene to sign and upload

Bug#645411: [libwxgtk2.8-0] support of multiarch same << not yet installable

2011-12-14 Thread Gregory Hainaut
Hello, Let me first thank you for the uploading of wx with multiarch support. I wanted to try the install on my amd64 system but strangely the version has been 2.8.12.1-3 for 1 week. Is there somethings wrong ? Cheers, Gregory -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian

Bug#645123: [libportaudio2] transition to multiarch : same

2011-12-02 Thread Gregory Hainaut
Hello, I would like to know the current status on portaudio multiarch? I would like to have the multiarch support merge for Ubuntu Precise release. Portaudio dependency is needed by the 32 bits PS2 emulator (PCSX2). If I'm correct, Ubuntu freezes the sync from Debian on the end of december. Pleas

Bug#647283: [libtasn1-3] failed to install on multiarch

2011-11-01 Thread gregory hainaut
Package: libtasn1-3 Version: 2.10-1 Severity: normal --- Please enter the report below this line. --- Dear Maintainer, libtasn failed to install on a multiarch-aware system. dpkg: error processing /var/cache/apt/archives/libtasn1-3_2.10-1_i386.deb (--unpack): './usr/share/doc/libtasn1-3/NEWS.g

Bug#645411: [libwxgtk2.8-0] support of multiarch same

2011-10-16 Thread gregory hainaut
On Sun, 16 Oct 2011 13:02:43 +1300 Olly Betts wrote: > I'd prefer to get the current changes in experimental into unstable > before trying to merge anything potentially disruptive like this. > People have been clamouring for the package to be updated to a newer > upstream release for some time (t

Bug#645411: [libwxgtk2.8-0] support of multiarch same

2011-10-15 Thread gregory hainaut
Package: libwxgtk2.8-0 Version: 2.8.12.1-1.1 Severity: normal Tags: patch --- Please enter the report below this line. --- Dears Maintainer, Could you support multiarch same for wxwidget2.8. At least libwxbase2.8-0 and libwxgtk2.8-0 (see attached patch but can probably be extended to msw stuff).

Bug#645123: [libportaudio2] transition to multiarch : same

2011-10-12 Thread gregory hainaut
Package: libportaudio2 Version: 19+svn20110326-1.2 Severity: wishlist Tags: patch --- Please enter the report below this line. --- Dear Maintainer, Could you consider to support multiarch "same" for libportaudio. I convert it on my PC few monthes ago so I kindly share the patch with you. The pa

Bug#645118: [libjasper1] transition to multiarch : same

2011-10-12 Thread gregory hainaut
Package: libjasper1 Version: 1.900.1-9.1 Severity: wishlist --- Please enter the report below this line. --- Dear Maintainer, Could you consider to support multiarch same for libjasper library. Ubuntu already convert the package. So You can reuse their changes. Here a doc on multiarch for in d

Bug#528143: update multiarch patch

2011-09-04 Thread gregory hainaut
Hello, There is a minor issue with the previous multiarch patch. *** DPKG log dpkg: error processing /var/cache/apt/archives/libbz2-1.0_1.0.5-7_i386.deb (--unpack): './usr/share/doc/libbz2-1.0/changelog.gz' is different from the same file on the system Extract of http://wiki.debian.org/Mult

Bug#636280: [wxwidgets2.8] issue open upstream

2011-08-14 Thread gregory hainaut
Hello, Just for information, an issue was been open on upstream bug-tracker which contains a patch too http://trac.wxwidgets.org/ticket/13375 Cheers, Gregory -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lis

Bug#636989: libjpeg8: Please add multiarch support

2011-08-08 Thread gregory hainaut
/changelog libjpeg8-8c/debian/changelog --- libjpeg8-8c/debian/changelog 2011-07-07 15:08:56.0 +0200 +++ libjpeg8-8c/debian/changelog 2011-07-10 14:57:59.0 +0200 @@ -1,3 +1,10 @@ +libjpeg8 (8c-2.1) unstable; urgency=low + + * Non-maintainer upload. + * transition multiarch + + -- Gregory

Bug#636280: wxwidgets2.8: FTBFS (multiarch breakage)

2011-08-02 Thread gregory hainaut
Hello, Some additionals information. The root of the issue is the macro WX_PATH_FIND_LIBRARIES which check several directories but not the multiarch directories. Autotools need to rely on AC_CHECK_LIB (or I think PKG_CHECK_MODULES is fine too) to check library. In the future, WX_PATH_FIND_INCLUD

Bug#634099: libglib2.0-0-dbg not compatible with multiarch same

2011-07-29 Thread gregory hainaut
Hello All, libglib2.0-0-dbg is not compatible with multiarch same because of debug symbol of executable. Note Ubuntu packages have them too. dpkg -L libglib2.0-0-dbg:i386 | grep /usr/bin /usr/lib/debug/usr/bin /usr/lib/debug/usr/bin/glib-genmarshal /usr/lib/debug/usr/bin/gsettings /usr/lib/debug

Bug#635251: [libpciaccess0] support multiarch same

2011-07-24 Thread gregory hainaut
On Sun, 24 Jul 2011 15:13:06 +0200 Steve Langasek wrote: > On Sun, Jul 24, 2011 at 01:50:22PM +0200, gregory hainaut wrote: > > diff -u libpciaccess-0.12.1/debian/control > > libpciaccess-0.12.1/debian/control --- > > libpciaccess-0.12.1/debian/control +++ > > libpcia

Bug#635252: [libxmu6] support multiarch same

2011-07-24 Thread gregory hainaut
Package: libxmu6 Version: 2:1.1.0-2.1 Severity: wishlist Tags: patch --- Please enter the report below this line. --- Dears Maintainers, Could you support multiarch same for libxmu/libxmuu? Multiarch information can be found on this wiki http://wiki.debian.org/Multiarch/Implementation A small p

Bug#635251: [libpciaccess0] support multiarch same

2011-07-24 Thread gregory hainaut
Package: libpciaccess0 Version: 0.12.1-1.1 Severity: wishlist Tags: patch --- Please enter the report below this line. --- Dears Maintainers, Could you support multiarch same for libpciaccess0? Multiarch information can be found on this wiki http://wiki.debian.org/Multiarch/Implementation A sma

Bug#635169: [libsoundtouch0] Support multiarch: same

2011-07-23 Thread gregory hainaut
+1,10 @@ +soundtouch (1.6.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Build for Multiarch. Drop lib32* + + -- Gregory Hainaut Wed, 20 Jul 2011 22:36:12 +0200 + soundtouch (1.6.0-1) unstable; urgency=low [ Alessio Treglia ] diff -Nru soundtouch-1.6.0/debian/control

Bug#601590: [debhelper] debhelper: cmake buildsystem does not clean builddir if cancelled during configure

2011-07-21 Thread gregory hainaut
On Thu, 21 Jul 2011 14:53:09 +0300 Modestas Vainius wrote: > Well, ok. In either case, the second hunk of your patch is redundant. > That "clean" code is already implicit due to inheritance from > makefile buildsystem. > > However, this bug is not about cmake actually. I think it applies to > au

Bug#601590: [debhelper] debhelper: cmake buildsystem does not clean builddir if cancelled during configure

2011-07-21 Thread Gregory Hainaut
On Thu, Jul 21, 2011 at 8:35 AM, Modestas Vainius wrote: > Hello, > > On ketvirtadienis 21 Liepa 2011 00:22:20 gregory hainaut wrote: > > Package: debhelper > > Version: 8.9.1 > > Tags: patch > > > > Hello all, > > > > I'm facing the s

Bug#601590: [debhelper] debhelper: cmake buildsystem does not clean builddir if cancelled during configure

2011-07-20 Thread gregory hainaut
Package: debhelper Version: 8.9.1 Tags: patch Hello all, I'm facing the same issue for a personal project. In the correct run, debhelper detect the clean phase as a makefile build. However in our case the Makefile did not exist. The logic to detect the cmake build is only enabled during the confi

Bug#631873: Please transition cairo for multiarch

2011-07-13 Thread gregory hainaut
Hello, I found a small issue with Steve's previous patch. The multiarch property is set to the dev package instead of the runtime one. Please find attached a patch to move the property. Cheers, Gregory--- debian/control 2011-07-13 21:06:29.0 +0200 +++ /mnt/playstation/ref/cairo-1.10.2/de

Bug#633135: [tipptrainer] support wx2.8

2011-07-08 Thread gregory hainaut
Package: tipptrainer Version: 0.6.0-17.1 Severity: wishlist Tags: patch Dear Maintainer, I wanted to play with some wx code. In the process I port tipptrainer to wx2.6+ code and drop deprecated wx2.4 features. So I decide to share it with you. I did only basic test and compilation was done with

Bug#631548: [libglew1.6] support multiarch: same

2011-06-24 Thread gregory hainaut
Hello Steve, Thanks for your feedback. I was mislead by the debhelper wrong man page. Hopefully it will be fix in the coming release. Refresh patch without compat change. Best regards, Gregory multiarch_glew_v2.patch.gz Description: GNU Zip compressed data

Bug#631548: [libglew1.6] support multiarch: same

2011-06-24 Thread gregory hainaut
Package: libglew1.6 Version: 1.6.0-2.1 Severity: wishlist Tags: patch Dear maintainer, The build toolchain was recently updated to support multiarch. I wrote a small patch to convert libglew (1.6) to multiarch "same". I based my work on http://wiki.debian.org/Multiarch/Implementation Warning i

Bug#618932: [cmake] cmake multiarch support (GTK2 module)

2011-05-23 Thread gregory hainaut
Hello, For completeness, there is also an others issue related with the GTK2 module. Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/751940 Cmake bug: http://www.cmake.org/Bug/bug_relationship_graph.php?bug_id=12049 Cheers, Gregory -- To UNSUBSCRIBE, email to debian-bugs-di

Bug#616663: [libglew1.5] Sorry

2011-03-15 Thread gregory hainaut
Steve, I'm sorry. Yes I'm not an expert of Multiarch. I just read most of the documentation as possible. But it seems I failed to understand it correctly. > Instead, it tells the package manager that the 64-bit version of the > library satisfies the dependencies of 32-bit packages! My understandi

Bug#616663: [libglew1.5] Support of multi-arch

2011-03-06 Thread gregory hainaut
Package: libglew1.5 Version: 1.5.8-1 Severity: wishlist --- Please enter the report below this line. --- Dear Maintainer, Could you please consider to support multi-arch in libglew package. In the short term, add the "Multi-Arch: foreign" control for libglew [0]. If you need an example, maybe yo

Bug#616649: [libportaudio2] Support of multi-arch

2011-03-06 Thread gregory hainaut
Package: libportaudio2 Version: 19+svn20110302-1 Severity: wishlist --- Please enter the report below this line. --- Dear Maintainer, Could you please consider to support multi-arch in portaudio package. In the short term, add the "Multi-Arch: foreign" control for libportaudio2 and libportaudioc

Bug#588353: [ia32-libs] PCSX2, how to Multiarchified packages

2011-02-21 Thread gregory hainaut
Hello, I'm glad to heard the progress on multi-arch. I try to read some resources on multi-arch. Unfortunately I failed to understand one basic thing. What is the definition of a co-installable package? My understanding is that you can install multiple arch package without overwriting file, is it

Bug#588353: [ia32-libs] PCSX2 Update summary

2011-02-06 Thread gregory hainaut
Hello, Libsoundtouch got a new maintainer which upload some lib32soundtouch0* package in experimental. In others words we need only three packages. 1/ libwxbase2.8-0, libwxgtk2.8-0 2/ libportaudio1.9 3/ libGLEW Best regards, Gregory -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.

Bug#612050: [gstreamer0.10-plugins-bad] Rebuild against libsoundtouch-dev in experimental

2011-02-05 Thread gregory hainaut
Package: gstreamer0.10-plugins-bad Version: 0.10.19-2+b2 Severity: wishlist --- Please enter the report below this line. --- Hello, A new version of libsoundtouch was upload to experimental. However they rename the package which make new libsoundtouch incompatible with gstreamer... Could you upda

Bug#583652: [xfwm4] Opening of gvim windows is out of the screen partially (bottom part)

2010-12-15 Thread gregory hainaut
Hi, Here additional information from anothers user. Like him, I hide a bottom taskbar. Hope it can help. Cheers, Gregory * When opening gvim as a large window (gvim -geom 180x70) its smart placed below the taskbar at the bottom of the screen.

Bug#602625: [libxaw7] libXaw.so in both libxaw7and libxaw7-dev

2010-11-06 Thread gregory hainaut
Package: libxaw7 Severity: serious --- Please enter the report below this line. --- Hi, libxaw7-dev can not be installed anymore. I think the .so must be only in dev versions. Unpacking libxaw7-dev (from .../libxaw7-dev_2%3a1.0.8-1_amd64.deb) ... dpkg: error processing /var/cache/apt/archives/l

Bug#588353: [ia32-libs]

2010-10-10 Thread gregory hainaut
Hi, FYI, the liba52 library dependency was dropped. Regards Gregory -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#596727: [ia32-libs]

2010-09-13 Thread gregory hainaut
Package: ia32-libs Version: 20100908 --- Please enter the report below this line. --- As a side note: cairo was also removed. Maybe it is plane to add it to ia32-libs-gtk. Regards, Gregory -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscri

Bug#596727: [ia32-libs] (20100908) conflict with bzip2 32bits but do not provide it.

2010-09-13 Thread gregory hainaut
Package: ia32-libs Version: 20100908 Severity: grave --- Please enter the report below this line. --- Hi, Last version (20100908) drop the 32 bits versions of bzip2... So it is not possible to install it and probably breaks lots of 32bits software. Current status with lastest package is ia32-li

Bug#588353: ia32-libs: Need additional library for building and running pcsx2 (playstation 2 emulator)

2010-07-07 Thread Gregory Hainaut
Package: ia32-libs Version: 20090808+nmu7 Severity: wishlist Hi, I'm currently working as packager on pcsx2. We will need additional library in order to provide a debian package for ours user, my goal is the inclusion of pcsx2 into debian. Could you add the following libraries in ia32libs ? liba5

Bug#585557: libsoundtouch1c2: Please provide version 1.5

2010-06-11 Thread Gregory Hainaut
Package: libsoundtouch1c2 Version: 1.3.1-2 Severity: wishlist Hello, I am working on pcsx2 (playstation 2 emulator). To package it under debian, we will need the version 1.5. Previous version have lots of issues. It would be very nice if you could update it to the latest upstream release. Thanks

Bug#583652: [Pkg-xfce-devel] Bug#583652: xfwm4: Opening of gvim windows is out of the screen partially (bottom part)

2010-05-30 Thread gregory hainaut
> Something which might be worth investigating is if you had at one > point another screen plugged in and detected? Maybe it would confuse > xfwm? Or is it reproducible even just after starting X, without > anything else plugged in? > > Cheers, Hi, Not sure if I understand correctly. I have onl

Bug#583652: [Pkg-xfce-devel] Bug#583652: xfwm4: Opening of gvim windows is out of the screen partially (bottom part)

2010-05-29 Thread gregory hainaut
On Sat, 29 May 2010 11:24:40 +0200 Yves-Alexis Perez wrote: > On sam., 2010-05-29 at 10:13 +0200, Gregory Hainaut wrote: > > When opening a gvim windows, the bottom part is out the screen > > which is cumbersome to use the integrated command line. > > The behavior a

Bug#583652: xfwm4: Opening of gvim windows is out of the screen partially (bottom part)

2010-05-29 Thread Gregory Hainaut
Package: xfwm4 Version: 4.6.2-1 Severity: normal Hi, When opening a gvim windows, the bottom part is out the screen which is cumbersome to use the integrated command line. The behavior appear only 4.6.2-1. I downgrade xfwm4 to 4.6.1-1 and the bug goes away. Still the bug can be in vim because it

Bug#580998: quilt: Feature idea: include a template (DEP-3) for patch header

2010-05-10 Thread Gregory Hainaut
Package: quilt Version: 0.48-7 Severity: wishlist Hi, I do not know if it is a good place to discuss this. Just an idea of a basic user. It is advices to add an header to patch in a package but it is a bit cumbersome to format it properly. There is a formal format for that (DEP-3 http://dep.debi

Bug#580870: evince-gtk: crash at startup (fresh install) : error opening file $HOME/.gnome2/evince/last_settings

2010-05-09 Thread Gregory Hainaut
Package: evince-gtk Version: 2.30.1-2 Severity: normal Hi, I have just installed evince-gtk version and I have a crash at the start because $HOME/.gnome2/evince does not exists. The manual creation of the directory solves the problem. It is probably missing a mkdir somewhere. Cheers -- System

Bug#548471: [vte] xfce4-terminal crash due to vte update to 0.22 version

2009-09-26 Thread gregory hainaut
Package: vte Severity: serious --- Please enter the report below this line. --- Hi, I have a crash on the start up of the xfce4-terminal. It seems due to recent upgrade of libvte. I attached a full backtrace in the report. Note I give a quick look at the code and I found something strange /* Co

Bug#542430: [vim] vim try to expand files or directories that contain ~ (when using tcsh shell)

2009-08-19 Thread gregory hainaut
Package: vim Version: 2:7.2.245-2 Severity: normal Tags: patch --- Please enter the report below this line. --- Hi, To reproduce the bug. Just create a directory with a ~ (mkdir -p /tmp/bad~dir). Then when you do a ":chdir /tmp/bad~dir", an error is raised "E79: Cannot expand wildcards". As a s

Bug#542197: [libsoprano4] Replace libclucene0ldbl package by libclucene0 package in depend field

2009-08-18 Thread gregory hainaut
Package: libsoprano4 Severity: critical --- Please enter the report below this line. --- Hi, A new version of clucene-core (0.9.21b-1) was upload to sid that replace libclucene0ldbl by libclucene0. Package dependencies must be updated. Package is not installable. And also all packages that dep

Bug#535511: [aqualung] Bug fixed by upstream

2009-07-19 Thread gregory hainaut
Package: aqualung Version: 0.9~beta10-1.2 Hello, The bugs was fixed upstream in svn commit R-1066. Regards, Gregory -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#535511: [aqualung] Previous patch will requiere libsndfile >= 1.0.18

2009-07-03 Thread gregory hainaut
Package: aqualung Version: 0.9~beta10-1 Hi Just to inform you that the provided patch will only compile on libsndfile >= 1.0.18 It is the first version that support ogg vorbis file. Cheers, Gregory -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "uns

Bug#535511: [aqualung] bad detection of ogg vorbis file => metadata not working

2009-07-02 Thread gregory hainaut
Package: aqualung Version: 0.9~beta10-1 Severity: normal Tags: patch --- Please enter the report below this line. --- Hi, Ogg vorbis file are now decoded by libsndfile instead of the standard vorbis one (libvorbis-dev). I thinks recent libsndfile adds the support for the ogg vorbis file. The cod

Bug#524561: [Pkg-xfce-devel] Bug#524561: xfce4: Running "xfdesktop --reload" or "killall -USR1 xfdesktop" does not switch background wallpaper.

2009-04-28 Thread gregory hainaut
Hello, For information, the expected behavior was fixed in xfdesktop4.6.1 by upstream. (saw it in the changelog) Cheers. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#524736: [xfce4-terminal] tab shortcut does not work when some tabs are closed

2009-04-19 Thread gregory hainaut
Package: xfce4-terminal Version: 0.2.10-2 Severity: normal --- Please enter the report below this line. --- Hi, I encounter a bug on tab shortcut after close a tab. I have shortcut n associated to the n th tabs. To reproduce the bug. -> create 3 tabs. (shortcut work well) -> delete the tab 1. H

Bug#482894: vlc-nox: vlc needs a recompilation with the lastest ffmpeg lib

2008-06-08 Thread Gregory Hainaut
Package: vlc-nox Followup-For: Bug #482894 Hi, I had the same problem of broken ffmpeg into vlc. A recompilation fix the problem. I suppose the reason is the update of ffmpeg (0.cvs20070307 to 0.svn20080206). Note: the version 0.8.6.e-2.4 of vlc in the report is my self-compiled version. Regard

Bug#473660: [vim-runtime] perl indentation does not work when folding of block is enabled

2008-03-31 Thread Gregory Hainaut
Package: vim Version: 1:7.1.285-1 Severity: normal Tags: patch The activation of bock folding in PERL (let perl_fold = 1 ) disable the indentation in block folded. I attach a small patch to fix the problem. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500

Bug#448268: zsh: Completion mechanism is broken with vim and gvim commands

2007-10-27 Thread Gregory Hainaut
Package: zsh Version: 4.3.4-24 Severity: important Hi After the upgrade of zsh from 4.3.4-23 to 4.3.4-24 the completion mechanism is broken on vim and gvim commands (and perhaps others). The command to enable advance completion 'autoload -U compinit && compinit' triggers the problem. Here an

Bug#439716: xfce4-utils: add a solution to launch gpg-agent in the xinitrc file

2007-08-26 Thread Gregory Hainaut
Package: xfce4-utils Version: 4.4.1-1 Severity: wishlist Please consider to launch gpg agent from the xinitrc file like it was done for the ssh agent. This could be useful to improve the user-friendly side of gpg Thanks. -- System Information: Debian Release: lenny/sid APT prefers unstable

Bug#439394: libgnash0 depends on unavailable libboost-date-time1.34.0 libboost-thread1.34.0

2007-08-24 Thread Gregory Hainaut
Package: libgnash0 Version: 0.8.0~cvs20070611.1016-1 Severity: serious Justification: unknow Impossible to install gnash The following packages have unmet dependencies: libgnash0: Depends: libboost-date-time1.34.0 (>= 1.34.0~rc2-1) but it is not installable Depends: libboost-threa

Bug#439178: gtk2-engines: Invalid symbolic color 'fg_color'in crux engine

2007-08-22 Thread Gregory Hainaut
Package: gtk2-engines Version: 1:2.10.2-2 Severity: normal The Crux engine/theme on the XFCE desktop prints the following message: /usr/share/themes/Crux/gtk-2.0/gtkrc:37: Invalid symbolic color 'fg_color' /usr/share/themes/Crux/gtk-2.0/gtkrc:37: error: invalid identifier `fg_color', expected val