[ubuntu-mono] [Bug 751610] Re: "Listen to Music" shortcut loads Totem and not Banshee

Paul Sladen ubuntu at paul.sladen.org
Wed Apr 6 07:09:55 UTC 2011


unity/src/PlacesHomeView.cpp:

  PlacesHomeView::PlacesHomeView ()
  {
    …
    //In case the GConf key is invalid (e.g. when an app was uninstalled), we
    //rely on a fallback "whitelist" mechanism instead of showing nothing at all
    …
    _music_alternatives.push_back("banshee-1");
    _music_alternatives.push_back("rhythmbox");
    _music_alternatives.push_back("totem");
    _music_alternatives.push_back("vlc");
  }

which would be easy enough to fix, however:

  $ gconftool-2 --get /desktop/gnome/applications/media/exec
  banshee-1

shows that this is being populated/saved somewhere and therefore will
need some extra code somewhere to migrate that stale value.


/desktop/gnome/applications/media/exec


** Also affects: banshee (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: banshee (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/751610

Title:
  "Listen to Music" shortcut loads Totem and not Banshee

Status in Unity:
  Confirmed
Status in “banshee” package in Ubuntu:
  Incomplete
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: unity

  The "Listen to Music" shortcut loads Totem by default, not Banshee
  which is Natty's default music player. Totem is a movie player (and is
  labeled as such) and should not be used as default for the "Listen to
  Music" shortcut.



More information about the Ubuntu-mono mailing list