Xfce Forum

Sub domains
 

You are not logged in.

#1 2022-10-18 15:04:33

bendipa
Member
Registered: 2021-05-10
Posts: 17

[re]Starting Xfce panel

If I kill my xfce panel, then restart it in the terminal with xfce4-panel a heap of errors/warnings are shown.

3jOsLsy.png

The panel at that point re-appears, although the command will not complete. If I hit Cntrl+C, that kills the command, the panel then disappears. The only way to retain the the panel is to close the terminal which then gives me a warning that a command is in process. If I ignore this, the terminal closes, the panel temporarily closes then quickly re-appears.

This cannot be the correct procedure to [re]start a panel in the terminal, even though that command  is what is shown on Xfce's documentation, which is clearly wrong.

Does anyone know the correct method?

Offline

#2 2022-10-18 16:08:46

KBar
Member
Registered: 2021-11-05
Posts: 689

Re: [re]Starting Xfce panel

Next time use code tags. Images can't be indexed for the search and this one is barely readable.

Those debug messages are safe to ignore. If you want to return to the controlling terminal, run the command in the background:

xfce4-panel &

or even:

xfce4-panel 2>/dev/null &

to redirect stderr to the data sink aka bit bucket.
More on shell syntax: https://linuxcommand.org/tlcl.php

Note that to restart the panel, you should run:

xfce4-panel -r

The documentation is not wrong.


Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please! tongue

Offline

#3 2022-10-18 19:47:57

bendipa
Member
Registered: 2021-05-10
Posts: 17

Re: [re]Starting Xfce panel

These are not just debug messages. They are error messages, and the command 'xfce4-panel', whether one puts an ampersand at the end of it or otherwise, it does not complete. It causes the terminal/bash to hang. So obviously there's an issue here. Just ignoring what I've tried to point out to you does not solve this.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 520.08 KiB (Peak: 520.92 KiB) ]