Summary: | Kate Document dbus bindings missing | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Luke-Jr <luke-jr+kdebugs> |
Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | critical | CC: | christoph, simonandric5 |
Priority: | NOR | ||
Version: | 16.04 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Luke-Jr
2016-10-02 04:07:04 UTC
Actually I would like to avoid having QDBus as dependency for the framework. Exposing that to dbus might not be wanted by all applications embedding the part, as this allows "unwanted" modifications of the document content without any application control. Actually, for your usecase, we always have swap files which will avoid any data-loss, even on sudden system crashs. > Exposing that to dbus might not be wanted by all applications embedding the > part, as this allows "unwanted" modifications of the document content without > any application control. Perhaps the readonly attribute should be enforced on dbus access? > Actually, for your usecase, we always have swap files which will avoid any > data-loss, even on sudden system crashs. Not for untitled/unsaved editors...? Moved the patch to https://phabricator.kde.org/D10587 I still not see that such an interface makes sense. I agree on the issue with no swap files for unsaved documents. That is an issue. There is bug 394833 for that and any solution is highly appreciated. A solution for that will help all users, this will only help more or less one user and introduce again QtDBus dependencies + overhead for each document. Any help for the other bug 394833 is appreciated, as I now wrote into the review request, too. |