Bug 77171 - Detect connections that have already been established e.g., via keyring credentials
Summary: Detect connections that have already been established e.g., via keyring crede...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
4.2.2.1 release
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on: 77170
Blocks: Desktop-Integration Privacy
  Show dependency treegraph
 
Reported: 2014-04-08 08:41 UTC by Alex Jordan
Modified: 2019-08-30 21:45 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Jordan 2014-04-08 08:41:25 UTC
+++ This bug was initially created as a clone of Bug #77170 +++

Followup to bug #77170.

LibreOffice should be able to somehow detect connections that have been already established so that the user doesn't have to type their password twice (once when setting up a connection with e.g. GNOME Online Accounts and once when opening a file in LibreOffice). This could be done in one of two ways, I think:

 1. LibreOffice could use e.g. GVFS and just blindly open files, letting the network be handled somewhere lower in the stack
 2. LibreOffice could find and use credentials already stored in a desktop keyring. E.g. I've already configured an OwnCloud account in the GNOME Online Accounts settings, so LibreOffice could locate my credentials in the GNOME Keyring and reuse them. This would depend on bug #77170, probably. I'm assuming it would also be the worst way to do it, because it wouldn't extend to generic connections (e.g. any GVFS-negotiated connection not associated with a specific configured account).
Comment 1 Owen Genat (retired) 2014-09-21 11:33:01 UTC
As with related report, seems a worthy goal. Status set to NEW. Summary amended for clarity. Component set to LibreOffice. Severity set to enhancement.