html-clock-plasmoid icon indicating copy to clipboard operation
html-clock-plasmoid copied to clipboard

Fonts and default layout are not being saved

Open p0lygun opened this issue 2 years ago • 1 comments

What's wrong? Please put a clear and concise description of what the bug is. there is no option to apply when I change the font in user layout Steps to reproduce the behavior:

  1. Make sure user layout is enabled
  2. Try changing font,
  3. Button to apply still disabled

Expected behavior It should let me update font

Runtime environment

  • HTML Clock version (see About dialog) 1.6.2
  • Plasma version (output of plasmashell --version) plasmashell 5.25.3
  • Name and version of OS: (just paste output of lsb_release -d) Description: Arch Linux
  • If you use non-standard dock (i.e. Latte), put its name.

Notes Any additional information that may be helpful diagnosing the problem. i am trying to make a vertical clock with minutes and seconds on the side, my layout

<body width="100%" height="100%" style="font-family: Sevensegment; font-size: 20px;">

    <span style="font-size:30px; color:#d703fc; font-weight:bold">{kk}</span>
    <span style="font-size:15px; color: #{flip:00:FF}ffffff;">:</span>
    <table>
        <tr>
            <td style="align: center;">
                <span style="font-size:10px; color:#d703fc; font-weight:bold">{ii}</span>
            </td>
        </tr>
        <tr>
            <td style="align: center;">
                <span
                    style="font-size:10px; color:#d703fc; font-weight:bold; float:right;">{ss}</span>
            </td>
        </tr>
    </table>                
</body>

result

image

and the buttons on the user layout are also not showing

image

p0lygun avatar Jul 15 '22 18:07 p0lygun

Gif to show the error bug_report

p0lygun avatar Jul 15 '22 18:07 p0lygun

You are confused because version you use is broken and do not expose all the buttons you should see in that layout. Please upgrade to 1.6.3 that have this fixed. Also please see docs on how fonts helper is designed to work (it is not altering your layout)

MarcinOrlowski avatar Sep 02 '22 08:09 MarcinOrlowski