mate-desktop / mate-panel

MATE panel
https://mate-desktop.org
GNU General Public License v2.0
183 stars 115 forks source link

Some applets not showing on the panel (X11 session) #1441

Closed wiwyil2tr closed 2 months ago

wiwyil2tr commented 2 months ago

Expected behaviour

All applets display normally on the panel

Actual behaviour

The panel only displays applications, places and system menus, and all other items (like system tray, window list)are not shown. Even after resetting the panel, it remains the same, and manually adding items also does not display them. But i can add custom launchers to the panel.

image image image

Steps to reproduce the behaviour

Run mate-panel on X11

MATE general version

1.28.2

Package version

1.28.1-1

Linux Distribution

Arch Linux

Link to bugreport of your Distribution (requirement)

https://gitlab.archlinux.org/archlinux/packaging/packages

lukefromdc commented 2 months ago

This could be either a problem in your configuration (hidden) files, or a broken build. Create a new user, log into MATE as that new user and see what happens. If you get a fully loaded panel, your configuration files are the problem, and it's something where resetting the panel doesn't work (e.g. the offending directory accidently claimed by root while running something as root). In that case, move all of your hidden files to a backup directory, log out and back in and see if this is fixed. Otherwise an issue in the build is likely.

wiwyil2tr commented 2 months ago

This could be either a problem in your configuration (hidden) files, or a broken build. Create a new user, log into MATE as that new user and see what happens. If you get a fully loaded panel, your configuration files are the problem, and it's something where resetting the panel doesn't work (e.g. the offending directory accidently claimed by root while running something as root). In that case, move all of your hidden files to a backup directory, log out and back in and see if this is fixed. Otherwise an issue in the build is likely.

It seems like there might have been an problem with my user account. It may be that the directory permissions are configured incorrectly. Even after moving the configuration files elsewhere and logging in again, the issue persisted. But when i logged in with a different user, the panel displayed normally and when i moved the configuration files to another user account, everything worked fine. Finally, switching to a different user account and moving all the files from the old user there resolved the issue. Thank you for your answer.