Skip to content

Unable to change chat fonts #338

@julioea

Description

@julioea

Running on Archlinux
Software versions
syncplay 1.6.5-1
python 3.8.3-1
python-twisted 20.3.0-1
python-pyside 1.2.4-10
python-pyside-common 1.2.4-10

When I try to change the font settings through the GUI but they always returns to the default value.

Workaround:
Changing default settings in constants.py.

Log:

  File "/usr/lib/syncplay/syncplay/ui/GuiConfiguration.py", line 1016, in <lambda>
    self.chatOutputFontButton.released.connect(lambda: self.fontDialog("chatOutput"))
  File "/usr/lib/syncplay/syncplay/ui/GuiConfiguration.py", line 1059, in fontDialog
    self.config[configName + "FontFamily"] = value.family()
AttributeError: 'bool' object has no attribute 'family'```

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions