[kde-cli-tools] [Bug 389762] keditfiletype/tests/filetypestest.cpp fails due to QMimeDatabase failing with ?

2024-01-13 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=389762 --- Comment #4 from David Faure --- Probably fixed in Qt already, there were changes around glob-deleteall. -- You are receiving this mail because: You are watching all bug changes.

[systemsettings] [Bug 479112] Trouble with server

2023-12-28 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=479112 David Faure changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kmail2] [Bug 478416] Crash on eMail sending since yesterdays git master snapshot built

2023-12-27 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=478416 David Faure changed: What|Removed |Added CC||fa...@kde.org --- Comment #11 from David Faure

[Discover] [Bug 470583] Nothing happens after clicking on the update notifier

2023-12-27 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=470583 David Faure changed: What|Removed |Added CC||fa...@kde.org --- Comment #15 from David Faure

[Ruqola] [Bug 382592] Local log files

2023-12-27 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=382592 David Faure changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[Spectacle] [Bug 477961] Cannot save as JPEG after updating to KDE 6 beta

2023-12-07 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=477961 --- Comment #11 from David Faure --- Kai Uwe: good find, thanks! Indeed, I forgot to add Pick-To: 6.6 to these commits. Backports submitted now in https://codereview.qt-project.org/c/qt/qtbase/+/523541/1 -- You are receiving this mail because: You

[Spectacle] [Bug 477961] Cannot save as JPEG after updating to KDE 6 beta

2023-12-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=477961 --- Comment #9 from David Faure --- Interestingly, adding *.jfif in shared-mime-info was done by a WINE contributor so that Wine wouldn't have to generate such local overwrites anymore. But yeah the old files are still around... I confirm that qt

[Spectacle] [Bug 477961] Cannot save as JPEG after updating to KDE 6 beta

2023-12-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=477961 --- Comment #4 from David Faure --- @Nicolas I'm very surprised. tst_QMimeDatabase::suffixes_data() makes sure that db.mimeTypeForName("image/jpeg") returns a QMimeType that says preferredSuffix() == "jpg", when using (o

[Akonadi] [Bug 477214] Application: Google Mail (akonadi_imap_resource) crash in Akonadi::Collection::hasAttribute

2023-12-02 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=477214 David Faure changed: What|Removed |Added Summary|Application: Google Mail|Application: Google Mail

[Akonadi] [Bug 477214] Application: Google Mail (jshand2013) (akonadi_imap_resource) crash in Akonadi::Collection::hasAttribute

2023-12-02 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=477214 --- Comment #3 from David Faure --- [KCrash Handler] #4 QHash::findNode(QByteArray const&, unsigned int*) const (ahp=, akey=, this=) at /usr/ src/debug/akonadi-23.08.3/src/core/attributestorage.cpp:69 #5 QHash::contains(QByteArray c

[Akonadi] [Bug 477214] Application: Google Mail (jshand2013) (akonadi_imap_resource) crash in Akonadi::Collection::hasAttribute

2023-12-02 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=477214 David Faure changed: What|Removed |Added Summary|Application: Google Mail|Application: Google Mail

[valgrind] [Bug 317381] helgrind warns about xchg vs suppressed store

2023-11-16 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=317381 David Faure changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[frameworks-kservice] [Bug 430157] KDE .desktop parser complains about files that have Type= "Application" but no Exec line, although this situation is normal.

2023-11-15 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=430157 David Faure changed: What|Removed |Added Version Fixed In||5.113 Latest Commit|https://invent.kde.org

[frameworks-kio] [Bug 422306] Dolphin and KDE file dialogs open very slowly

2023-11-12 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=422306 --- Comment #34 from David Faure --- Keep in mind that if most of the time is spent waiting (for I/O, network, mutex) then using hotspot to look at CPU cycles will tell you nothing. You want to check the "off-CPU profiling" checkbox in ho

[frameworks-kded] [Bug 465646] Run kbuildsycoca5 automatically upon manual changes to files in ~/.local/share/applications

2023-11-12 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=465646 --- Comment #10 from David Faure --- Well done for this investigation. I think it's all about whether the modification time of the directory gets updated (which is the case when creating a temporary file, but not when overwriting the desktop

