# gnome-user-share **Repository Path**: mirrors_chromium_gitlab_gnome/gnome-user-share ## Basic Information - **Project Name**: gnome-user-share - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # User Sharing gnome-user-share is a small package that binds together various free software projects to bring easy to use user-level file sharing to the masses. The program is meant to run in the background when the user is logged in, and when file sharing is enabled a webdav server is started that shares the ~/Public folder. The share is then published to all computers on the local network using mDNS/rendezvous, so that it shows up in the Network location in GNOME. ## Dependencies The dav server used is Apache, so you need that installed. Avahi or Howl is used for mDNS support, so you need to have that installed and mDNSResolver running. ## How to report issues Report issues to the GNOME [issue tracking system](https://gitlab.gnome.org/GNOME/gnome-user-share/issues). ## Contributing To build the development version: ``` git clone https://gitlab.gnome.org/GNOME/gnome-user-share.git cd gnome-user-share meson setup _build meson compile -C _build ``` Commit messages should follow the expected format [detailed here](https://handbook.gnome.org/development/commit-messages.html).