Error launching web browser
GLib.GException: There was an error launching the default action
command associated with this location. at Gnome.Url.Show
(System.String url) [0x00000] in :0 at
MonoDevelop.Platform.GnomePlatform.ShowUrl (System.String url)
[0x00000] in
/build/src/monodevelop-2.8.5/src/addins/GnomePlatform/GnomePlatform.cs:134
at MonoDevelop.Ide.DesktopService.ShowUrl (System.String url)
[0x00000] in
/build/src/monodevelop-2.8.5/src/core/MonoDevelop.Ide/MonoDevelop.Ide/DesktopService.cs:84
at MonoDevelop.AspNet.Gui.BrowserLauncher.LaunchDefaultBrowser
(System.String url) [0x00000] in
/build/src/monodevelop-2.8.5/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.Gui/BrowserLauncher.cs:42
我该如何解决?我已经读过没有使用Gnome这是一个问题.我从来没有使用过Gnome而且这个曾经一次工作(大约一年前就破了)
解决方法
gconftool-2 --set --type=string /desktop/gnome/url-handlers/http/command '/usr/bin/firefox %s'
(自http://blog.wolfman.com/articles/2006/8/27/getting-f-spot-to-upload-to-flickr-on-kubuntu起)