Skip to content

Commit

Permalink
Added unclutter to install-viewer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ceth committed Aug 23, 2017
1 parent 103aaea commit 6f2ced3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.vertx/
.idea/
*.iml
3 changes: 2 additions & 1 deletion install-viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```shell
&> sudo apt-get update && sudo apt-get upgrade -y
&> sudo apt-get install iceweasel
&> sudo apt-get install iceweasel unclutter
```

Install R-Kiosk Addon for Iceweasel/Firefox:
Expand All @@ -26,6 +26,7 @@ AND

# start iceweasel in kiosk mode
@iceweasel http://<openflorianserver>/openflorian/
@unclutter -grab -visible
```

##4. Install CEC Library for Raspbian
Expand Down
19 changes: 19 additions & 0 deletions src/main/java/de/openflorian/ws/OpenflorianServiceEndpoint.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
package de.openflorian.ws;

/*
* This file is part of Openflorian.
*
* Copyright (C) 2015 Bastian Kraus
*
* Openflorian is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version)
*
* Openflorian is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Openflorian. If not, see <http://www.gnu.org/licenses/>.
*/

import java.util.HashSet;
import java.util.Set;

Expand Down

0 comments on commit 6f2ced3

Please sign in to comment.