After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 661659 - default apps: wrong defaults
default apps: wrong defaults
Status: RESOLVED NOTGNOME
Product: gnome-control-center
Classification: Core
Component: Other Preferences
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-10-13 12:36 UTC by Matthias Clasen
Modified: 2011-10-13 16:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2011-10-13 12:36:29 UTC
I'm testing the F16 nightly spin from yesterday, which includes 3.2.0.

In the default apps, I see

music: totem
photos: eog
calendar: gedit (?!)

I would have expected to see

music: rhythmbox
photos: shotwell viewer
calendar: evolution

All of these apps _are_ included on the spin
Comment 1 Bastien Nocera 2011-10-13 15:09:03 UTC
Most of those are shared-mime-info downstream bugs (eg. the Fedora specific defaults.list).

(In reply to comment #0)
> I'm testing the F16 nightly spin from yesterday, which includes 3.2.0.
> 
> In the default apps, I see
> 
> music: totem

We preferred Totem to Rhythmbox because Rhythmbox didn't handle "one-shot" music files well. Should be fixed now.

> photos: eog

Changed to shotwell-viewer for the types of images it supports.

> calendar: gedit (?!)

text/calendar is a subclass of text/plain, which is why gedit would be handling it. I suspect that there is a bug in the app chooser combo box.

I requested the output of:
gvfs-mime --query text/calendar

which should show whether evolution is an option. Might be missing a desktop mime update in the evo package?

> I would have expected to see
> 
> music: rhythmbox
> photos: shotwell viewer
> calendar: evolution
> 
> All of these apps _are_ included on the spin
Comment 2 Matthias Clasen 2011-10-13 16:08:23 UTC
From my live cd:

gvfs-mime --query text/calendar
Default application for 'text/calendar': gedit.desktop
Registered applications:
	gedit.desktop
	evolution.desktop

I do see the following in /usr/share/applications/defaults.list

[Default Applications]
application/x-dia-diagram=fedora-dia.desktop
#text/x-vcard=evolution.desktop
#text/x-vcalendar=evolution.desktop
#text/calendar=evolution.desktop
application/x-cd-image=mount-archive.desktop

ie the relevant line is commented out
Comment 3 Bastien Nocera 2011-10-13 16:45:52 UTC
All fixed in shared-mime-info:
http://koji.fedoraproject.org/koji/buildinfo?buildID=268487