Comment 3 for bug 13754

Revision history for this message
Michael Vogt (mvo) wrote : Re: Totem is installed but not detected to be.

gnome-app-install does not support multiple packages provding the same
application (e.g. totem-xine, totem-gstreamer). I think we should support a
simple notation of or-style dependencies for g-a-i. The semantic should be
(example: (totem-gstreamer | totem-xine)
1. For new installs:
   - pick the first in the | line (e.g. totem-gstreamer)
2. For removals:
   - remove all in the | line (e.g. totem-gstreamer and totem-xine
3. For install checks:
   - check if one or the other is installed

Niran, what do you think?