Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
rjolly committed Feb 3, 2024
1 parent af3fe52 commit 7f956da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ To publish an application:

To use linoleum as your desktop environment in Linux:
wget http://raphael.jolly.free.fr/linoleum/linoleum-1.6-bookworm.deb
sudo apt-get install default-jdk ivy libcommons-codec-java libmail-java libjava3d-java
sudo apt-get install openjdk-17-jdk openjdk-17-doc ivy libcommons-codec-java libmail-java libjava3d-java
sudo ln -s /usr/share/doc/openjdk-17-jdk /usr/lib/jvm/java-17-openjdk-amd64/docs
sudo dpkg -i linoleum-1.6-bookworm.deb

You might have to enable TCP connections to your X server. In /etc/gdm3/daemon.conf:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/linoleum/Background.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
theme=Ocean
contents=file:${java.home}/../docs/api/index.html
contents=file:${java.home}/docs/api/index.html

0 comments on commit 7f956da

Please sign in to comment.