bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #55006] pspp 1.2.0 with gtk 3.22.30: Setting a font does


From: Friedrich Beckmann
Subject: PSPP-BUG: [bug #55006] pspp 1.2.0 with gtk 3.22.30: Setting a font does not work
Date: Sun, 11 Nov 2018 12:38:00 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15

URL:
  <https://savannah.gnu.org/bugs/?55006>

                 Summary: pspp 1.2.0 with gtk 3.22.30: Setting a font does not
work
                 Project: PSPP
            Submitted by: beckmanf
            Submitted on: Sun 11 Nov 2018 05:37:59 PM UTC
                Category: GTK3
                Severity: 5 - Average
                  Status: Confirmed
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

In pspp 1.2.0 it is not possible to change the font via the menu. The
following message is shown:


Theme parsing error: <data>:1:21: Using Pango syntax for the font: style
property is deprecated; please use CSS syntax
Failed to load font css "* {font: Cantarell 17}": <data>:1:9not a number


The reason is that at least in that gtk 3.22.30 version the font setting
requires a different xml format. The way here:

http://git.savannah.gnu.org/cgit/pspp.git/tree/src/ui/gui/psppire-data-editor.c#n573

does not work. The correct format would be


* {font: 14pt Courier}


The same problem is there for file comment where the monospace font is
selected.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55006>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]