[frameworks-kded] [Bug 465646] Run kbuildsycoca5 automatically upon manual changes to files in ~/.local/share/applications

2023-11-09 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=465646 --- Comment #7 from David Faure --- Actually, kded5 does appear to install a watch on that directory (among others), in readDirectory(). I wonder if that's what plasma is relying upon. Probably. If I touch a desktop file in that directory, I see

[frameworks-kded] [Bug 465646] Run kbuildsycoca5 automatically upon manual changes to files in ~/.local/share/applications

2023-11-08 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=465646 --- Comment #6 from David Faure --- ~/.local/share/applications isn't "watched" (in the sense of inotify) (we used to do that, and it was a lot of trouble due to inotify limits (kdevelop or qtcreator easily used up all inotify watchers

[frameworks-solid] [Bug 270982] Remember if you don't want remember luks encrypted volume password

2023-10-28 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=270982 David Faure changed: What|Removed |Added CC||kdelibs-b...@kde.org

[kio] [Bug 270982] Remember if you don't want remember luks encrypted volume password

2023-10-28 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=270982 --- Comment #5 from David Faure --- I'm not sure the code for this is in KIO? Solid, maybe? Moving. -- You are receiving this mail because: You are watching all bug changes.

[konqueror] [Bug 141488] google &rls &client support for Konqueror

2023-10-28 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=141488 --- Comment #3 from David Faure --- Yes but my question about the purpose hasn't been answered. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 395023] $topdir/.Trash not created or used on btrfs sub-volumes

2023-10-26 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=395023 David Faure changed: What|Removed |Added Assignee|fa...@kde.org |kio-bugs-n...@kde.org --- Comment #6 from David

[frameworks-kservice] [Bug 430157] KDE .desktop parser complains about files that have Type= "Application" but no Exec line, although this situation is normal.

2023-09-14 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=430157 David Faure changed: What|Removed |Added Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram

[frameworks-kservice] [Bug 430157] KDE .desktop parser complains about files that have Type= "Application" but no Exec line, although this situation is normal.

2023-09-14 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=430157 David Faure changed: What|Removed |Added Status|ASSIGNED|RESOLVED Latest Commit

[kdesrc-build] [Bug 420630] Unable to pass initial setup on OpenSUSE Leap 15.5

2023-09-03 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=420630 --- Comment #9 from David Faure --- For kdesrc-build to stay on kf5/qt5 stuff, add the line branch-group stable-kf5-qt5 or branch-group kf5-qt5 to the "global" section. The first one will pick stable branches, the second will pick d

[frameworks-kio] [Bug 473228] Can't use Open dialog to open files with colons in the name but no spaces anywhere before the colon

2023-08-17 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=473228 David Faure changed: What|Removed |Added Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram

[systemsettings] [Bug 470873] The icons of the files displayed on the desktop and in Dolphin should match the icons of the default program that opened them

2023-06-18 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=470873 David Faure changed: What|Removed |Added Resolution|--- |NOT A BUG Status|REPORTED

[systemsettings] [Bug 466591] File Associations without an asterisk in the regular expression lose associated application.

2023-04-20 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=466591 --- Comment #9 from David Faure --- Good catch. However sending us a copy of the corrupted file would have helped us make the code more robust :-) -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kcoreaddons] [Bug 387663] Dolphin doesn't update view (doesn't show new files)

2023-04-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=387663 --- Comment #74 from David Faure --- Git commit a304840cff15e3324010da7877b53c2f6fa7e594 by David Faure, on behalf of Méven Car. Committed on 05/04/2023 at 11:16. Pushed by meven into branch 'master'. KCoreDirLister: AutoUpdate wasn't i

[systemsettings] [Bug 305136] File associations are broken in gtk/glib apps due to lack of /usr/share/applications/kde-mimeapps.list file installed by default

2023-02-13 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=305136 --- Comment #27 from David Faure --- The idea was that it's fine for Gnome to ignore our InitialPreference and it's fine for KDE to ignore Gnome's global file, since we want different defaults. But Gnome's global file was suppose

[frameworks-kio] [Bug 463309] Filter field in save dialog after kio 5.101 is empty

