After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 770439 - Bijiben needs ages to load, when connected to owncloud
Bijiben needs ages to load, when connected to owncloud
Status: RESOLVED OBSOLETE
Product: bijiben
Classification: Applications
Component: general
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: Bijiben maintainer(s)
Bijiben maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-08-26 12:38 UTC by Daniel
Modified: 2018-05-04 12:51 UTC
See Also:
GNOME target: ---
GNOME version: 3.19/3.20



Description Daniel 2016-08-26 12:38:30 UTC
Since I have connected bijiben in F23 (gnome 3.18.x) and now F24 (gnome 3.20.x) it sometimes crashes at startup or takes ages to load properly.

Furthermore, I have configured my owncloud for file-sync only and not for documents. IMO, notes are documents and should only see/sync owncloud when enabled.

Reproduce:
1. Connect to an openshift owncloud-server
2. configure the oc connection in gnome-online-accounts
3. Only choose file-sync for this owncloud
4. Start bijiben one or two times a day

Result:
Sometimes crashing, sometimes loading very long, sometimes working fluently.

Related Bugs:
It looks like 743634 and 761338 are related to this behaviour. But I'm not sure
Comment 1 Isaque Galdino 2017-09-10 19:42:36 UTC
Hi Daniel, thanks for your bug report.

OwnCloud / NextCloud support doesn't seem to be in good shape in GNOME.

I started to debug this issue and I ended up in this piece of code in get_mount (...) at biji-own-cloud-provider.c:

     uri = goa_files_get_uri  (files);
     self->priv->path = g_strdup_printf ("%sNotes", uri);
     self->priv->volume = g_volume_monitor_get_volume_for_uuid (monitor, uri);
     self->priv->mount = g_volume_get_mount (self->priv->volume);

the issue is that g_volume_get_mount, in my tests, returns NULL most of the time and due to that, it's called g_volume_mount (...) which issues a time_out.

Even Nautilus files to mount my owncloud instance sometimes, but I was not able to find a related bug there yet.

We'll continue to track this issue in next release.
Comment 2 GNOME Infrastructure Team 2018-05-04 12:51:28 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-notes/issues/77.