Comment 0 for bug 653787

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Binary package hint: oneconf

This is due to the way nonapp_visible is working on USC:
- if nonapp_visiible is set to False and no result were found, nonapp_visible from AppStore is then set to true to wider search.

The proposal is to switch the True/False value to:
     NONAPPS_ALWAYS_VISIBLE (previous "True")
     NONAPPS_MAYBE_VISIBLE (previous "False")
     NONAPPS_NEVER_VISIBLE (New value used by OneConf to be more strict)