8

In Firefox on a fresh install of 10.10 when visiting apt.ubuntu.com/p/banshee (for example) I get prompted with the following window:

alt text

However, I was under the impression that apturl was supposed to launch Software Center. How can I configure what application apturl is launched with - and is the above screenshot expected actions for 10.10?

Jorge Castro
  • 73,717
Marco Ceppi
  • 48,827

2 Answers2

8

Yes, that is the default action.

This can be overridden by Firefox, but out of the box the gconf setting
/desktop/gnome/url-handlers/apt/command is used. By default that command is apturl "%s".

You can change that by using either using the graphical tool gconf-editor or from the command line:

gconftool --set --type=string /desktop/gnome/url-handlers/apt/command 'software-center "%s"'

This will make Software Center handle apt URLs.

alt text

Isaiah
  • 60,750
0

I get the same result using Chromium. I think this window you see is actually the Software Center, prompting for installing the software... Seems this is the default operation when going to a package URL.

Not sure if (or how) you can open the Software Centre itself on the right page :-(

Little Jawa
  • 2,643