2023-01-11 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=463309 David Faure changed: What|Removed |Added Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram

[frameworks-kio] [Bug 463309] Filter field in save dialog after kio 5.101 is empty

2023-01-11 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=463309 David Faure changed: What|Removed |Added Latest Commit||https://invent.kde.org/fram

[kdesrc-build] [Bug 458178] Warnings about the signatures feature being experimental

2022-12-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=458178 David Faure changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[Ruqola] [Bug 391416] Display of rooms with unread messages

2022-12-01 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=391416 David Faure changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[kdesrc-build] [Bug 458178] New: Warnings about the signatures feature being experimental

2022-08-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=458178 Bug ID: 458178 Summary: Warnings about the signatures feature being experimental Product: kdesrc-build Version: Git Platform: Other OS: Linux Status: R

[kdesrc-build] [Bug 409665] kdesrc-build should be able to clone repos from invent.kde.org

2022-08-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=409665 David Faure changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[kdesrc-build] [Bug 457124] New: Untracked files prevents switching branches

2022-07-25 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=457124 Bug ID: 457124 Summary: Untracked files prevents switching branches Product: kdesrc-build Version: Git Platform: Other OS: Linux Status: REPORTED Severity: norma

[Reminder Daemon] [Bug 455369] Calendar event notifications lead to segfault if closed by notification button

2022-06-30 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=455369 David Faure changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[Reminder Daemon] [Bug 455583] kalendarc crashes when dismissing reminder notification

2022-06-30 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=455583 David Faure changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[Reminder Daemon] [Bug 455472] Reminders crashes on login

2022-06-30 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=455472 David Faure changed: What|Removed |Added Latest Commit||https://invent.kde.org/pim

[kalendar] [Bug 455886] Reminder crashes when an event is confirmed

2022-06-30 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=455886 David Faure changed: What|Removed |Added Latest Commit||https://invent.kde.org/pim

[Reminder Daemon] [Bug 455258] Reminders crashed while suspended

2022-06-30 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=455258 David Faure changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Reminder Daemon] [Bug 453298] kalendarac: Notifications miss option to remind later with other time duration than 5 minutes

2022-06-30 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=453298 David Faure changed: What|Removed |Added CC||fa...@kde.org --- Comment #2 from David Faure

[Reminder Daemon] [Bug 455472] Reminders crashes on login

2022-06-29 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=455472 David Faure changed: What|Removed |Added CC||fa...@kde.org --- Comment #2 from David Faure

[frameworks-kio] [Bug 454619] Threading-related crash in Gwenview in file KIO worker

2022-06-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=454619 David Faure changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[frameworks-kio] [Bug 454619] Threading-related crash in Gwenview in file KIO worker

2022-06-03 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=454619 --- Comment #1 from David Faure --- https://invent.kde.org/frameworks/kio/-/merge_requests/861 https://invent.kde.org/frameworks/kcoreaddons/-/merge_requests/231 -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 454619] Threading-related crash in Gwenview in file KIO worker

2022-06-01 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=454619 David Faure changed: What|Removed |Added Assignee|kio-bugs-n...@kde.org |fa...@kde.org CC

[frameworks-karchive] [Bug 432726] Memory leak on "Could not set device mode to 3" error when trying to open unwritable archive

2022-05-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=432726 David Faure changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[frameworks-kfilemetadata] [Bug 440631] Mimetype - MPEG-2 TS .ts video file flagged as text/vnd.qt.linguist

2022-05-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=440631 David Faure changed: What|Removed |Added CC||fa...@kde.org --- Comment #6 from David Faure

[frameworks-kio] [Bug 452729] SlaveBase::mimeType never returns

2022-05-03 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=452729 David Faure changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[konqueror] [Bug 452149] [Wayland] The icon for More actions for this window in the upper left is a generic Wayland icon.

2022-04-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=452149 David Faure changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[konqueror] [Bug 450840] Screen sharing needs additional chromium options

2022-03-19 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=450840 David Faure changed: What|Removed |Added Latest Commit||https://invent.kde.org/netw

[systemsettings] [Bug 451095] Associations for user provided applications are not persisted

