Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2020 13:17:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 245111] x11-wm/hikari: Update to 1.0.0
Message-ID:  <bug-245111-7788-Ezkomw68Ol@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245111-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245111-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245111

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeich@FreeBSD.org

--- Comment #3 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 212787
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D212787
x11-wm/hikari: update to 1.0.0

FONT option doesn't look useful outside of sample config which user have to
copy manually. Even then fontconfig will select another font if the specifi=
ed
one couldn't be found e.g.,

  $ pkg install hikari
  $ fc-match 'DejaVu Sans Mono'
  DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book"
  $ pkg delete -f dejavu
  $ fc-match 'DejaVu Sans Mono'
  luximr.ttf: "Luxi Mono" "Regular"

Note, from fontconfig POV one should configure "monospace" to be an alias f=
or
the desired fixed-width font.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245111-7788-Ezkomw68Ol>