-
-
Notifications
You must be signed in to change notification settings - Fork 576
Configuration options
Dave edited this page May 8, 2020
·
30 revisions
There are a few default configuration options you can override by putting them in the config.xml
found in:
- Mac -
~/.config/sparkleshare/
- Linux (default package manager) -
~/.config/sparkleshare/
- Linux (flatpak) -
~/.config/org.sparkleshare.SparkleShare/
- Windows -
%APPDATA%\sparkleshare\
These may change or may be removed at any time, so be careful if you plan to make any manual changes.
<?xml version="1.0" encoding="UTF-8"?>
<sparkleshare>
<user>
<name>Hylke Bons</name>
<email>[email protected]</email>
</user>
<folders_path>/Users/hbons/SparkleShare</folders_path> // Optional
<fetch_avatars>False</fetch_avatars> // Optional
<avatars_provider>libravatar</avatars_provider> // optional: gravatar or libravatar
<notifications>True</notifications> // Optional
<folder>
<path>/Users/hbons/Desktop</path> // Optional
<name>SparkleShare-Design-Corner</name>
<identifier>f8f7d0976075daf78ed9f456976fae33e3b9bd18</identifier>
<url>ssh://[email protected]/hbons/SparkleShare-Design-Corner</url>
<backend>Git</backend>
</folder>
<folder>
<name>gnome-emoji</name>
<identifier>f851e0a5d3ad20d345d3eae86ec5ed1eae998405</identifier>
<url>ssh://[email protected]/hbons/gnome-emoji</url>
<backend>Git</backend>
<announcements_url>tcp://server:80</announcements_url> // Optional
</folder>
</sparkleshare>
- Add the project (if not already added)
- Quit SparkleShare
- Move the project folder to new_location (e.g., with your file manager)
- Edit the config
folder
section for the project- Set
path
to the new_location. This will be the parent folder of the project. (Do not include the project's name in the path.) - Change
name
if you rename the project folder as well
- Set
- Restart SparkleShare
- Add an avatar at http://gravatar.com for the
email
config value - Add in the
<fetch_avatars>True</fetch_avatars>
config option - Restart SparkleShare
- SparkleShare will then pull down the avatar from there into
~/.config/sparkleshare/avatars/
folder (%APPDATA%\sparkleshare\avatars\
on Windows)