2022-03-10 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=451095 --- Comment #3 from David Faure --- Did update-mime-database then create other files in ~/.local/share/mime that mention krd? E.g. the globs file, etc. -- You are receiving this mail because: You are watching all bug changes.

[systemsettings] [Bug 451095] Associations for user provided applications are not persisted

2022-03-07 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=451095 --- Comment #1 from David Faure --- We don't use mimeinfo.cache, that's a glib-specific thing AFAIK. Does this create a mimetype under ~/.local/share/mime/packages ? -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 448859] KEmailClientLaucherJob can't lauch Thunderbird with env variable in Exec

2022-03-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=448859 --- Comment #6 from David Faure --- Yes this ends up in /bin/sh. I thought any shell command was valid for an Exec line. Thanks for the pointer to the spec, that's instructive. Sometimes we voluntarily support more things than the spec, but

[clazy] [Bug 450019] New: function-args-by-ref warns about pass by value even when caller uses std::move

2022-02-11 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=450019 Bug ID: 450019 Summary: function-args-by-ref warns about pass by value even when caller uses std::move Product: clazy Version: unspecified Platform: Other OS: Linu

[KOpeningHours] [Bug 448804] PH rule

2022-01-23 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=448804 David Faure changed: What|Removed |Added CC||fa...@kde.org --- Comment #1 from David Faure

[KOpeningHours] [Bug 445963] weekday of the month

2022-01-02 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445963 David Faure changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[frameworks-kconfig] [Bug 384039] KConfig::groupList() returns deleted group

2022-01-02 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=384039 David Faure changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[konqueror] [Bug 434173] Konqueror automatic spell checking not working with WebEngine

2022-01-01 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=434173 David Faure changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[KOpeningHours] [Bug 445963] weekday of the month

2021-12-25 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445963 --- Comment #4 from David Faure --- Volker: right, I didn't mean the grammar per se, but the "code in openinghoursparser.y" more generally. I'm no yacc expert, but I think I found what I had to do. Let me know in the change re

[KOpeningHours] [Bug 445963] weekday of the month

2021-12-25 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445963 David Faure changed: What|Removed |Added Assignee|vkra...@kde.org |fa...@kde.org -- You are receiving this mail

[KOpeningHours] [Bug 445963] weekday of the month

2021-12-25 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445963 David Faure changed: What|Removed |Added CC||fa...@kde.org Ever confirmed|0

[KOpeningHours] [Bug 446252] Simplify overly verbose ranges

2021-12-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=446252 David Faure changed: What|Removed |Added Latest Commit||https://invent.kde.org/libr

[KOpeningHours] [Bug 446252] Simplify overly verbose ranges

2021-12-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=446252 --- Comment #1 from David Faure --- "remove Mo-Su" is bug 445786 "remove month days when they cover whole month" done -- You are receiving this mail because: You are watching all bug changes.

[KOpeningHours] [Bug 445963] weekday of the month

2021-12-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445963 David Faure changed: What|Removed |Added Assignee|fa...@kde.org |vkra...@kde.org -- You are receiving this mail

[KOpeningHours] [Bug 445963] weekday of the month

2021-12-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445963 --- Comment #1 from David Faure --- Yes, this would be nice. But it's a non-trivial undertaking, to replace a simple bitfield with a list of ranges. This needs Volker's grammar expertise :) -- You are receiving this mail because: You are wa

[KOpeningHours] [Bug 445786] Remove all-days range

2021-12-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445786 --- Comment #1 from David Faure --- You meant "Su" rather than "Sun" in your last example, right? I agree about minimizing unnecessary style changes, that's why we have normalizedExpression() and simplifiedExpression(). But t

[KOpeningHours] [Bug 446135] Always open variations

2021-12-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=446135 David Faure changed: What|Removed |Added CC||fa...@kde.org --- Comment #1 from David Faure

[KOpeningHours] [Bug 446136] handle "through"

2021-12-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=446136 David Faure changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[KOpeningHours] [Bug 446224] Do not add month to every date

2021-12-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=446224 David Faure changed: What|Removed |Added Status|ASSIGNED|RESOLVED Latest Commit

[KOpeningHours] [Bug 445787] open and closed rules should not be combined

2021-12-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445787 David Faure changed: What|Removed |Added Latest Commit|https://invent.kde.org/libr |https://invent.kde.org/libr

[KOpeningHours] [Bug 445787] open and closed rules should not be combined

2021-12-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445787 David Faure changed: What|Removed |Added Status|ASSIGNED|RESOLVED Latest Commit

[KOpeningHours] [Bug 446224] Do not add month to every date

2021-12-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=446224 --- Comment #1 from David Faure --- Hmm, I thought I remembered this was "as per the spec", but a quick look says "daily: months [ monthdays [ , monthdays ]... ]" which would indeed allow this. And https://openingh.openstreetma

[KOpeningHours] [Bug 445787] open and closed rules should not be combined

2021-12-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445787 David Faure changed: What|Removed |Added Status|REPORTED|ASSIGNED Ever confirmed|0

[KOpeningHours] [Bug 445784] Handle extra comma between days and hours

2021-12-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445784 David Faure changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[KOpeningHours] [Bug 445962] 24/7 with other rules

2021-12-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445962 David Faure changed: What|Removed |Added Status|ASSIGNED|RESOLVED Latest Commit

[KOpeningHours] [Bug 445785] Add correction for Russian statements

2021-12-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445785 --- Comment #10 from David Faure --- Git commit 714239588b16ce18934d55433be1c95ee7dca280 by David Faure, on behalf of Volker Krause. Committed on 04/12/2021 at 18:52. Pushed by dfaure into branch 'release/21.12'. Parse localized Russian da

[KOpeningHours] [Bug 445785] Add correction for Russian statements

2021-12-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445785 David Faure changed: What|Removed |Added Status|REPORTED|RESOLVED Latest Commit

[KOpeningHours] [Bug 445785] Add correction for Russian statements

2021-12-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=445785 --- Comment #8 from David Faure --- Git commit e50c9edd827b0b5f8ee8763a6f4ff1f9ee075424 by David Faure, on behalf of Volker Krause. Committed on 04/12/2021 at 18:52. Pushed by dfaure into branch 'release/21.12'. Add localized Russian mont

[frameworks-kservice] [Bug 434362] mimeapps.list entries containing spaces are not interpreted properly

2021-10-31 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=434362 --- Comment #15 from David Faure --- Yes the spec allows using [Added Associations] for that, that's exactly my point. Comment 9 only mentions the [Default Applications] section, which is not enough according to the spec. I *think* your last co

[frameworks-kservice] [Bug 434362] mimeapps.list entries containing spaces are not interpreted properly

2021-10-31 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=434362 --- Comment #12 from David Faure --- Quoting https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html : * Adding and removing associations between mimetypes and applications is done with the following syntax in the

[clazy] [Bug 443343] clazy-rule-of-two-soft ignores "= default"

2021-10-26 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=443343 David Faure changed: What|Removed |Added Ever confirmed|0 |1 Resolution|INTENTIONAL

[clazy] [Bug 443343] New: clazy-rule-of-two-soft ignores "= default"

2021-10-05 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=443343 Bug ID: 443343 Summary: clazy-rule-of-two-soft ignores "= default" Product: clazy Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: norma

[konqueror] [Bug 442636] konqueror-21.08.1 with kio-5.86.0: Opens every url in separate window

2021-09-19 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=442636 --- Comment #4 from David Faure --- Git commit 6a46c0c8701fbde143a33e4be61f198e98f53c10 by David Faure. Committed on 19/09/2021 at 10:03. Pushed by dfaure into branch 'release/21.08'. Don't open HTTP URLs in another browser than

[frameworks-kio] [Bug 430894] Confirmation prompt displayed every time a file is opened on a NextCloud webdav share

2021-09-11 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=430894 David Faure changed: What|Removed |Added CC||fa...@kde.org --- Comment #7 from David Faure

[Akonadi] [Bug 401054] Stream parser exceptions

2021-08-23 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=401054 --- Comment #9 from David Faure --- You could try increasing the 3 in bool ImapStreamParser::waitForMoreData (akonadi git repository), just to see if this 30s timeout is the reason for the problem? Maybe the server takes a long time to prepare

