-
Notifications
You must be signed in to change notification settings - Fork 9
/
com.github.debauchee.barrier.appdata.xml
62 lines (52 loc) · 3.5 KB
/
com.github.debauchee.barrier.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>com.github.debauchee.barrier</id>
<metadata_license>CC0-1.0</metadata_license>
<name>Barrier</name>
<summary>Barrier - Share mouse and keyboard over the local network</summary>
<description>
<p>What is it?</p>
<p>Barrier is software that mimics the functionality of a KVM switch, which historically would allow you to use a single keyboard and mouse to control multiple computers by physically turning a dial on the box to switch the machine you're controlling at any given moment. Barrier does this in software, allowing you to tell it which machine to control by moving your mouse to the edge of the screen, or by using a keypress to switch focus to a different system.</p>
<p>Barrier was forked from Symless's Synergy 1.9 codebase. Synergy was a commercialized reimplementation of the original CosmoSynergy written by Chris Schoeneman.</p>
<p>What's different?</p>
<p>Whereas Synergy has moved beyond its goals from the 1.x era, Barrier aims to maintain that simplicity. Barrier will let you use your keyboard and mouse from machine A to control machine B (or more). It's that simple.</p>
<p>Project goals</p>
<p>Hassle-free reliability. We are users, too. Barrier was created so that we could solve the issues we had with synergy and then share these fixes with other users.</p>
<p>Compatibility. We use more than one operating system and you probably do, too. Windows, OSX, Linux, FreeBSD... Barrier should "just work". We will also have our eye on Wayland when the time comes.</p>
<p>Communication. Everything we do is in the open. Our issue tracker will let you see if others are having the same problem you're having and will allow you to add additional information. You will also be able to see when progress is made and how the issue gets resolved.</p>
</description>
<url type="homepage">https://github.com/debauchee/barrier/</url>
<url type="bugtracker">https://github.com/debauchee/barrier/issues/</url>
<launchable type="desktop-id">com.github.debauchee.barrier.desktop</launchable>
<releases>
<release date="2024-10-23" version="2.4.0-5.15-23.08" urgency="medium" />
<release date="2022-11-08" version="2.4.0" urgency="medium" />
<release date="2022-03-07" version="2.3.4" urgency="medium" />
<release date="2020-07-14" version="2.3.3" urgency="medium" />
<release date="2019-09-03" version="2.3.2" urgency="medium" />
<release date="2019-08-09" version="2.3.1" urgency="medium" />
<release date="2019-06-27" version="2.3.0" urgency="medium" />
<release date="2019-01-11" version="2.1.2" urgency="medium" />
<release date="2018-07-02" version="2.1.1" urgency="medium" />
</releases>
<project_group>Debauchee</project_group>
<project_license>GPL-2.0</project_license>
<developer_name>Siix</developer_name>
<translation type="gettext">avahi</translation>
<screenshots>
<screenshot type="default">
<caption>The main application window</caption>
<image type="source">https://i.imgur.com/hTlK5Sp.png</image>
</screenshot>
<screenshot>
<caption>The Server Configuration window</caption>
<image type="source">https://i.imgur.com/JmzUSbh.png</image>
</screenshot>
<screenshot>
<caption>The Settings menu</caption>
<image type="source">https://i.imgur.com/YueKkh4.png</image>
</screenshot>
</screenshots>
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1" />
</component>