documentation updates
This commit is contained in:
parent
cbdc0bd99b
commit
e59645b347
|
@ -22,8 +22,10 @@ and their features, see [docs/devices.md](docs/devices.md).
|
||||||
|
|
||||||
Pre-built packages are available for a few Linux distros:
|
Pre-built packages are available for a few Linux distros:
|
||||||
|
|
||||||
|
* Debian 7 (Wheezy) or higher: packages in this [repository][debian]; the
|
||||||
|
`solaar` package uses a systray icon; to make sure you're using gnome-shell's
|
||||||
|
indicators, install `solaar-gnome3`.
|
||||||
* Ubuntu 12.04+: [ppa:daniel.pavel/solaar][ppa]
|
* Ubuntu 12.04+: [ppa:daniel.pavel/solaar][ppa]
|
||||||
* Debian *Wheezy*+ packages in this [minimal repository][debian]
|
|
||||||
* a [Gentoo overlay][gentoo], courtesy of Carlos Silva
|
* a [Gentoo overlay][gentoo], courtesy of Carlos Silva
|
||||||
* an [OpenSUSE rpm][opensuse], courtesy of Mathias Homann
|
* an [OpenSUSE rpm][opensuse], courtesy of Mathias Homann
|
||||||
* an [Arch package][arch], courtesy of Arnaud Taffanel
|
* an [Arch package][arch], courtesy of Arnaud Taffanel
|
||||||
|
@ -43,6 +45,9 @@ procedure for manual installation.
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
||||||
|
- KDE/Kubuntu: is some icons appear broken in the application, make sure you've
|
||||||
|
configured the Gtk theme.
|
||||||
|
|
||||||
- Some devices using the [Nano Receiver][nano] (which is very similar to the
|
- Some devices using the [Nano Receiver][nano] (which is very similar to the
|
||||||
Unifying Receiver) are supported, but not all. For details, see
|
Unifying Receiver) are supported, but not all. For details, see
|
||||||
[docs/devices.md](docs/devices.md).
|
[docs/devices.md](docs/devices.md).
|
||||||
|
|
|
@ -5,4 +5,5 @@ To use this repository with your Debian machine, create a file `solaar.list` in
|
||||||
|
|
||||||
```
|
```
|
||||||
deb http://pwr.github.io/Solaar/packages/ ./
|
deb http://pwr.github.io/Solaar/packages/ ./
|
||||||
|
deb-src http://pwr.github.io/Solaar/packages/ ./
|
||||||
```
|
```
|
||||||
|
|
|
@ -28,6 +28,7 @@ Architecture: all
|
||||||
Section: gnome
|
Section: gnome
|
||||||
Depends: ${misc:Depends}, solaar (= ${source:Version}),
|
Depends: ${misc:Depends}, solaar (= ${source:Version}),
|
||||||
gir1.2-appindicator3-0.1, gnome-shell (>= 3.4) | unity (>= 5.10)
|
gir1.2-appindicator3-0.1, gnome-shell (>= 3.4) | unity (>= 5.10)
|
||||||
|
Enhances: solaar
|
||||||
Description: gnome-shell/Unity integration for Solaar
|
Description: gnome-shell/Unity integration for Solaar
|
||||||
Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.
|
Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.
|
||||||
It is able to pair/unpair devices to the receiver, and for some devices read
|
It is able to pair/unpair devices to the receiver, and for some devices read
|
||||||
|
|
Loading…
Reference in New Issue