MarcinOrlowski / html-clock-plasmoid

Configurable and lightweight clock widget for KDE. Stylable with QT supported subset of HTML markup, supporting variety of usable placeholders to design clock widget as you like.
67 stars 6 forks source link

Button text is not visible in User Layout #35

Closed abimagnus closed 2 years ago

abimagnus commented 3 years ago

First of all thanks for this awesome plasmoid..love the customization options..kudos

What's wrong? Button text is not visible in User Layout.

Steps to reproduce the behavior:

  1. Right click the plasmoid>configure html clock>click user-layout option

Expected behavior Text should be visible in user layout option

Runtime environment

Notes I'm using Wayland btw, however the issue is in X11 also Screenshot_20210605_203349

MarcinOrlowski commented 3 years ago

I cannot reproduce this. I used fresh KDE Neon with same Plasma as yours and tried on latte-dock 0.9.12 (which seems to be newer than 0.9.91 for some reasons) and see no issues you report. Can you check if this problem occurs when you use regular Panel or HTML Clock is a desktop widget?

Jesus-M commented 3 years ago

Same situation here. I don't see any button on the 'user layout' window.

Operating System: Slackware 14.2-current
KDE Plasma Version: 5.21.5
KDE Frameworks Version: 5.82.0
Qt Version: 5.15.2
Kernel Version: 5.12.8
OS Type: 64-bit
Graphics Platform: X11
lattedock 0.9.11
MarcinOrlowski commented 3 years ago

Interesting. @Jesus-M Can you check if HTML Clock fails for you in standard Panel too, or it's just Latte related?

I am also open to suggestions how to repro this. As i mentioned, I tried both latte 0.9.11 on Kubuntu 20.04 and with latest Neon. And it worked for me

abimagnus commented 3 years ago

I cannot reproduce this. I used fresh KDE Neon with same Plasma as yours and tried on latte-dock 0.9.12 (which seems to be newer than 0.9.91 for some reasons) and see no issues you report. Can you check if this problem occurs when you use regular Panel or HTML Clock is a desktop widget?

Interesting..however i tried both from default panel and desktop widget i cannot see the "button text" as well in this also ! Below is from the desktop widget..so it seems not the problem with latte i believe.

Screenshot_20210608_191907

Jesus-M commented 3 years ago

Interesting. @Jesus-M Can you check if HTML Clock fails for you in standard Panel too, or it's just Latte related?

I am also open to suggestions how to repro this. As i mentioned, I tried both latte 0.9.11 on Kubuntu 20.04 and with latest Neon. And it worked for me

Yup, I tried in every possible way, and saw the issue every time

MarcinOrlowski commented 3 years ago

I am really struggling making this happen locally. What you should see there is this:

x

gaganchandan commented 3 years ago

First of all, it's an amazing widget and I really love it.

But I'm having the same issue. I think that until you can fix this problem, you could upload the HTML code for the in-built layouts so that those of us unable to clone the layouts can copy/paste the code.

MarcinOrlowski commented 3 years ago

Sorry for the troubles with the widget. Unfortunately unability to reproduce the issue locally is not helping me nailing down the culprit. I will try again though.

As for editing: you can always tweak the HTML in the code with any text editor: the plasmoid should sit in ~/.local/share/plasma/plasmoids/com.marcinorlowski.htmlclock and all you need to do is to edit layouts.js file (full path ~/.local/share/plasma/plasmoids/com.marcinorlowski.htmlclock/contents/js/layouts.js). Once you done, restart your plasma (and probably latte, if you use it). You could also use https://github.com/MarcinOrlowski/plasmoid-tools while working on your layout.

JosRodOrt commented 3 years ago

Hi, i think the problem is that it can't find the property 'minimumWidth':

image

MarcinOrlowski commented 2 years ago

Quick update: "Luckily" I am able to reproduce the issue so fix is coming

Vactarian commented 2 years ago

I am having the same issue. This looks like it would be really great otherwise.

TheoCGaming commented 2 years ago

Quick update: "Luckily" I am able to reproduce the issue so fix is coming

fix is coming right?

MarcinOrlowski commented 2 years ago

I am currently overloaded and cannot work on int. Will try to allocate some time next weekend and hopefuly address whatever is pending in this project as this one affects me too.

MarcinOrlowski commented 2 years ago

v1.6.3 is finally out with the fix for this issue. Feel free to reopen if for any reason you are still affected.