Panel disappeared suddenly  [Solved]

Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
punhan
Posts: 42
Joined: Thu Dec 19, 2024 1:38 pm

Re: Panel disappeared suddenly

#11 Post by punhan »

On Claude, I found and implemented the necessary commands to solve the problem. However, every time I start up, two terminal windows and the MX-Tweak application open automatically. This might be due to saved sessions, but I'm hesitant to delete them because I'm concerned it may erase my configured settings.

Here’s the code I used:

1) `sudo systemctl restart dbus`

2) `sudo chown -R root:messagebus /var/run/dbus`

3) `sudo rm /var/lib/dbus/machine-id`
`sudo dbus-uuidgen --ensure`

punhan
Posts: 42
Joined: Thu Dec 19, 2024 1:38 pm

Re: Panel disappeared suddenly

#12 Post by punhan »

Then Session and Startup, then from Current Session, I cleared the cache and the problem completely solved. Big Thanks to MX Community and Claude GPT.

User avatar
Kermit the Frog
Posts: 626
Joined: Mon Jul 08, 2024 8:52 am

Re: Panel disappeared suddenly

#13 Post by Kermit the Frog »

In the meantime (though it's already solved):
punhan wrote: Sat Dec 21, 2024 11:45 am 2) `sudo chown -R root:messagebus /var/run/dbus`
It shows here:

drwxr-xr-x 2 messagebus messagebus 80 Dec 21 15:46 dbus

and root:root for the rest:

Code: Select all

$ ls -la /var/run/dbus
total 4
drwxr-xr-x  2 messagebus messagebus  80 Dec 21 15:46 .
drwxr-xr-x 29 root       root       960 Dec 21 17:12 ..
-rw-r--r--  1 root       root         5 Dec 21 15:46 pid
srwxrwxrwx  1 root       root         0 Dec 21 15:46 system_bus_socket

Code: Select all

$ ls -la /var/run/dbus/pid
-rw-r--r-- 1 root root 5 Dec 21 15:46 /var/run/dbus/pid

punhan
Posts: 42
Joined: Thu Dec 19, 2024 1:38 pm

Re: Panel disappeared suddenly

#14 Post by punhan »

Sorry, what does all that mean? Could you simplify?

User avatar
Kermit the Frog
Posts: 626
Joined: Mon Jul 08, 2024 8:52 am

Re: Panel disappeared suddenly

#15 Post by Kermit the Frog »

That command probably changed "all" of them to root:messagebus

You can compare using the same commands:

Code: Select all

ls -la /var/run/dbus

Code: Select all

ls -la /var/run/dbus/pid

punhan
Posts: 42
Joined: Thu Dec 19, 2024 1:38 pm

Re: Panel disappeared suddenly

#16 Post by punhan »

Yes, all of them are root, is it risky? What should I change?

Code: Select all

]total 0
drwxr-xr-x  3 root       root   80 Dec 22 01:58 .
drwxr-xr-x 39 root       root 1200 Dec 22 10:21 ..
drwxr-xr-x  2 messagebus root   40 Dec 22 01:58 containers
srw-rw-rw-  1 root       root    0 Dec 22 01:58 system_bus_socket

Second Command did not work.
l

Code: Select all

ls -la /var/run/dbus/pid:
ls: cannot access '/var/run/dbus/pid': No such file or directory
Instead:

Code: Select all

ls -la /var/run/dbus/containers
total 0
drwxr-xr-x 2 messagebus root 40 Dec 22 01:58 .
drwxr-xr-x 3 root       root 80 Dec 22 01:58

User avatar
Kermit the Frog
Posts: 626
Joined: Mon Jul 08, 2024 8:52 am

Re: Panel disappeared suddenly

#17 Post by Kermit the Frog »

When booted with systemd it shows exactly like yours. So, everything's fine :)

Post Reply

Return to “MX Help”