[SOLVED] Seconds in MATE panel clock causes system tray items to move.
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Yup. The clock is changed to "Mon Oct 28 09:03:28" on the MATE panel
Quote:
Originally Posted by linustalman
Thanks. Alas, 'clock' does not show anywhere for me.
No. Not at that level. What do you see for org.mate.panel ? You have to drill down from there
Did you try the dconf list command?
Code:
[scasey@localhost ~]$ dconf list /org/mate/panel/
general/
toplevels/
objects/
[scasey@localhost ~]$ dconf list /org/mate/panel/objects/
workspace-switcher/
clock/
menu-bar/
file-browser/
window-list/
notification-area/
show-desktop/
object-0/
web-browser/
terminal/
[scasey@localhost ~]$ dconf list /org/mate/panel/objects/clock/
applet-iid
locked
toplevel-id
position
object-type
panel-right-stick
prefs/
[scasey@localhost ~]$ dconf list /org/mate/panel/objects/clock/prefs/
temperature-unit
format
cities
custom-format
show-seconds
#
dconf read /org/mate/panel/objects/clock/prefs/custom-format
I don't think the DIR and KEY are actual paths on the filesystem. See man dconf
They certainly don't exist on mine. dconf is needed to find and use them.
I tried the xfce4-panel package in MATE -- the clock with seconds moves on that also. What the hell?
I still think that's because of the variable-width font, as ondoho suggested way back.
I have no idea where that's set or how to change it, but it's apparently "systemic" on your 'puter, so that no matter what you use, you'll see that. I don't, but the font there appears to be fixed-width on my box.
In 'Appearance Preferences' >> Font tab >> Changing the 'Application Font' to something else stops the clock from moving.
I just wish I could have the date show before the month.
So it was the font setting...+1 for ondoho!
You just need to keep looking with dconf for the place the custom format is stored and change it. When I found it on my system, it was just '' before I changed it, so you may have to experiment some.
I was just looking at the graphical program. Much easier to use than the command line. Still reeks of the Registry, tho.
You just need to keep looking with dconf for the place the custom format is stored and change it. When I found it on my system, it was just '' before I changed it, so you may have to experiment some.
I was just looking at the graphical program. Much easier to use than the command line. Still reeks of the Registry, tho.
This is of course theme-dependent. You could try something similar with the theme that you are using but using a font-family CSS attribute to select a monospaced font.
Run sudo pkill mate-panel to immediately update the panel when you have made modifications to the theme file in question.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.