On Fri, Jan 24, 2020 at 4:57 AM Vincent Lefevre <vinc...@vinc17.net> wrote: > > Package: fvwm > Version: 1:2.6.8-1+b1 > Severity: normal > > When starting Fvwm with default menus, I get duplicate menu entries > in "XDG Menu" and its Preferences submenu. According to strace, this > comes from fvwm-menu-desktop and can be seen by running this utility > directly: >
I am unable to reproduce this on my system. That being said, fvwm-menu-desktop generates the menu lists from python3-xdg using menu.getEntries(), so any duplicates are due to how python3-xdg generates the menu lists. I am able to create duplicate application entries by having a .desktop file with a different name in a secondary location (such as $HOME/.local/share/applications), but am unsure what could be causing the duplicate menu entries. So maybe you have some local files causing the duplicates in the XDG menu generation. My thoughts are there are local XDG files causing duplicates in the menu generation, there is a bug in python3-xdg causing duplicate entries, or a combination of the two. jaimos