lxqt / lxqt-panel

The LXQt desktop panel
https://lxqt-project.org
GNU Lesser General Public License v2.1
179 stars 135 forks source link

Show Deskop widget not working #2055

Closed chris2553 closed 2 months ago

chris2553 commented 2 months ago

I've built and installed lxqt-2.0.0. I've found that the panel's Show Desktop widget does not minimise the windows. I've removed and re-added the widget, but it made no difference

Expected Behavior

Clicking on the Show Desktop widget should minimise all windows and show the desktop.

Current Behavior

Clicking on the Show DEsktop widget does not minimise the windows.

Possible Solution

No idea, sorry.

Steps to Reproduce (for bugs)
  1. Click on the Show Desktop widget whilst one or more windows are open.
System Information
marcusbritanicus commented 2 months ago

@chris2553 Two more details would be of help...

  1. What is your window manager?
  2. Platform: Are you using Wayland or X11.
stefonarch commented 2 months ago

Check also the if the shortcut set in lxqt-globalkeys is working. Most WMs have an own shortcut set too.

chris2553 commented 2 months ago

The window manager is Openbox (version 3.6.1) and the plaform is X11 (server version 21.1.13 and libX11 version 1.8.9)

Chris

On 26/04/2024 10:15, Marcus Britanicus wrote:

@chris2553 https://github.com/chris2553 Two more details would be of help...

  1. What is your window manager?
  2. Platform: Are you using Wayland or X11.

— Reply to this email directly, view it on GitHub https://github.com/lxqt/lxqt-panel/issues/2055#issuecomment-2078977933, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADC2JRURQJO2L4TKKSAW5FDY7ILJNAVCNFSM6AAAAABG2J3HT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZYHE3TOOJTGM. You are receiving this because you were mentioned.Message ID: @.***>

chris2553 commented 2 months ago

Ctrl-Alt-D is configured Type:Client and Info:/panelshowdesktop/show_hide. That isn't working either.

On 26/04/2024 10:55, Standreas wrote:

Check also the if the shortcut set in lxqt-globalkeys is working. Most WMs have an own shortcut set too.

— Reply to this email directly, view it on GitHub https://github.com/lxqt/lxqt-panel/issues/2055#issuecomment-2079043669, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADC2JRWNLF4MC2REUR56OTTY7IQCFAVCNFSM6AAAAABG2J3HT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZZGA2DGNRWHE. You are receiving this because you were mentioned.Message ID: @.***>

stefonarch commented 2 months ago

Other LXQt globalshortcuts are working?

I had a look and I can use both A-d and C-A-d with<keybind key="A-d"><action name="ToggleShowDesktop"/></keybind> in ~/.config/openbox/rc.xml so I can't reproduce really.

chris2553 commented 2 months ago

Thanks for your help on this. I checked for that entry in ~/.config/openbox/rc.xml. It was there but had two strange characters embedded in the action name. I removed those and all is now as it should be. No idea how those characters got there.

Thanks again

Chris

On 26/04/2024 14:59, Standreas wrote:

Other LXQt globalshortcuts are working?

I had a look and I can use both A-d and C-A-d with|| in |~/.config/openbox/rc.xml| so I can't reproduce really.

— Reply to this email directly, view it on GitHub https://github.com/lxqt/lxqt-panel/issues/2055#issuecomment-2079453115, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADC2JRRM36MT57OGJKRN3SLY7JMTLAVCNFSM6AAAAABG2J3HT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZZGQ2TGMJRGU. You are receiving this because you were mentioned.Message ID: @.***>

chris2553 commented 2 months ago

Resolved as in the two posts immediately above this one.