|
Fontchooser breaks when the window class starts with ".". wrap-program
renames tkremind to .tkremind-real, and Tk uses the script basename as
the window class, causing this issue. Additionally, SetHeadingFont
references Option(HeadingFont) before it is set.
* gnu/packages/calendar.scm (remind)[source]: Add patch.
* gnu/packages/patches/tkremind-fix-fontchooser.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: I442b156a5780156080c663e2ee53aa1e3e741ec1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|