Commit 250f76279c3903f108f62a5fd38d6b7bea0f54df
1 parent
8c0000f7
Exists in
master
and in
1 other branch
set default to desktopapps.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/bin/app_recommender.cfg
... | ... | @@ -12,7 +12,7 @@ output = apprec.log |
12 | 12 | base_dir = ~/.app-recommender/ |
13 | 13 | # filters for valid packages |
14 | 14 | filters_dir = filters |
15 | -pkgs_filter = programs | |
15 | +pkgs_filter = desktopapps | |
16 | 16 | # package information indexes |
17 | 17 | axi = /var/lib/apt-xapian-index/index |
18 | 18 | axi_programs = axi_programs |
... | ... | @@ -24,7 +24,7 @@ axi_desktopapps = axi_desktopapps |
24 | 24 | popcon = 1 |
25 | 25 | popcon_programs = popcon_programs |
26 | 26 | popcon_desktopapps = popcon_desktopapps |
27 | -popcon_index = popcon_programs | |
27 | +popcon_index = popcon_desktopapps | |
28 | 28 | popcon_dir = popcon-entries |
29 | 29 | # number of popcon submission for indexing |
30 | 30 | max_popcon = 100000000 | ... | ... |