Bug 164584 - File Associations settings are not saved.
Summary: File Associations settings are not saved.
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_filetypes (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
: 174892 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-21 12:23 UTC by Aaron Craig
Modified: 2009-01-13 22:45 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Craig 2008-06-21 12:23:48 UTC
Version:            (using KDE 4.0.5)
Installed from:    Fedora RPMs
OS:                Linux

Changing a file's associated programs has limited effect after save.

In my specific case I am trying to remove the Ark application from the file associations for the .odt extension.

To recreate the error:
1. Open System Settings
2. Click Advanced tab
3. Double click File Associations
4. In the search box, enter '.odt' (no quotes)
5. Select vnd.oasis.opendocument.text under the application entry that appears
6. In the Application Preference Order pane on the left, remove all entries for "Ark" ( I have two)
7. Click "Apply"

After system configuration update, the Ark entries reappear.
Comment 1 FiNeX 2008-06-21 16:55:27 UTC
Confirmed using current trunk.
Comment 2 vinc.man 2008-11-12 13:22:50 UTC
Same for me. Kubuntu 8.10.
I cannot add file associations (kid3/mp3) or change existing orders.
Comment 3 David Faure 2008-11-26 14:29:37 UTC
SVN commit 889272 by dfaure:

Honour explicitely removed mime-app associations when collecting offers from parent mimetypes.
BUG: 164584


 M  +39 -22    kbuildservicefactory.cpp  
 M  +2 -0      kbuildservicefactory.h  
 M  +10 -0     kmimeassociations.cpp  
 M  +2 -0      kmimeassociations.h  
 M  +51 -5     test/kmimeassociationstest.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=889272
Comment 4 David Faure 2008-11-27 00:37:44 UTC
*** Bug 174892 has been marked as a duplicate of this bug. ***
Comment 5 David Faure 2008-12-23 21:09:29 UTC
Turns out that it didn't work in some cases still. Fixed by Bug 178560, will be in KDE-4.2.
Comment 6 David Faure 2009-01-13 22:45:13 UTC
To adjust my last comment: the fix is in 4.1.4 too.