Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

XFCE: ALT-F1 shows the wrong menu on Debian 11

79 views
Skip to first unread message

José Luis González

unread,
Feb 27, 2022, 4:40:05 PM2/27/22
to
Hi,

Upon upgrading to Debian 11, the ALT+F1 key, which is assigned as a
shortcut to xfce4-popup-applicationsmenu, according to XFCE's settings,
no longer shows the applications menu and instead the app menu button
on my panel appears pressed without the menu unfolded. A second key
press shows the CTRL-ESC (xfdesktop --menu) menu, not the app menu.

What's going on? I'm suffering from the same in both machines I have
with Debian 11.

Ralph Katz

unread,
Feb 28, 2022, 6:00:06 PM2/28/22
to
On my Bullseye 11.2 XFCE Dell laptop, I need Fn-ALT-F1 to do that even
though ALT-F1 is specified in Settings -> Keyboard -> Application Shortcuts.

Hope this helps.

Ralph

José Luis González

unread,
Feb 28, 2022, 7:50:05 PM2/28/22
to
I just tried this and it doesn't work for me (nothing happens when I
add Fn).

Alexander V. Makartsev

unread,
Mar 2, 2022, 7:40:05 AM3/2/22
to
It looks like "xfce4-popup-applicationsmenu" is a simple wrapper Bash
script.
All it does is trying to execute "xfce4-panel" with a long line of
parameters and if that fails, fallback to execute "xfdesktop --menu"
instead.
Man page for "xfce4-panel" doesn't explain anything about
"--plugin-event" parameter, so it looks like it was reworked somehow.
The problem is that "xfce4-panel" never fails to execute with that
undocumented parameter, so fallback option doesn't work.
You can file a bug report about this, or change a command, assigned to
'Alt+F1' key combination, to
    "/usr/bin/xfce4-panel --plugin-event=applicationsmenu:popup"

--
With kindest regards, Alexander.

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀⠀⠀⠀

José Luis González

unread,
Mar 3, 2022, 5:50:07 PM3/3/22
to
On Wed, 2 Mar 2022 17:30:38 +0500
"Alexander V. Makartsev" <avb...@gmail.com> wrote:

> On 28.02.2022 02:32, José Luis González wrote:
> > Hi,

Hi Alexander,

> > Upon upgrading to Debian 11, the ALT+F1 key, which is assigned as a
> > shortcut to xfce4-popup-applicationsmenu, according to XFCE's settings,
> > no longer shows the applications menu and instead the app menu button
> > on my panel appears pressed without the menu unfolded. A second key
> > press shows the CTRL-ESC (xfdesktop --menu) menu, not the app menu.
> >
> > What's going on? I'm suffering from the same in both machines I have
> > with Debian 11.
> It looks like "xfce4-popup-applicationsmenu" is a simple wrapper Bash
> script.
> All it does is trying to execute "xfce4-panel" with a long line of
> parameters and if that fails, fallback to execute "xfdesktop --menu"
> instead.
> Man page for "xfce4-panel" doesn't explain anything about
> "--plugin-event" parameter, so it looks like it was reworked somehow.
> The problem is that "xfce4-panel" never fails to execute with that
> undocumented parameter, so fallback option doesn't work.
> You can file a bug report about this, or change a command, assigned to
> 'Alt+F1' key combination, to
>     "/usr/bin/xfce4-panel --plugin-event=applicationsmenu:popup"

The replacement command you propose doesn't work any better for me. I'm
going to file a bug report.

Best,
José Luis

Daniel Fishman

unread,
Mar 7, 2022, 1:50:05 PM3/7/22
to
0 new messages