You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I override desktop files in ~/.local/share/applications, to hide those that I don't want to be shown (Such as xfce4-about.desktop that shows "About Xfce" window, for instance).
The program seem to explicitly ignore those (I saw Desktop file is skipped: Refusing to parse Hidden or NoDisplay desktop file. in logs).
Can you please make this use-case viable?
The text was updated successfully, but these errors were encountered:
Sorry, I haven't considered your use case. I have even written an unit test that verifies that this arguably incorrect behavior is in place. j4-dmenu-desktop r3.0 completely ignores hidden files, which is different from the behavior of r2.18.
Should be fixed in develop. Could you please verify that the issue is fixed? You can clone this repository and follow build requirements to build the latest j4-dmenu-destkop.
Built it from develop sources and it sure does work! Thank you very much!
meator
changed the title
Desktop files with 'Hidden=true' are still shown
Hidden desktop files do not participate in desktop ID precedence rules
Jun 27, 2024
I override desktop files in
~/.local/share/applications
, to hide those that I don't want to be shown (Such asxfce4-about.desktop
that shows "About Xfce" window, for instance).The program seem to explicitly ignore those (I saw
Desktop file is skipped: Refusing to parse Hidden or NoDisplay desktop file.
in logs).Can you please make this use-case viable?
The text was updated successfully, but these errors were encountered: