Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4697] Unreadable screenfont (rectangles)

Date: Mon, 10 May 2010 13:24:16 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4697

Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeff.morriss.ws@xxxxxxxxx

--- Comment #9 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2010-05-10 13:24:15 PDT ---
(In reply to comment #8)
> (In reply to comment #7)
> > sed 's|${HOME}|'"$HOME|g" "$TOP/etc/pango/pangorc"
> > ${HOME}/.wireshark-etc/pangorc
> 
> DOH! Missed the > there. Line should read:
> 
> sed 's|${HOME}|'"$HOME|g" "$TOP/etc/pango/pangorc" >
> ${HOME}/.wireshark-etc/pangorc
> 
> > (still compiling... heh, sometimes there are easier ways to check something).
> 
> After recompiling rev32737 and changing the single line, everything works in
> the latest rev as well.

Hmmm, I think simply removing the \\ from the line, so that it becomes:

sed 's|${HOME}|'"\"$HOME\"|g" "$TOP/etc/pango/pangorc" >
"${HOME}/.wireshark-etc/pangorc"

should also work and would have the desired effect of putting quotes around
your home directory name in ~/.wireshark-etc/pangorc .  Can you confirm it
works (before I go check in something else that doesn't work)?

ps. thanks for the investigation!

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.