Hi, Please consider shipping the tracker bash-completion script in /usr/share/bash-completion/completions. That's the preferred location nowadays.
The file should be named after the binary, i.e. 'tracker'. This way, the completion is loaded on-demand. You can get the bash-completion directory via $PKG_CONFIG --variable=completionsdir bash-completion systemd e.g. uses this in configure.ac: AC_ARG_WITH([bashcompletiondir], AS_HELP_STRING([--with-bashcompletiondir=DIR], [Bash completions directory]), [], [AS_IF([$($PKG_CONFIG --exists bash-completion)], [ with_bashcompletiondir=$($PKG_CONFIG --variable=completionsdir bash-completion) ] , [ with_bashcompletiondir=${datadir}/bash-completion/completions ])]) -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ tracker-list mailing list tracker-list@gnome.org https://mail.gnome.org/mailman/listinfo/tracker-list