Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 14155] gaze dependencies does not work with check_if_xorg_modular_libs

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 14155] gaze dependencies does not work with check_if_xorg_modular_libs
  • Date: 5 Dec 2007 21:32:15 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14155





------- Additional Comments From jakakranjc AT email.si 2007-12-05 15:32 -------
That function does this:
if [[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" == "xorg-
server" ]] ||
[[ "$(get_spell_provider ${1:-$SPELL} X11-LIBS)" == "xorg-libs" ]]

It is not called with any parameter, so it uses $SPELL. Thus if you don't
have
that installed, get_spell_provider returns nothing and the check fails.

This function can be tricked in gaze like some others.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page