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
Or maybe even use $XDG_DATA_DIRS with appended …/applications as multipath? However, note that this env variable often includes paths of other software, e.g. $HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share from Flatpak, so platformdirs would need to filter that somehow… That's rather inconvenient.
Android: user_applications_dir alias (which is an alias for user_data_dir)? As with any other site_*_dir counterpart…
The
user_applications_dirmethod currently lacks asite_applications_dircounterpart.Some suggestions:
/usr/share/applications?/usr/local/share/applications:/usr/share/applicationsmultipath? As withsite_log_dir(Addsite_state_dir()counterpart foruser_state_dir()#214) andsite_bin_dir(Addsite_bin_dircounterpart foruser_bin_dir#434),platformdirsmight choose not to use a multipath for consistency reasons.$XDG_DATA_DIRSwith appended…/applicationsas multipath? However, note that this env variable often includes paths of other software, e.g.$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/sharefrom Flatpak, soplatformdirswould need to filter that somehow… That's rather inconvenient.user_applications_diralias (which is an alias foruser_data_dir)? As with any othersite_*_dircounterpart…%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs/Applications? Sounds about right, but I have no Mac, so no idea…Note that
user_applications_dircurrently doesn't accept$appauthor,$appname,$version.If implemented,
user_applications_dirshould support theuse_site_for_rootoption and redirect calls tosite_applications_dirif enabled.