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
Issue:
"-s" "--search-paths" seems to only work with "-a" "--autostart" but the option is not explained that way.
Given the way it is described I would exect this commandline dex -s "$SOMEDIR/applications:/usr/share/applications" application.desktop
to search first, then in the second directory "to search for desktop files" that match "application.desktop".
Solution:
Simply change man to note: "(Only works with the autostart option.)"
The text was updated successfully, but these errors were encountered:
Issue:
"-s" "--search-paths" seems to only work with "-a" "--autostart" but the option is not explained that way.
Given the way it is described I would exect this commandline
dex -s "$SOMEDIR/applications:/usr/share/applications" application.desktop
to search first, then in the second directory "to search for desktop files" that match "application.desktop".
Solution:
Simply change man to note: "(Only works with the autostart option.)"
The text was updated successfully, but these errors were encountered: