Preferred Applications uses %u instead of %s when setting browser
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-vfs (Ubuntu) |
Fix Released
|
Low
|
Chris Coulson |
Bug Description
Binary package hint: gnome-control-
I set "Firefox" as my default browser in Preferred Applications. Now, when a GNOME app loads something in FF, Firefox always opens "http://
Changing the entry from %u to %s in "/desktop/
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gnome-control-
ProcVersionSign
Uname: Linux 2.6.38-7-generic x86_64
NonfreeKernelMo
Architecture: amd64
Date: Mon Mar 21 10:21:04 2011
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/
ProcEnviron:
SHELL=/bin/bash
PATH=(custom, user)
LANG=en_US.UTF-8
LANGUAGE=en_US:en
SourcePackage: gnome-control-
UpgradeStatus: Upgraded to natty on 2011-03-20 (0 days ago)
XsessionErrors:
(Do:10639): Wnck-CRITICAL **: wnck_set_
(dropbox:10648): Gdk-CRITICAL **: IA__gdk_
(bluetooth-
(gnome-
(gnome-
This is because the new panel in control-center is using the Exec line from the applications desktop files to set the command in gconf (which is used by gnomevfs, which some things are still using). "%u" is the URI placeholder that gio uses, but gnome-vfs doesn't understand this (and gio doesn't understand "%s"). So we don't break legacy stuff still relying on gnome-vfs, we should make it understand the "%u" placeholder too.