[Bug 137712] [NEW] Please backport xchat 2.8.4-ubuntu4 to feisty

Launchpad Bug Tracker 137712 at bugs.launchpad.net
Thu Mar 10 12:36:27 UTC 2011


You have been subscribed to a public bug by Sebastien Bacher (seb128):

Binary package hint: xchat

Hi,

there's problem with xchat 2.8.4 and its XCHATSHAREDIR variable.

It's defined in configure.in as:
XCHATSHAREDIR=`eval echo ${datadir}`
AC_DEFINE_UNQUOTED(XCHATSHAREDIR, "$XCHATSHAREDIR")

So, the variable is "${prefix}/share" instead of "/usr/share".

When changing it to the following, it works:

XCHATSHAREDIR=`eval echo ${datarootdir}`
AC_DEFINE_UNQUOTED(XCHATSHAREDIR, "$XCHATSHAREDIR")

This variable is used for custom Op and Voice userlist icons and Tree
View icons (http://www.xchat.org/faq/#q27) and for the icon shown by the
notify balloon.

I'm attaching a patch for it.

Best regards,
Whoopie

** Affects: feisty-backports
     Importance: Wishlist
         Status: Fix Released

** Affects: xchat (Ubuntu)
     Importance: Wishlist
         Status: Confirmed


** Tags: patch
-- 
Please backport xchat 2.8.4-ubuntu4 to feisty
https://bugs.launchpad.net/bugs/137712
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is a direct subscriber.



More information about the Ubuntu-sponsors mailing list