Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Budgie applications menu applet ignores .menu overrides from ~/.config/menus/gnome-applications.menu #507

Closed
mgrouch opened this issue Jan 16, 2024 · 1 comment

Comments

@mgrouch
Copy link

mgrouch commented Jan 16, 2024

Description

Budgie applications menu applet ignores .menu overrides from ~/.config/menus/gnome-applications.menu

set | grep XDG
XDG_CONFIG_HOME=/home/user/.config
XDG_CURRENT_DESKTOP=Budgie:GNOME
XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/
XDG_MENU_PREFIX=gnome-
XDG_RUNTIME_DIR=/run/user/1000
XDG_SESSION_CLASS=user
XDG_SESSION_TYPE=x11
    local -a dirs=(${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions);
    for dir in ${XDG_DATA_DIRS:-/usr/local/share:/usr/share};

Budgie version

10.7.1

Operating System

Raspberry Pi Bookworm

Steps to reproduce the issue

create ~/.config/menus/gnome-applications.menu

by copying /etc/xdg/menus/gnome-applications.menu

edit ~/.config/menus/gnome-applications.menu to remove some sections.

Actual result

menu changes are not reflected

Expected result

menu changes are reflected

Additional information

No response

@JoshStrobl
Copy link
Member

Duplicate of #506

@JoshStrobl JoshStrobl marked this as a duplicate of #506 Jan 16, 2024
@JoshStrobl JoshStrobl closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants