Skip to content

cc-avatar-chooser.c: Enable remote file selection

Currently user can choose avatar only from local files.

This prevents users from loading a file at a remote location.

Changes made include:

  1. Setting local-only property to false in cc_avatar_chooser_select_file
  2. Getting file uri and creating a GFile from it.
  3. Reading the GFile into an input stream.
  4. Loading image from this stream.

Closes: #813 (closed)

Merge request reports