You are not logged in.
Pages: 1
i add the clock plugin to the panel. then i go to its properties. Appearance >> Tooltip Format i put in %V to get ISO week number of the year. then the clock disappears from the panel. did the code fault?
Offline
Could be this bug?
Offline
I believe it was fixed via this bug report. Workaround until the fix hits your repos:
xfconf-query -c xfce4-panel -p /plugins/plugin-$(xfconf-query -c xfce4-panel -lv | grep clock | awk -F'[- ]' '{print $2}')/digital-format -s "%a %b %d, %l:%M%P"
...and change the last section in quotes to reflect the format you want.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Could be this bug?
looks like it.
Offline
I believe it was fixed via this bug report. Workaround until the fix hits your repos:
xfconf-query -c xfce4-panel -p /plugins/plugin-$(xfconf-query -c xfce4-panel -lv | grep clock | awk -F'[- ]' '{print $2}')/digital-format -s "%a %b %d, %l:%M%P"
...and change the last section in quotes to reflect the format you want.
there are 2 formats to be configured, the clock as shown on the panel, and the floating message when hovering over the clock.
Offline
For the tooltip, try:
xfconf-query -c xfce4-panel -p /plugins/plugin-$(xfconf-query -c xfce4-panel -lv | grep clock | awk -F'[- ]' '{print $2}')/tooltip-format -s "%a %b %d, %l:%M%P"
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I have Debian 10 on my main computer. No problem. I just installed Debian 10 on a friends laptop. It has the problem. Can't seem to fix it. This would seem to indicate that the problem is not fixed.
Thanks.
Offline
Pages: 1
[ Generated in 0.015 seconds, 9 queries executed - Memory usage: 534.87 KiB (Peak: 535.71 KiB) ]