[frameworks-kio] [Bug 103331] Group should be preserved when making backup

2021-08-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=103331 --- Comment #21 from David Faure --- Git commit ff4bb61b2f5492f1942c1f11fe4c8b9a7eb654ea by David Faure, on behalf of Ahmad Samir. Committed on 22/08/2021 at 08:28. Pushed by dfaure into branch 'master'. file_unix: minor cleanup Separa

[Heaptrack] [Bug 441132] Crash when filtering on a time range

2021-08-18 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=441132 --- Comment #2 from David Faure --- 178│ void ChartModel::resetData(const ChartData& data) 179│ { 180│ Q_ASSERT(data.resultData); 181├───> Q_ASSERT(m_data.labels.size() < ChartRows::MAX_NUM_COST); 182│ beginResetModel(); 183│ m_d

[Heaptrack] [Bug 441132] Crash when filtering on a time range

2021-08-18 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=441132 --- Comment #1 from David Faure --- (gdb) p m_data.labels.d->size $5 = 20 (gdb) p (int) ChartRows::MAX_NUM_COST $7 = 20 -- You are receiving this mail because: You are watching all bug changes.

[Heaptrack] [Bug 441132] New: Crash when filtering on a time range

2021-08-18 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=441132 Bug ID: 441132 Summary: Crash when filtering on a time range Product: Heaptrack Version: unspecified Platform: Compiled Sources OS: Linux Status: REPORTED Severi

[systemsettings] [Bug 305136] File associations are broken in gtk/glib apps

2021-07-25 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=305136 --- Comment #14 from David Faure --- > EXPECTED RESULT > In a desktop configured by KDE, gio mime should match file associations in KDE > apps, and have reasonable defaults. I failed to convince people about InitialPreference

[frameworks-solid] [Bug 410891] Add mountpoint to default disk label

2021-06-19 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=410891 David Faure changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[clazy] [Bug 430672] Level 2 lint copyable-polymorphic is a false positive for pure virtual classes

2021-06-03 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=430672 David Faure changed: What|Removed |Added CC||fa...@kde.org --- Comment #2 from David Faure

[clazy] [Bug 438027] New: copyable-polymorphic should not issue a warning when the base class copy ctor isn't public

2021-06-03 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=438027 Bug ID: 438027 Summary: copyable-polymorphic should not issue a warning when the base class copy ctor isn't public Product: clazy Version: unspecified Platform: Other

[kio-extras] [Bug 411919] Store thumbnails for files inside an encfs or cryFS encrypted container somewhere inside the encrypted container itself, not ~/.cache/thumbnails, or generate them but don't

2021-05-29 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=411919 --- Comment #13 from David Faure --- Git commit e56893b087ef021706ee4623dcadfc495fba528c by David Faure, on behalf of Marcin Gurtowski. Committed on 29/05/2021 at 08:50. Pushed by dfaure into branch 'master'. Updating caching logic for thum

[xdg-desktop-portal-kde] [Bug 419874] Folder selection does not work in file picker dialog

2021-05-15 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=419874 David Faure changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[frameworks-kio] [Bug 398908] MimeTypeFinderJob can use huge amounts of memory reading unnecessary data

2021-05-13 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=398908 --- Comment #88 from David Faure --- Git commit c19876052ecec18a87a82f5950e8909e22e895ba by David Faure, on behalf of Ahmad Samir. Committed on 13/05/2021 at 23:15. Pushed by dfaure into branch 'master'. MimeTypeFinderJob: the StatJob deta

[frameworks-kio] [Bug 436049] Epiphany Browser Webapps fail to launch due to lack of execute permissions on .desktop files

2021-05-13 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=436049 David Faure changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[frameworks-kservice] [Bug 424973] .desktop shortcut does not resolve $HOME

2021-04-21 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=424973 David Faure changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[akregator] [Bug 391865] Akregator allows feeds to gather data on article reading habits

2021-04-09 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=391865 --- Comment #2 from David Faure --- Thanks for the report. I talked to Laurent and he said he's now working on this. Not a trivial fix, refactorings needed to share code with KMail, this will take some time. -- You are receiving this mail be

<    1   2   3   4   5   6   7   8   9   10   >