Summary: | Dolphin appends .desktop to any new Text File created with an extension | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Adrián Chaves (Gallaecio) <adrian> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | darose, eggert, esamueljohnson, get.sonic, jay, Martin.Corley, nitanovidiu, nitro, peter.penz19, raul_kde_bugzilla, s_chriscollins, toddrme2178 |
Priority: | NOR | Keywords: | regression |
Version: | 4.8 | ||
Target Milestone: | --- | ||
Platform: | Chakra | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.2 | |
Sentry Crash Report: |
Description
Adrián Chaves (Gallaecio)
2012-03-07 21:10:04 UTC
I can confirm this bug on KDE 4.8.1 under Kubuntu 11.10. It doesn't just affect .txt files, but also affects my other templates (e.g. LibreOffice) as well. *** Bug 295553 has been marked as a duplicate of this bug. *** I can confirm this with KDE SC 4.8.1, Arch Linux I see. This is the fix for bug 224142 affecting other kinds of files too. I'm writing a unittest, then I'll fix the bug. Hold on ;) Git commit 1775292fbd429a9e07dc9d612f2ea0b0afcc2541 by David Faure. Committed on 09/03/2012 at 23:53. Pushed by dfaure into branch 'KDE/4.8'. New File menu: fix regression due to overzealous name-fixup code. The fix for bug 224142 ended up affecting other file types than desktop files, and appending ".desktop" to these. Fixed by making the extension-appending code more generic, which fixes the similar issue with normal files too: e.g. naming a text file "foo.jpg" will end up creating a file named "foo.jpg.txt" With unittest so that this won't happen again :) Related: bug 224142 FIXED-IN: 4.8.2 M +15 -9 kfile/knewfilemenu.cpp M +1 -0 kfile/tests/CMakeLists.txt A +115 -0 kfile/tests/knewfilemenutest.cpp [License: LGPL (v2/3+eV)] http://commits.kde.org/kdelibs/1775292fbd429a9e07dc9d612f2ea0b0afcc2541 *** Bug 295752 has been marked as a duplicate of this bug. *** *** Bug 295754 has been marked as a duplicate of this bug. *** *** Bug 295951 has been marked as a duplicate of this bug. *** *** Bug 296448 has been marked as a duplicate of this bug. *** *** Bug 296607 has been marked as a duplicate of this bug. *** *** Bug 296729 has been marked as a duplicate of this bug. *** Where is unsub function here? I receive only notifications about dublicate bugs. (In reply to comment #12) > Where is unsub function here? I receive only notifications about dublicate > bugs. Please click on "edit" on CC: List (top-right) and remove your e-mail. *** Bug 296752 has been marked as a duplicate of this bug. *** *** Bug 297001 has been marked as a duplicate of this bug. *** |