| Summary: | define to open a special extension always with program X does not work | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | H.H. <cyberbeat> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | adrian |
| Priority: | NOR | ||
| Version First Reported In: | 1.6.1 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=309398 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
H.H.
2011-08-10 07:42:06 UTC
Resetting assignee to default as per bug #305719 You should have asked in the forums how to achieve what you wanted to achieve instead of posting a bug report because you could not figure it out. Please, note that I don’t want to sound harsh, in fact it is really appreciated to have feedback. It’s just that, in this case, the KDE Community forums would have been the right place.
Anyway, this is what you have to do to get it working:
1. Go to the File Associations dialog (available from System Settings).
2. Add a new MIME type. For example: “application/yed”.
3. Select the new MIME type in the tree view, and at least:
3.1. Add a filename pattern: “*.graphml”.
3.2. Add “yed” to the program list.
4. If you had Dolphin open, you need to restart it.
Now, you will get those files opened with the right application.
Things you can do:
- Create a new bug report to request the MIME Type for yed files to be added to the lsit of MIME Types KDE supports by default. You should first find out what the right MIME type for that kind of files is (it’s likely not “application/yed”), and then open the feature request.
- Create a new bug report to request some kind of change in Dolphin that would make it easier to do something like what you wanted to do, and more intuitive. I would certainly support you on this, but you would have to clearly define how you think it should work.
Perhaps you could explain, why both ways a) and b) do not work? Is this behaviour correct? The behavior A is correct, you are changing the application with which the XML MIME type must be opened, so the changes will affect to any other file with the same MIME type. B will have the same effects as A. About B not being saved, I can’t reproduce that. I added a feature request for point 2 (make it possible to change the filetype from Dolphin): https://bugs.kde.org/show_bug.cgi?id=309398 |